aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/dev_msm.txt
Commit message (Collapse)AuthorAgeFilesLines
* sys/linux: update descriptionsPimyn Girgis2025-12-031-1/+1
| | | | | MSM_SUBMIT_SYNCOBJ_RESET was renamed to MSM_SYNCOBJ_RESET in the Linux kernel. Rename it in descriptions as well. Include necessary headers for dccp and dev_kvm.
* sys/linux: narrow down search spaceZubin Mithra2023-05-171-5/+5
|
* sys/linux: tweak fields of drm_msm_gem_submitZubin Mithra2023-05-171-1/+1
|
* sys/linux: add constant MSM_SUBMIT_FENCE_SN_IN for drm_msm_gem_submit.argsZubin Mithra2023-05-171-1/+1
|
* sys/linux: add flags for drm_msm_wait_fenceZubin Mithra2023-05-171-1/+2
|
* sys/linux: add MSM_PREP_BOOST to msm_gem_cpu_prep_flagsZubin Mithra2023-05-171-1/+1
|
* sys/linux: add description for ioctl$DRM_IOCTL_MSM_SET_PARAMZubin Mithra2023-05-171-4/+28
| | | | Add flag values and update constants.
* sys/linux: specify msm_fence_id as a resourceZubin Mithra2023-05-171-3/+4
|
* sys/linux: describe submit queue id as a resource in msmStephen Boyd2023-04-141-5/+6
| | | | | | | The msm gpu driver has a submit queue and some associated ioctls for it. The driver uses an 'id' to identify an element in the queue. Make a resource for this id and update the descriptions to use the resource so we can provide better hints about what sorts of numbers to try here.
* sys/linux: remove outdated comment in msmStephen Boyd2023-04-121-5/+0
| | | | This comment is no longer relevant once we removed fd_msm_fence.
* sys/linux: mark drm_msm_gem_new 'handle' as outStephen Boyd2023-04-121-1/+1
| | | | | The handle is an output value, used for other gem handle inputs. Mark it as such to clarify where gem handles come from.
* sys/linux: improve dev_msm descriptionsDmitry Vyukov2022-01-111-3/+1
|
* sys/linux: support syncobjs in dev_msm (#2552)Stephen Boyd2021-04-261-6/+1
| | | | | * sys/linux: support syncobjs in dev_msm * sys/linux: describe syncpoints and dma fences for dev_dri
* sys/linux: add descriptions for MSM freedreno GPU driverStephen Boyd2021-04-221-0/+159