> -----Original Message-----
> From: Intel-xe <intel-xe-boun...@lists.freedesktop.org> On Behalf Of Vinod
> Govindapillai
> Sent: Friday, January 31, 2025 2:30 AM
> To: intel-gfx@lists.freedesktop.org; intel...@lists.freedesktop.org
> Cc: Govindapillai, Vinod <vinod.govindapil...@intel.com>; Syrjala, Ville
> <ville.syrj...@intel.com>; Reddy Guddati, Santhosh
> <santhosh.reddy.gudd...@intel.com>; Saarinen, Jani
> <jani.saari...@intel.com>
> Subject: [PATCH v6 2/7] drm/i915/xe3: introduce HAS_FBC_DIRTY_RECT() for
> FBC dirty rect support
> 
> Introduce a macro to check if the platform supports FBC dirty rect capability.
> 
> Signed-off-by: Vinod Govindapillai <vinod.govindapil...@intel.com>

LGTM,
Reviewed-by: Suraj Kandpal <suraj.kand...@intel.com>

> ---
>  drivers/gpu/drm/i915/display/intel_display_device.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_display_device.h
> b/drivers/gpu/drm/i915/display/intel_display_device.h
> index fc33791f02b9..717286981687 100644
> --- a/drivers/gpu/drm/i915/display/intel_display_device.h
> +++ b/drivers/gpu/drm/i915/display/intel_display_device.h
> @@ -163,6 +163,7 @@ struct intel_display_platforms {
>  #define HAS_DSC(__display)           (DISPLAY_RUNTIME_INFO(__display)-
> >has_dsc)
>  #define HAS_DSC_MST(__display)               (DISPLAY_VER(__display) >=
> 12 && HAS_DSC(__display))
>  #define HAS_FBC(__display)           (DISPLAY_RUNTIME_INFO(__display)-
> >fbc_mask != 0)
> +#define HAS_FBC_DIRTY_RECT(__display)        (DISPLAY_VER(__display) >=
> 30)
>  #define HAS_FPGA_DBG_UNCLAIMED(__display)
>       (DISPLAY_INFO(__display)->has_fpga_dbg)
>  #define HAS_FW_BLC(__display)                (DISPLAY_VER(__display) >=
> 3)
>  #define HAS_GMBUS_IRQ(__display)     (DISPLAY_VER(__display) >= 4)
> --
> 2.43.0

Reply via email to