Home
last modified time | relevance | path

Searched refs:cursor_hot_x (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/radeon/
Dradeon_cursor.c330 hot_x != radeon_crtc->cursor_hot_x || in radeon_crtc_cursor_set2()
334 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
339 radeon_crtc->cursor_hot_x = hot_x; in radeon_crtc_cursor_set2()
Dradeon_mode.h329 int cursor_hot_x; member
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h468 int cursor_hot_x; member
Ddce_v6_0.c2339 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2()
2343 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()
2350 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
Ddce_v8_0.c2338 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2()
2342 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2349 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
Ddce_v10_0.c2419 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2()
2423 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2430 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
Ddce_v11_0.c2503 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2()
2507 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2514 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()