Searched refs:hot_x (Results 1 – 16 of 16) sorted by relevance
/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 | 837 int32_t hot_x,
|
/drivers/gpu/drm/vboxvideo/ |
D | hgsmi_base.c | 118 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() argument 149 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 | 432 min_t(u32, max(fb->hot_x, 0), width), in vbox_cursor_atomic_update()
|
/drivers/gpu/drm/virtio/ |
D | virtgpu_plane.c | 372 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update() 378 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 379 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update() 383 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 513 cmd->u.set.position.x = plane_state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor() 557 cmd->u.position.x = plane_state->crtc_x + fb->hot_x; in qxl_primary_move_cursor() 568 int hot_x, int hot_y) in qxl_create_cursor() argument 598 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor() 854 new_state->fb->hot_x, in qxl_plane_prepare_fb()
|
/drivers/gpu/drm/hyperv/ |
D | hyperv_drm_proto.c | 129 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member 340 msg.ptr_shape.hot_x = 0; in hyperv_hide_hw_ptr()
|
/drivers/gpu/drm/ |
D | drm_plane.c | 1050 fb->hot_x = req->hot_x; in drm_mode_cursor_universal() 1152 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common() 1188 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
|
/drivers/video/fbdev/ |
D | hyperv_fb.c | 192 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member 359 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
|
/drivers/gpu/drm/amd/amdgpu/ |
D | dce_v8_0.c | 2274 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument 2321 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2() 2325 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2() 2332 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
|
D | dce_v6_0.c | 2271 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument 2318 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2() 2322 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2() 2329 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
|
D | dce_v10_0.c | 2373 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument 2420 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2() 2424 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2() 2431 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
|
D | dce_v11_0.c | 2449 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument 2496 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2() 2500 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2() 2507 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
|
/drivers/gpu/drm/amd/display/dmub/inc/ |
D | dmub_cmd.h | 2149 uint32_t hot_x: 16; member
|
/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_kms.c | 658 hotspot_x += new_state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()
|