/Linux-v5.4/drivers/gpu/drm/virtio/ |
D | virtgpu_plane.c | 228 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update() 234 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 235 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update() 239 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/Linux-v5.4/drivers/gpu/drm/radeon/ |
D | radeon_cursor.c | 281 int32_t hot_x, in radeon_crtc_cursor_set2() argument 330 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()
|
D | radeon_mode.h | 873 int32_t hot_x,
|
/Linux-v5.4/drivers/gpu/drm/vboxvideo/ |
D | hgsmi_base.c | 114 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() argument 145 p->hot_X = hot_x; in hgsmi_update_pointer_shape()
|
D | vboxvideo_guest.h | 35 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
D | vbox_mode.c | 430 min_t(u32, max(fb->hot_x, 0), width), in vbox_cursor_atomic_update()
|
/Linux-v5.4/include/drm/ |
D | drm_framebuffer.h | 196 int hot_x; member
|
D | drm_crtc.h | 448 int32_t hot_x, int32_t hot_y);
|
/Linux-v5.4/include/uapi/linux/ |
D | virtio_gpu.h | 124 __le32 hot_x; /* update only */ member
|
/Linux-v5.4/drivers/gpu/drm/ |
D | drm_plane.c | 878 fb->hot_x = req->hot_x; in drm_mode_cursor_universal() 980 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common() 1016 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
|
/Linux-v5.4/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 518 cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor() 635 cursor->header.hot_spot_x = fb->hot_x; in qxl_cursor_atomic_update() 664 cmd->u.position.x = plane->state->crtc_x + fb->hot_x; in qxl_cursor_atomic_update()
|
/Linux-v5.4/drivers/video/fbdev/ |
D | hyperv_fb.c | 153 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member 303 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
|
/Linux-v5.4/include/uapi/drm/ |
D | drm_mode.h | 610 __s32 hot_x; member
|
/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v8_0.c | 2260 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument 2307 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2() 2311 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2() 2318 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
|
D | dce_v6_0.c | 2252 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument 2299 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2() 2303 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2() 2310 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
|
D | dce_v10_0.c | 2359 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument 2406 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2() 2410 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2() 2417 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
|
D | dce_v11_0.c | 2438 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument 2485 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2() 2489 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2() 2496 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
|
/Linux-v5.4/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 391 hotspot_x += plane->state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()
|