]> asedeno.scripts.mit.edu Git - linux.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)
commit6a64e985d242921a9b6050bddc5aa716c02aa6ef
tree6d3f084f2e7aa7336ecd0b04b43bbfaf8ae6258c
parente3b4089c68ed59fcda9220db02c8ccfe9c49ccd7
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