]> git.baikalelectronics.ru Git - kernel.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)
commitb60a7722d82aa7b49fd056149f3275aaa9c2feeb
tree9e331d188279b63847090d6f7f37057f33572e02
parent9d6caed7c453535172639feb1f0eb716ab9a4f0d
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