mbox series

[0/2] Macro for 3 DSC engines per pipe

Message ID 20250414024256.2782702-1-ankit.k.nautiyal@intel.com (mailing list archive)
Headers show
Series Macro for 3 DSC engines per pipe | expand

Message

Nautiyal, Ankit K April 14, 2025, 2:42 a.m. UTC
3 DSC engines are supported only for BMG to be used in specific cases
where 12 DSC slices might be required.
Add macro for the same and use that while configuring DSC slices.

Ankit Nautiyal (2):
  drm/i915/display: Add macro for checking 3 DSC engines
  drm/i915/dp: Check for HAS_DSC_3ENGINES while configuring DSC slices

 drivers/gpu/drm/i915/display/intel_display_device.h | 1 +
 drivers/gpu/drm/i915/display/intel_dp.c             | 7 ++++---
 2 files changed, 5 insertions(+), 3 deletions(-)