]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Use intel_ types in haswell_mode_set_planes_workaround()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 17 May 2019 19:31:23 +0000 (22:31 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 4 Jun 2019 13:42:53 +0000 (16:42 +0300)
commitbca0bfa31c1baccf4a3b7987241ab2cf85596b83
treec5ae1f0a89443e2aadb89fb9332b95c0abb7d1a2
parentc3b1e6c67dd2d03ba326c7b47e72869a0624d1eb
drm/i915: Use intel_ types in haswell_mode_set_planes_workaround()

Pass around intel_atomic_state rather than drm_atomic_state.
This avoids some extra casts and annoing aliasing variables.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190517193132.8140-5-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_display.c