OSDN Git Service

drm/i915: Move crtc_state to tighter scope
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 18 Nov 2019 16:44:24 +0000 (18:44 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 20 Nov 2019 15:43:47 +0000 (17:43 +0200)
commit777bf6d71f7211a66050ae7ab7f4e9c0212a2f1c
treea98e4888c88f1d9d6fa700743875ceea7f6694ce
parent407b94058b3bceabda4d9033b66096e99ce0a2f7
drm/i915: Move crtc_state to tighter scope

intel_modeset_setup_hw_state() doesn't need the crtc_state at the
top level scope. Move it to where it's needed.

Reviewed-by: Manasi Navare <manasi.d.navare@intel.com>
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191118164430.27265-5-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c