Re: [Intel-gfx] [PATCH 6/6] drm/i915: Use atomic state in intel_fb_initial_config.

2016-02-11 Thread Ville Syrjälä
On Mon, Feb 01, 2016 at 02:44:02PM +0100, Maarten Lankhorst wrote: > This is another step in removing legacy state. > > Signed-off-by: Maarten Lankhorst Patches 2,3,4,6 lgtm. Reviewed-by: Ville Syrjälä Though I'd still prefer

[Intel-gfx] [PATCH 6/6] drm/i915: Use atomic state in intel_fb_initial_config.

2016-02-01 Thread Maarten Lankhorst
This is another step in removing legacy state. Signed-off-by: Maarten Lankhorst --- drivers/gpu/drm/i915/intel_fbdev.c | 17 +++-- 1 file changed, 11 insertions(+), 6 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_fbdev.c