Lines Matching +full:drm +full:- +full:shim
1 # DRM shim - Fake GEM kernel drivers in userspace for CI
4 be able to present either no-op GEM devices (for shader-db runs) or
5 simulator-backed GEM devices (for testing against a software simulator
11 - Doesn't know how to handle DRM fds getting passed over the wire from
13 - libc interception is rather glibc-specific and fragile.
14 - Can easily break gdb if the libc interceptor code is what's broken.
15 (ulimit -c unlimited and doing gdb on the core after the fact can
20 You choose the backend by setting `LD_PRELOAD` to the shim you want.
21 Since this will effectively fake another DRM device to your system,
23 to use it if it's not the only DRM device present. Setting
25 shim initialized on.
34 See your drm-shim backend's README for details on how to use it.