drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()
authorMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Thu, 20 Sep 2018 10:27:04 +0000 (12:27 +0200)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fri, 21 Sep 2018 17:11:49 +0000 (19:11 +0200)
commita1cccdcf330e2a59b72b1588a7ef87cbaaa8a4e9
treebd1635eb351cb6bbfd96b43d7dacbe2b854e5170
parent448626103dad54ec5d06722e955586b5d557625d
drm/i915: Clean up casts to crtc_state in intel_atomic_commit_tail()

Use old/new_intel_crtc_state, and get rid of all the conversion casts
where they don't add anything.

Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20180920102711.4184-2-maarten.lankhorst@linux.intel.com
drivers/gpu/drm/i915/intel_display.c