]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Fix i845/i865 cursor width
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 28 Oct 2019 11:30:31 +0000 (13:30 +0200)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 29 Oct 2019 12:54:51 +0000 (14:54 +0200)
commitacde3df32fe3e1e508c772ed6f278fb8bd747f7c
treeb96e7b30423c90fa505c45e4d27e25d78f68c957
parentc9202ec0380dfb17d088e1c31d6ed8fe5b1ecbf8
drm/i915: Fix i845/i865 cursor width

The change from the uapi coordinates to the internal coordinates
broke the cursor on i845/i865 due to src and dst getting swapped.
Fix it.

Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Fixes: a56a970102e8 ("drm/i915: Remove cursor use of properties for coordinates")
Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20191028113036.27553-1-ville.syrjala@linux.intel.com
Reviewed-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
drivers/gpu/drm/i915/display/intel_display.c