]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursor
authorAlex Deucher <alexander.deucher@amd.com>
Wed, 7 Oct 2015 21:07:01 +0000 (17:07 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 14 Oct 2015 20:16:28 +0000 (16:16 -0400)
commit48f60a33885eb62d162f642d6fb6032f12a49d1b
tree9de3aa13771662f4463e5735d5af3360a3c1e269
parent81facc8b7dad23a55d4cfb4da140b799fd7975d0
drm/amdgpu/dce11: Use cursor_set2 hook for enabling / disabling the HW cursor

The cursor_set2 hook provides the cursor hotspot position within the
cursor image. When the hotspot position changes, we can adjust the cursor
position such that the hotspot doesn't move on the screen. This prevents
the cursor from appearing to intermittently jump around on the screen
when the position of the hotspot within the cursor image changes.

Port of radeon commits:
aec28b4efcb10805d6e2e3ada120ee2bb64cf0df
c39cbd267757e3d9b6e4ae02a3f468c58e7bced1

Reviewed-by: Michel Dänzer <michel.daenzer@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v11_0.c