/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 281 int32_t hot_x, in radeon_crtc_cursor_set2() 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() 276 radeon_crtc_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) radeon_crtc_cursor_set2() argument
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 281 int32_t hot_x, in radeon_crtc_cursor_set2() 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() 276 radeon_crtc_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) radeon_crtc_cursor_set2() argument
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
H A D | hgsmi_base.c | 106 * @hot_x: Horizontal position of the hot spot. 114 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() 145 p->hot_X = hot_x; in hgsmi_update_pointer_shape() 113 hgsmi_update_pointer_shape(struct gen_pool *ctx, u32 flags, u32 hot_x, u32 hot_y, u32 width, u32 height, u8 *pixels, u32 len) hgsmi_update_pointer_shape() argument
|
H A D | vboxvideo_guest.h | 35 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | hgsmi_base.c | 110 * @hot_x: Horizontal position of the hot spot. 118 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() 149 p->hot_X = hot_x; in hgsmi_update_pointer_shape() 117 hgsmi_update_pointer_shape(struct gen_pool *ctx, u32 flags, u32 hot_x, u32 hot_y, u32 width, u32 height, u8 *pixels, u32 len) hgsmi_update_pointer_shape() argument
|
H A D | vboxvideo_guest.h | 35 u32 hot_x, u32 hot_y, u32 width, u32 height,
|
/kernel/linux/linux-5.10/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 279 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update() 285 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 286 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update() 290 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
H A D | virtgpu_plane.c | 336 plane->state->fb ? plane->state->fb->hot_x : 0, in virtio_gpu_cursor_plane_update() 342 output->cursor.hot_x = in virtio_gpu_cursor_plane_update() 343 cpu_to_le32(plane->state->fb->hot_x); in virtio_gpu_cursor_plane_update() 347 output->cursor.hot_x = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_framebuffer.h | 192 * @hot_x: X coordinate of the cursor hotspot. Used by the legacy cursor 196 int hot_x; member
|
H A D | drm_crtc.h | 467 int32_t hot_x, int32_t hot_y);
|
/kernel/linux/linux-6.6/include/drm/ |
H A D | drm_framebuffer.h | 192 * @hot_x: X coordinate of the cursor hotspot. Used by the legacy cursor 196 int hot_x; member
|
H A D | drm_crtc.h | 460 int32_t hot_x, int32_t hot_y);
|
/kernel/linux/linux-6.6/drivers/gpu/drm/qxl/ |
H A 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() 598 cursor.header.hot_spot_x = hot_x; in qxl_create_cursor() 854 new_state->fb->hot_x, in qxl_plane_prepare_fb() 566 qxl_create_cursor(struct qxl_device *qdev, struct qxl_bo *user_bo, int hot_x, int hot_y) qxl_create_cursor() argument
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | virtio_gpu.h | 130 __le32 hot_x; /* update only */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 80 __le32 hot_x; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 66 __le32 hot_x; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 80 __le32 hot_x; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
H A 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()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/loongson/ |
H A D | loongson_drv.h | 238 uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y);
|
H A D | loongson_cursor.c | 104 int32_t hot_x, int32_t hot_y) in loongson_crtc_cursor_set2() 99 loongson_crtc_cursor_set2(struct drm_crtc *crtc, struct drm_file *file_priv, uint32_t handle, uint32_t width, uint32_t height, int32_t hot_x, int32_t hot_y) loongson_crtc_cursor_set2() argument
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | virtio_gpu.h | 160 __le32 hot_x; /* update only */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_plane.c | 888 fb->hot_x = req->hot_x; in drm_mode_cursor_universal() 990 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common() 1026 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_plane.c | 1068 fb->hot_x = req->hot_x; in drm_mode_cursor_universal() 1170 req->width, req->height, req->hot_x, req->hot_y); in drm_mode_cursor_common() 1206 new_req.hot_x = new_req.hot_y = 0; in drm_mode_cursor_ioctl()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/qxl/ |
H A D | qxl_display.c | 508 cmd->u.set.position.x = plane->state->crtc_x + fb->hot_x; in qxl_primary_apply_cursor() 625 cursor->header.hot_spot_x = fb->hot_x; in qxl_cursor_atomic_update() 654 cmd->u.position.x = plane->state->crtc_x + fb->hot_x; in qxl_cursor_atomic_update()
|
/kernel/linux/linux-5.10/include/uapi/drm/ |
H A D | drm_mode.h | 615 __s32 hot_x; member
|