On Wed, Jan 15, 2020 at 09:08:12PM +0200, Ville Syrjala wrote:
> From: Ville Syrjälä <[email protected]>
> 
> sync_mode_slaves_mask is a bitmask so use PIPE_CONF_CHECK_X() for it
> so we get the mismatch printed in hex instead of decimal.
> 
> Signed-off-by: Ville Syrjälä <[email protected]>

Yes makes sense also tested this on the 8K tiled display,

Reviewed-by: Manasi Navare <[email protected]>
Tested-by: Manasi Navare <[email protected]>

Manasi

> ---
>  drivers/gpu/drm/i915/display/intel_display.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_display.c 
> b/drivers/gpu/drm/i915/display/intel_display.c
> index 64a377d61ce0..97cf8457c956 100644
> --- a/drivers/gpu/drm/i915/display/intel_display.c
> +++ b/drivers/gpu/drm/i915/display/intel_display.c
> @@ -13695,7 +13695,7 @@ intel_pipe_config_compare(const struct 
> intel_crtc_state *current_config,
>       PIPE_CONF_CHECK_INFOFRAME(hdmi);
>       PIPE_CONF_CHECK_INFOFRAME(drm);
>  
> -     PIPE_CONF_CHECK_I(sync_mode_slaves_mask);
> +     PIPE_CONF_CHECK_X(sync_mode_slaves_mask);
>       PIPE_CONF_CHECK_I(master_transcoder);
>  
>       PIPE_CONF_CHECK_I(dsc.compression_enable);
> -- 
> 2.24.1
> 
> _______________________________________________
> Intel-gfx mailing list
> [email protected]
> https://lists.freedesktop.org/mailman/listinfo/intel-gfx
_______________________________________________
Intel-gfx mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/intel-gfx

Reply via email to