]> 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)
commit8624ebe24c14f1ec33094eaae726ddb4d18332f6
tree6d3f084f2e7aa7336ecd0b04b43bbfaf8ae6258c
parent2e73abe09b79a89e7ab539aba4a09174c7d4db88
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