Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_cursor.c328 hot_x != radeon_crtc->cursor_hot_x || in radeon_crtc_cursor_set2()
332 x = radeon_crtc->cursor_x + radeon_crtc->cursor_hot_x - hot_x; in radeon_crtc_cursor_set2()
337 radeon_crtc->cursor_hot_x = hot_x; in radeon_crtc_cursor_set2()
Dradeon_mode.h339 int cursor_hot_x; member
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_mode.c821 vbox->cursor_hot_x = min_t(u32, max(hot_x, 0), width); in vbox_cursor_set2()
846 vbox->cursor_hot_x, vbox->cursor_hot_y, in vbox_cursor_set2()
901 if (hot_x == vbox->cursor_hot_x && hot_y == vbox->cursor_hot_y) in vbox_cursor_move()
904 vbox->cursor_hot_x = hot_x; in vbox_cursor_move()
Dvbox_drv.h120 u32 cursor_hot_x; member
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Damdgpu_mode.h396 int cursor_hot_x; member
Ddce_v8_0.c2289 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2()
2293 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2300 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
Ddce_v6_0.c2278 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2()
2282 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()
2289 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
Ddce_v11_0.c2466 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2()
2470 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2477 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
Ddce_v10_0.c2387 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2()
2391 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2398 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()