Re: [Intel-gfx] [PATCH 9/9] drm/i915/fbc: Allocate llb before cfb

2021-06-18 Thread Souza, Jose
whole series is Reviewed-by: José Roberto de Souza On Thu, 2021-06-10 at 21:32 +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Since the llb allocation has a fixed size, let's grab it before > the potentially variable sized cfb. That should avoid some allocation > failure cases once we al

[Intel-gfx] [PATCH 9/9] drm/i915/fbc: Allocate llb before cfb

2021-06-10 Thread Ville Syrjala
From: Ville Syrjälä Since the llb allocation has a fixed size, let's grab it before the potentially variable sized cfb. That should avoid some allocation failure cases once we allow different compression ratios for FBC1. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_fbc.c