]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/i915: Drop redundant dsc_decompression_aux check
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 17 May 2024 14:53:50 +0000 (17:53 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 14 Jun 2024 17:22:06 +0000 (20:22 +0300)
commit7997a9e4f89f124c700986baf220b5421fe1158b
tree196278c2c4e3f26b541cd7b7ceb600fc10953f2f
parentf8324128fdf8aeb174b4bda689121a3d6c48c860
drm/i915: Drop redundant dsc_decompression_aux check

If we have no dsc_decompression_aux (only possible on MST)
then we won't have the dsc_dpcd caps either. So checking
both is not needed.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240517145356.26103-2-ville.syrjala@linux.intel.com
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
drivers/gpu/drm/i915/display/intel_dp.c