]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Use intel_ types in intel_{lock,modeset}_all_pipes()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 1 Jul 2019 16:05:49 +0000 (19:05 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 11 Jul 2019 16:26:18 +0000 (19:26 +0300)
commit9d6caed7c453535172639feb1f0eb716ab9a4f0d
tree6d3f084f2e7aa7336ecd0b04b43bbfaf8ae6258c
parent319c5b13443b53be7db52256a91b7128075a8efa
drm/i915: Use intel_ types in intel_{lock,modeset}_all_pipes()

Streamline the code a bit by using intel_ types instead of the
drm_ types.

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