Re: [PATCH 0/7] drm/i915: DSC stuff

2024-05-20 Thread Jani Nikula
On Fri, 17 May 2024, Ville Syrjala  wrote:
> From: Ville Syrjälä 
>
> Respect the VBT's edp_disable_dsc bit, and do a bunch
> of refactoring around checking for DSC support.
>
> Also threw in a bonus cleanup to intel_dp_has_audio()
> that caught my eye.

The dropping of const here and there sticks out a bit, but with that
explained or fixed, the series is

Reviewed-by: Jani Nikula 



>
> Ville Syrjälä (7):
>   drm/i915: Drop redundant dsc_decompression_aux check
>   drm/i915: Extract intel_dp_has_dsc()
>   drm/i915: Handle MST in intel_dp_has_dsc()
>   drm/i915: Use intel_dp_has_dsc() during .compute_config()
>   drm/i915: Reuse intel_dp_supports_dsc() for MST
>   drm/i915: Utilize edp_disable_dsc from VBT
>   drm/i915: Remove bogus MST check in intel_dp_has_audio()
>
>  drivers/gpu/drm/i915/display/intel_bios.c |  4 ++
>  .../drm/i915/display/intel_display_types.h|  1 +
>  drivers/gpu/drm/i915/display/intel_dp.c   | 42 +--
>  drivers/gpu/drm/i915/display/intel_dp.h   |  4 ++
>  drivers/gpu/drm/i915/display/intel_dp_mst.c   | 23 +++---
>  5 files changed, 44 insertions(+), 30 deletions(-)

-- 
Jani Nikula, Intel


[PATCH 0/7] drm/i915: DSC stuff

2024-05-17 Thread Ville Syrjala
From: Ville Syrjälä 

Respect the VBT's edp_disable_dsc bit, and do a bunch
of refactoring around checking for DSC support.

Also threw in a bonus cleanup to intel_dp_has_audio()
that caught my eye.

Ville Syrjälä (7):
  drm/i915: Drop redundant dsc_decompression_aux check
  drm/i915: Extract intel_dp_has_dsc()
  drm/i915: Handle MST in intel_dp_has_dsc()
  drm/i915: Use intel_dp_has_dsc() during .compute_config()
  drm/i915: Reuse intel_dp_supports_dsc() for MST
  drm/i915: Utilize edp_disable_dsc from VBT
  drm/i915: Remove bogus MST check in intel_dp_has_audio()

 drivers/gpu/drm/i915/display/intel_bios.c |  4 ++
 .../drm/i915/display/intel_display_types.h|  1 +
 drivers/gpu/drm/i915/display/intel_dp.c   | 42 +--
 drivers/gpu/drm/i915/display/intel_dp.h   |  4 ++
 drivers/gpu/drm/i915/display/intel_dp_mst.c   | 23 +++---
 5 files changed, 44 insertions(+), 30 deletions(-)

-- 
2.44.1