Re: [Intel-gfx] [PATCH 06/20] drm/i915/fbc: Reuse the same struct for the cache and params

2021-12-01 Thread Kahola, Mika
> -Original Message- > From: Intel-gfx On Behalf Of Ville > Syrjala > Sent: Wednesday, November 24, 2021 1:37 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 06/20] drm/i915/fbc: Reuse the same struct for the > cache and params > > From: Ville Syrjälä > > The FBC

[Intel-gfx] [PATCH 06/20] drm/i915/fbc: Reuse the same struct for the cache and params

2021-11-24 Thread Ville Syrjala
From: Ville Syrjälä The FBC state cache and params are now nearly identical. Just use the same structure for both. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_fbc.c | 62 +++- drivers/gpu/drm/i915/i915_drv.h | 36 +- 2 files