summaryrefslogtreecommitdiff
path: root/src/drm-shim
Commit message (Expand)AuthorAgeFilesLines
* drm-shim: Use anonymous file for file overrideJoshua Watt2023-05-161-5/+5
* drm-shim: Set file type in readdir()Joshua Watt2023-05-161-0/+2
* amd/drm-shim: add amdgpu drm-shimChia-I Wu2023-05-111-0/+1
* drm-shim: apply file overrides for openChia-I Wu2023-05-111-6/+19
* drm-shim: Use hide_drm_device_path() to hide other drm devicesJordan Justen2022-12-301-0/+30
* drm-shim: Add hide_drm_device_path()Jordan Justen2022-12-301-3/+38
* drm-shim: Convert nfasprintf and nfvasprintf to functionsJordan Justen2022-12-301-10/+17
* drm-shim: add __readlink_chk as readlink with overflow checkMax Lee2022-12-081-0/+11
* drm-shim: drop gnu99 overrideYonggang Luo2022-09-162-2/+1
* drm-shim: Allow drm-shim to work with glibc fortify.David Riley2022-09-141-0/+7
* drm-shim: Cleanup on device file closeRob Clark2022-05-022-1/+21
* drm-shim: Add error handling for bo_init()Rob Clark2022-05-022-3/+7
* drm-shim: Better mmap offsetsRob Clark2022-05-022-9/+20
* drm-shim: Add GET_UNIQUE supportRob Clark2022-05-022-0/+17
* drm-shim: Implement a shim function for closeIcecream952022-04-123-1/+17
* drm-shim: Explicitly use off64_t for the offset to drm_shim_mmapIcecream952022-04-122-2/+2
* drm-shim: Return fake render nodes in /dev/dri firstIcecream952022-04-121-26/+25
* drm-shim: Add a function for mmap64 rather than using an aliasIcecream952022-04-121-2/+14
* drm-shim: Support kernels with >4k pagesAlyssa Rosenzweig2021-08-131-2/+21
* drm-shim: implement stat/fstat when xstat variants are not thereLionel Landwerlin2021-08-021-3/+115
* drm-shim: fix compile with glibc >= 2.33Christian Gmeiner2021-04-201-0/+8
* drm-shim: report support for timeline semaphoresLionel Landwerlin2021-02-091-0/+1
* drm-shim: Fix unused variable warnings from asserts in release build.Eric Anholt2020-08-281-2/+2
* drm-shim: Return -EINVAL instead of abort()ing on unknown ioctls.Eric Anholt2020-07-301-1/+1
* meson: use gnu_symbol_visibility argumentDylan Baker2020-06-011-1/+1
* drm-shim/meson: Use portable override_options for setting C standardDylan Baker2020-06-011-1/+2
* drm-shim/meson: The name of the target is a string not a listDylan Baker2020-06-011-1/+2
* drm-shim: silence warningsLionel Landwerlin2020-04-301-15/+28
* drm-shim: don't create a memfd per BOLionel Landwerlin2020-04-302-13/+30
* drm-shim: move handle lock to shim_fdLionel Landwerlin2020-04-302-9/+12
* drm-shim: stub syncobj wait ioctlLionel Landwerlin2020-04-241-0/+1
* drm-shim: provide a valid fake syncobj handle at creationLionel Landwerlin2020-04-241-1/+11
* drm-shim: Let the driver choose to overwrite the first render node.Eric Anholt2020-04-232-3/+7
* drm-shim: stub libdrm's use of realpath()Lionel Landwerlin2020-04-031-0/+22
* drm-shim: return device platform as specifiedLionel Landwerlin2020-04-033-4/+26
* meson: inline `inc_common`Eric Engestrom2020-03-281-1/+1
* drm-shim: fix EOF caseChristian Gmeiner2019-11-131-0/+1
* meson: replace libmesa_util with idep_mesautilEric Engestrom2019-08-031-2/+1
* freedreno: Add support for drm-shim.Eric Anholt2019-07-252-0/+5
* v3d: Introduce a DRM shim for calling out to the simulator.Eric Anholt2019-07-255-0/+1022