drm/i915: Don't hide the intel_crtc_atomic_check() call
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 25 Sep 2020 12:17:49 +0000 (15:17 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 28 Sep 2020 11:12:50 +0000 (14:12 +0300)
commiteba10ec8cfdd831488fa091356884df7d23e305c
treefbfd4dda76997c6cd43e39f3bb613b65f38adec2
parent7102404cb471973cdcc2d3bfe5755153b3137bca
drm/i915: Don't hide the intel_crtc_atomic_check() call

Move the intel_crtc_atomic_check() call out from the variable
declarations to a place where we can actually see it.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20200925121749.708-2-ville.syrjala@linux.intel.com
Reviewed-by: José Roberto de Souza <jose.souza@intel.com>
drivers/gpu/drm/i915/display/intel_display.c