]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Switch intel_legacy_cursor_update() to intel_ types
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 27 Sep 2019 13:14:27 +0000 (16:14 +0300)
committerMaarten Lankhorst <maarten.lankhorst@linux.intel.com>
Wed, 16 Oct 2019 14:20:12 +0000 (16:20 +0200)
commit4078c983feb930bc2a3e3f8ffa6fa65fdf466c8f
treef769cb8a456da4719c7152cebcb3dd264ac7e8a7
parent993254292b9e0be97555cd3475bcdb946c558381
drm/i915: Switch intel_legacy_cursor_update() to intel_ types

Prefer the intel_ types in intel_legacy_cursor_update() over the
drm_ types. Should make it easier to adapt this to the uapi vs. hw
state split.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20190927131432.15978-1-ville.syrjala@linux.intel.com
drivers/gpu/drm/i915/display/intel_display.c