Skip to content
  • Emma Anholt's avatar
    v3d: Introduce a DRM shim for calling out to the simulator. · 82bf1979
    Emma Anholt authored
    
    
    The goal is to enable testing of parts of drivers without depending on any
    particular kernel version or hardware being present.
    
    Simply set LD_PRELOAD=$PREFIX/lib/libv3d_drm_shim.so in your environment,
    and we'll fake a /dev/dri/renderD128 (or whatever the next available node
    is) using v3dv3.  That node can then be used with the surfaceless or gbm
    EGL platforms.
    
    Acked-by: default avatarIago Toral Quiroga <itoral@igalia.com>
    82bf1979