]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Switch intel_crtc_disable_noatomic() to intel_ types
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 5 Nov 2019 17:14:47 +0000 (19:14 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 2 Dec 2019 16:38:40 +0000 (18:38 +0200)
commit659e1b101adac4ae06e96f880c14f24681c7321a
tree1de5acb8434a35b510a68d87bbb526a521329021
parent117b573efd85f7ca158df3dd999386f3278d1ee7
drm/i915: Switch intel_crtc_disable_noatomic() to intel_ types

It's hard to see what is going on when the function mixes drm_
and intel_ types. Switch to intel_ types.

v2: Deal with another use of 'intel_crtc' being introduced

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191105171447.22111-2-ville.syrjala@linux.intel.com
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/i915/display/intel_display.c