> -----Original Message----- > From: Nautiyal, Ankit K <[email protected]> > Sent: Wednesday, October 23, 2024 12:23 PM > To: [email protected] > Cc: [email protected]; Kandpal, Suraj <[email protected]> > Subject: [PATCH 08/16] drm/i915/display: Add macro HAS_PIXEL_REPLICATION > > Add macro for Pixel replication support with DSC. > > Bspec: 49259, 68912 > Signed-off-by: Ankit Nautiyal <[email protected]> LGTM, Reviewed-by: Suraj Kandpal <[email protected]> > --- > drivers/gpu/drm/i915/display/intel_display_device.h | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h > b/drivers/gpu/drm/i915/display/intel_display_device.h > index 071a36b51f79..a21b910879df 100644 > --- a/drivers/gpu/drm/i915/display/intel_display_device.h > +++ b/drivers/gpu/drm/i915/display/intel_display_device.h > @@ -149,6 +149,9 @@ enum intel_display_subplatform { > #define HAS_MBUS_JOINING(i915) (IS_ALDERLAKE_P(i915) || > DISPLAY_VER(i915) >= 14) > #define HAS_MSO(i915) (DISPLAY_VER(i915) >= 12) > #define HAS_OVERLAY(i915) (DISPLAY_INFO(i915)->has_overlay) > +#define HAS_PIXEL_REPLICATION(i915) (HAS_DSC(i915) && \ > + (DISPLAY_VER(i915) >= 20 || \ > + DISPLAY_VER_FULL(i915) == > IP_VER(14, 1))) > #define HAS_PSR(i915) (DISPLAY_INFO(i915)->has_psr) > #define HAS_PSR_HW_TRACKING(i915) (DISPLAY_INFO(i915)- > >has_psr_hw_tracking) > #define HAS_PSR2_SEL_FETCH(i915) (DISPLAY_VER(i915) >= 12) > -- > 2.45.2
- [PATCH 00/16] Add support for 3 VDSC engines 12 slices Ankit Nautiyal
- [PATCH 01/16] drm/i915/dp: Update Comment for Valid DS... Ankit Nautiyal
- [PATCH 02/16] drm/i915/display: Prepare for dsc 3 stre... Ankit Nautiyal
- RE: [PATCH 02/16] drm/i915/display: Prepare for ds... Kandpal, Suraj
- [PATCH 03/16] drm/i915/vdsc: Use VDSC0/VDSC1 for LEFT/... Ankit Nautiyal
- [PATCH 04/16] drm/i915/vdsc: Introduce 3rd VDSC engine... Ankit Nautiyal
- RE: [PATCH 04/16] drm/i915/vdsc: Introduce 3rd VDS... Kandpal, Suraj
- [PATCH 07/16] drm/i915/dp: Enable 3 DSC engines for 12... Ankit Nautiyal
- RE: [PATCH 07/16] drm/i915/dp: Enable 3 DSC engine... Kandpal, Suraj
- [PATCH 08/16] drm/i915/display: Add macro HAS_PIXEL_RE... Ankit Nautiyal
- RE: [PATCH 08/16] drm/i915/display: Add macro HAS_... Kandpal, Suraj
- [PATCH 06/16] drm/i915/dp: Ensure hactive is divisible... Ankit Nautiyal
- RE: [PATCH 06/16] drm/i915/dp: Ensure hactive is d... Kandpal, Suraj
- [PATCH 05/16] drm/i915/vdsc: Add support for read/writ... Ankit Nautiyal
- [PATCH 10/16] drm/i915/dp_mst: Account for pixel repli... Ankit Nautiyal
- [PATCH 09/16] drm/i915/display: Add support for DSC pi... Ankit Nautiyal
- [PATCH 11/16] drm/i915/dp: Account for pixel replicati... Ankit Nautiyal
- [PATCH 13/16] drm/i915/dp: Enable DSC pixel replicatio... Ankit Nautiyal
- [PATCH 12/16] drm/i915/display: Account for pixel repl... Ankit Nautiyal
- [PATCH 14/16] drm/i915/dsc: Introduce odd pixel remova... Ankit Nautiyal
- [PATCH 15/16] drm/i915/display: Adjust Pipe SRC Width ... Ankit Nautiyal
