diff --git a/src/panfrost/lib/pan_shader.h b/src/panfrost/lib/pan_shader.h index 04a167c4b81..751d21a7122 100644 --- a/src/panfrost/lib/pan_shader.h +++ b/src/panfrost/lib/pan_shader.h @@ -202,9 +202,6 @@ pan_shader_prepare_rsd(const struct panfrost_device *dev, * shading, but that'll just got ORed in */ rsd->multisample_misc.evaluate_per_sample = shader_info->fs.sample_shading; - } else { - rsd->properties.depth_source = - MALI_DEPTH_SOURCE_FIXED_FUNCTION; } if (pan_is_bifrost(dev))