diff --git a/src/panfrost/drm-shim/panfrost_noop.c b/src/panfrost/drm-shim/panfrost_noop.c index 78c4fb5f7fd..52f82d1d5c8 100644 --- a/src/panfrost/drm-shim/panfrost_noop.c +++ b/src/panfrost/drm-shim/panfrost_noop.c @@ -58,6 +58,7 @@ pan_ioctl_get_param(int fd, unsigned long request, void *arg) case DRM_PANFROST_PARAM_GPU_REVISION: case DRM_PANFROST_PARAM_TEXTURE_FEATURES0: case DRM_PANFROST_PARAM_THREAD_TLS_ALLOC: + case DRM_PANFROST_PARAM_AFBC_FEATURES: gp->value = 0; return 0; default: