summaryrefslogtreecommitdiff
path: root/src/drm-shim/device.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-28drm-shim: Fix unused variable warnings from asserts in release build.Eric Anholt1-2/+2
2020-07-30drm-shim: Return -EINVAL instead of abort()ing on unknown ioctls.Eric Anholt1-1/+1
2020-04-30drm-shim: don't create a memfd per BOLionel Landwerlin1-12/+22
2020-04-30drm-shim: move handle lock to shim_fdLionel Landwerlin1-9/+9
2020-04-24drm-shim: stub syncobj wait ioctlLionel Landwerlin1-0/+1
2020-04-24drm-shim: provide a valid fake syncobj handle at creationLionel Landwerlin1-1/+11
2019-07-25freedreno: Add support for drm-shim.Eric Anholt1-0/+4
2019-07-25v3d: Introduce a DRM shim for calling out to the simulator.Eric Anholt1-0/+339