Re: [Intel-gfx] [PATCH 07/18] drm/i915: Store ggtt_view in plane_state

2018-08-24 Thread Souza, Jose
On Thu, 2018-07-19 at 21:22 +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Stash the gtt_view structure into the plane state. This will become > useful when we do GTT remapping as the gtt_view will not come > directly > from the fb anymore. Reviewed-by: José Roberto de Souza > > Signed

[Intel-gfx] [PATCH 07/18] drm/i915: Store ggtt_view in plane_state

2018-07-19 Thread Ville Syrjala
From: Ville Syrjälä Stash the gtt_view structure into the plane state. This will become useful when we do GTT remapping as the gtt_view will not come directly from the fb anymore. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/intel_display.c | 16 +--- drivers/gpu/drm/i915/