]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Pass intel_atomic state to check_digital_port_conflicts()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 17 May 2019 19:31:21 +0000 (22:31 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 4 Jun 2019 13:42:53 +0000 (16:42 +0300)
commit85829eb5ee1afc673befcf9ab8a4043e72df4ad2
tree4d799d4fd2fc68ce2ff394eaffbe6fd3c354a6ff
parent3d51b48fd16bd5b103613e94da95f87296e716f3
drm/i915: Pass intel_atomic state to check_digital_port_conflicts()

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-3-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/intel_display.c