]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Use intel_ types in intel_atomic_commit()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 1 Jul 2019 16:05:50 +0000 (19:05 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 11 Jul 2019 16:26:40 +0000 (19:26 +0300)
commita85fb46777c0e078075e7f4880a1f82178d66c1a
tree9e331d188279b63847090d6f7f37057f33572e02
parent6a64e985d242921a9b6050bddc5aa716c02aa6ef
drm/i915: Use intel_ types in intel_atomic_commit()

Make life less annoying by favoring the intel_ types over
the drm_ types in intel_atomic_commit().

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190701160550.24205-6-ville.syrjala@linux.intel.com
Reviewed-by: Imre Deak <imre.deak@intel.com>
drivers/gpu/drm/i915/display/intel_display.c