About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/src/drm-shim
AgeCommit message (Expand)Author
2025-09-03drm-shim: fix with asanRhys Perry
2025-09-03drm-shim: use atomics for initedRhys Perry
2025-08-11prefer _SC_PAGESIZE over _SC_PAGE_SIZEErik Faye-Lund
2024-07-16drm-shim: stub synobj_timeline_wait and query ioctlAlejandro PiƱeiro
2024-06-29build: pass licensing information in SPDX formDavid Heidelberg
2024-06-26drm-shim: stub syncobj_timeline_signal ioctlEric Engestrom
2024-05-21drm-shim: Stub syncobj reset ioctlValentine Burley
2024-05-16drm-shim: intercept access as wellChia-I Wu
2024-03-19drm-shim: Add io region handling in mmapMary Guillemard
2024-03-07drm-shim: Avoid invalid file and time bits combinationDavid Heidelberg
2023-10-27compiler,vulkan,drm-shim: Remove unused include directories from meson.buildYonggang Luo
2023-06-01drm-shim: Avoid assertion fail if someone does close(-1).Emma Anholt
2023-05-31drm-shim: Replace usage of mtx_t with simple_mtx_t in drm_shim.cYonggang Luo
2023-05-16drm-shim: Use anonymous file for file overrideJoshua Watt
2023-05-16drm-shim: Set file type in readdir()Joshua Watt
2023-05-11amd/drm-shim: add amdgpu drm-shimChia-I Wu
2023-05-11drm-shim: apply file overrides for openChia-I Wu
2022-12-30drm-shim: Use hide_drm_device_path() to hide other drm devicesJordan Justen
2022-12-30drm-shim: Add hide_drm_device_path()Jordan Justen
2022-12-30drm-shim: Convert nfasprintf and nfvasprintf to functionsJordan Justen
2022-12-08drm-shim: add __readlink_chk as readlink with overflow checkMax Lee
2022-09-16drm-shim: drop gnu99 overrideYonggang Luo
2022-09-14drm-shim: Allow drm-shim to work with glibc fortify.David Riley
2022-05-02drm-shim: Cleanup on device file closeRob Clark
2022-05-02drm-shim: Add error handling for bo_init()Rob Clark
2022-05-02drm-shim: Better mmap offsetsRob Clark
2022-05-02drm-shim: Add GET_UNIQUE supportRob Clark
2022-04-12drm-shim: Implement a shim function for closeIcecream95
2022-04-12drm-shim: Explicitly use off64_t for the offset to drm_shim_mmapIcecream95
2022-04-12drm-shim: Return fake render nodes in /dev/dri firstIcecream95
2022-04-12drm-shim: Add a function for mmap64 rather than using an aliasIcecream95
2021-08-13drm-shim: Support kernels with >4k pagesAlyssa Rosenzweig
2021-08-02drm-shim: implement stat/fstat when xstat variants are not thereLionel Landwerlin
2021-04-20drm-shim: fix compile with glibc >= 2.33Christian Gmeiner
2021-02-09drm-shim: report support for timeline semaphoresLionel Landwerlin
2020-08-28drm-shim: Fix unused variable warnings from asserts in release build.Eric Anholt
2020-07-30drm-shim: Return -EINVAL instead of abort()ing on unknown ioctls.Eric Anholt
2020-06-01meson: use gnu_symbol_visibility argumentDylan Baker
2020-06-01drm-shim/meson: Use portable override_options for setting C standardDylan Baker
2020-06-01drm-shim/meson: The name of the target is a string not a listDylan Baker
2020-04-30drm-shim: silence warningsLionel Landwerlin
2020-04-30drm-shim: don't create a memfd per BOLionel Landwerlin
2020-04-30drm-shim: move handle lock to shim_fdLionel Landwerlin
2020-04-24drm-shim: stub syncobj wait ioctlLionel Landwerlin
2020-04-24drm-shim: provide a valid fake syncobj handle at creationLionel Landwerlin
2020-04-23drm-shim: Let the driver choose to overwrite the first render node.Eric Anholt
2020-04-03drm-shim: stub libdrm's use of realpath()Lionel Landwerlin
2020-04-03drm-shim: return device platform as specifiedLionel Landwerlin
2020-03-28meson: inline `inc_common`Eric Engestrom
2019-11-13drm-shim: fix EOF caseChristian Gmeiner