Re: [Intel-gfx] [PATCH] drm/i915/fbc: Allow FBC with Yf tiling

2021-09-27 Thread Shankar, Uma
> -Original Message- > From: Ville Syrjala > Sent: Friday, September 24, 2021 7:44 PM > To: intel-gfx@lists.freedesktop.org > Cc: Shankar, Uma > Subject: [PATCH] drm/i915/fbc: Allow FBC with Yf tiling > > From: Ville Syrjälä > > FBC+Yf tiling seems to work just fine, and unlike with

[Intel-gfx] [PATCH] drm/i915/fbc: Allow FBC with Yf tiling

2021-09-24 Thread Ville Syrjala
From: Ville Syrjälä FBC+Yf tiling seems to work just fine, and unlike with linear the hardware does appear to correctly calculate the CFB stride with using the override stride on both cfl and glk. So no need for any additional tweaks. Cc: Uma Shankar #v2 Signed-off-by: Ville Syrjälä --- drive