diff options
Diffstat (limited to 'src/freedreno/drm-shim/freedreno_noop.c')
-rw-r--r-- | src/freedreno/drm-shim/freedreno_noop.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/freedreno/drm-shim/freedreno_noop.c b/src/freedreno/drm-shim/freedreno_noop.c index 48f1c8953f9..b282ab6347f 100644 --- a/src/freedreno/drm-shim/freedreno_noop.c +++ b/src/freedreno/drm-shim/freedreno_noop.c @@ -28,6 +28,8 @@ #include "drm-uapi/msm_drm.h" #include "drm-shim/drm_shim.h" +bool drm_shim_driver_prefers_first_render_node = true; + struct msm_bo { struct shim_bo base; uint32_t offset; |