Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/gpu/drm/radeon/
Dradeon_cursor.c281 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()
Dradeon_mode.h833 int32_t hot_x,
/Linux-v6.6/drivers/gpu/drm/vboxvideo/
Dhgsmi_base.c118 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()
Dvboxvideo_guest.h35 u32 hot_x, u32 hot_y, u32 width, u32 height,
Dvbox_mode.c432 min_t(u32, max(fb->hot_x, 0), width), in vbox_cursor_atomic_update()
/Linux-v6.6/drivers/gpu/drm/virtio/
Dvirtgpu_plane.c326 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update()
332 output->cursor.hot_x = in virtio_gpu_cursor_plane_update()
333 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update()
337 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
/Linux-v6.6/include/drm/
Ddrm_framebuffer.h196 int hot_x; member
Ddrm_crtc.h460 int32_t hot_x, int32_t hot_y);
/Linux-v6.6/drivers/gpu/drm/qxl/
Dqxl_display.c513 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()
/Linux-v6.6/drivers/gpu/drm/hyperv/
Dhyperv_drm_proto.c129 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member
340 msg.ptr_shape.hot_x = 0; in hyperv_hide_hw_ptr()
/Linux-v6.6/drivers/gpu/drm/
Ddrm_plane.c1055 fb->hot_x = req->hot_x; in drm_mode_cursor_universal()
1157 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common()
1193 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
/Linux-v6.6/include/uapi/linux/
Dvirtio_gpu.h160 __le32 hot_x; /* update only */ member
/Linux-v6.6/include/uapi/drm/
Ddrm_mode.h822 __s32 hot_x; member
/Linux-v6.6/drivers/video/fbdev/
Dhyperv_fb.c192 u32 hot_x; /* hotspot relative to upper-left of pointer image */ member
359 msg.ptr_shape.hot_x = 0; in synthvid_send_ptr()
/Linux-v6.6/drivers/gpu/drm/amd/amdgpu/
Ddce_v6_0.c2273 int32_t hot_x, in dce_v6_0_crtc_cursor_set2() argument
2320 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v6_0_crtc_cursor_set2()
2324 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v6_0_crtc_cursor_set2()
2331 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v6_0_crtc_cursor_set2()
Ddce_v8_0.c2272 int32_t hot_x, in dce_v8_0_crtc_cursor_set2() argument
2319 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v8_0_crtc_cursor_set2()
2323 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v8_0_crtc_cursor_set2()
2330 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v8_0_crtc_cursor_set2()
Ddce_v10_0.c2367 int32_t hot_x, in dce_v10_0_crtc_cursor_set2() argument
2414 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v10_0_crtc_cursor_set2()
2418 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v10_0_crtc_cursor_set2()
2425 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v10_0_crtc_cursor_set2()
Ddce_v11_0.c2451 int32_t hot_x, in dce_v11_0_crtc_cursor_set2() argument
2498 hot_x != amdgpu_crtc->cursor_hot_x || in dce_v11_0_crtc_cursor_set2()
2502 x = amdgpu_crtc->cursor_x + amdgpu_crtc->cursor_hot_x - hot_x; in dce_v11_0_crtc_cursor_set2()
2509 amdgpu_crtc->cursor_hot_x = hot_x; in dce_v11_0_crtc_cursor_set2()
/Linux-v6.6/drivers/gpu/drm/amd/display/dmub/inc/
Ddmub_cmd.h2548 uint32_t hot_x: 16; member
/Linux-v6.6/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c775 hotspot_x += new_state->fb->hot_x; in vmw_du_cursor_plane_atomic_update()