Re: [Intel-gfx] [PATCH 04/10] drm/i915: Move crtc_state to tighter scope

2019-11-13 Thread Manasi Navare
On Tue, Nov 12, 2019 at 04:14:57PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > intel_modeset_setup_hw_state() doesn't need the crtc_state at the > top level scope. Move it to where it's needed. > > Signed-off-by: Ville Syrjälä Looks good even though it does add to the code size since

[Intel-gfx] [PATCH 04/10] drm/i915: Move crtc_state to tighter scope

2019-11-12 Thread Ville Syrjala
From: Ville Syrjälä intel_modeset_setup_hw_state() doesn't need the crtc_state at the top level scope. Move it to where it's needed. Signed-off-by: Ville Syrjälä --- drivers/gpu/drm/i915/display/intel_display.c | 11 +++ 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/dri