Home
last modified time | relevance | path

Searched refs:hot_x (Results 1 – 18 of 18) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c239 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update()
245 output->cursor.hot_x = in virtio_gpu_cursor_plane_update()
246 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update()
250 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
/Linux-v4.19/drivers/staging/vboxvideo/
Dvbox_mode.c44 s32 hot_x, s32 hot_y);
745 s32 hot_x, s32 hot_y) in vbox_cursor_set2() argument
821 vbox->cursor_hot_x = min_t(u32, max(hot_x, 0), width); in vbox_cursor_set2()
868 u32 hot_x = 0; in vbox_cursor_move() local
897 hot_x = min(host_x - x - crtc_x, vbox->cursor_width); in vbox_cursor_move()
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()
908 hot_x, hot_y, vbox->cursor_width, vbox->cursor_height, in vbox_cursor_move()
Dhgsmi_base.c135 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() argument
166 p->hot_X = hot_x; in hgsmi_update_pointer_shape()
Dvboxvideo_guest.h58 u32 hot_x, u32 hot_y, u32 width, u32 height,
/Linux-v4.19/drivers/gpu/drm/radeon/
Dradeon_cursor.c279 int32_t hot_x, in radeon_crtc_cursor_set2() argument
328 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.h873 int32_t hot_x,
/Linux-v4.19/include/drm/
Ddrm_framebuffer.h188 int hot_x; member
Ddrm_crtc.h426 int32_t hot_x, int32_t hot_y);
/Linux-v4.19/include/uapi/linux/
Dvirtio_gpu.h113 __le32 hot_x; /* update only */ member
/Linux-v4.19/drivers/gpu/drm/
Ddrm_plane.c855 fb->hot_x = req->hot_x; in drm_mode_cursor_universal()
952 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()
988 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
/Linux-v4.19/drivers/gpu/drm/qxl/
Dqxl_display.c527 cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor()
664 cursor->header.hot_spot_x = fb->hot_x; in qxl_cursor_atomic_update()
693 cmd->u.position.x = plane->state->crtc_x + fb->hot_x; in qxl_cursor_atomic_update()
/Linux-v4.19/include/uapi/drm/
Ddrm_mode.h600 __s32 hot_x; member
/Linux-v4.19/drivers/video/fbdev/
Dhyperv_fb.c162 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member
312 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Ddce_v8_0.c2242 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument
2289 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.c2231 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument
2278 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.c2419 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument
2466 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.c2340 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument
2387 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()
/Linux-v4.19/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c388 hotspot_x += plane->state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()