/kernel/linux/linux-5.10/drivers/gpu/drm/vboxvideo/ |
H A D | hgsmi_base.c | 107 * @hot_y: Vertical position of the hot spot. 114 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() 146 p->hot_y = hot_y; 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,
|
H A D | vboxvideo.h | 323 u32 hot_y; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vboxvideo/ |
H A D | hgsmi_base.c | 111 * @hot_y: Vertical position of the hot spot. 118 u32 hot_x, u32 hot_y, u32 width, u32 height, in hgsmi_update_pointer_shape() 150 p->hot_y = hot_y; 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,
|
H A D | vboxvideo.h | 323 u32 hot_y; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | radeon_cursor.c | 282 int32_t hot_y) in radeon_crtc_cursor_set2() 331 hot_y != radeon_crtc->cursor_hot_y) { in radeon_crtc_cursor_set2() 335 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y; in radeon_crtc_cursor_set2() 340 radeon_crtc->cursor_hot_y = hot_y; 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 | 282 int32_t hot_y) in radeon_crtc_cursor_set2() 331 hot_y != radeon_crtc->cursor_hot_y) { in radeon_crtc_cursor_set2() 335 y = radeon_crtc->cursor_y + radeon_crtc->cursor_hot_y - hot_y; in radeon_crtc_cursor_set2() 340 radeon_crtc->cursor_hot_y = hot_y; 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/virtio/ |
H A D | virtgpu_plane.c | 280 plane->state->fb ? plane->state->fb->hot_y : 0); in virtio_gpu_cursor_plane_update() 287 output->cursor.hot_y = in virtio_gpu_cursor_plane_update() 288 cpu_to_le32(plane->state->fb->hot_y); in virtio_gpu_cursor_plane_update() 291 output->cursor.hot_y = 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 | 337 plane->state->fb ? plane->state->fb->hot_y : 0); in virtio_gpu_cursor_plane_update() 344 output->cursor.hot_y = in virtio_gpu_cursor_plane_update() 345 cpu_to_le32(plane->state->fb->hot_y); in virtio_gpu_cursor_plane_update() 348 output->cursor.hot_y = cpu_to_le32(0); in virtio_gpu_cursor_plane_update()
|
/kernel/linux/linux-5.10/include/drm/ |
H A D | drm_framebuffer.h | 198 * @hot_y: Y coordinate of the cursor hotspot. Used by the legacy cursor 202 int hot_y; 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 | 198 * @hot_y: Y coordinate of the cursor hotspot. Used by the legacy cursor 202 int hot_y; 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 | 514 cmd->u.set.position.y = plane_state->crtc_y + fb->hot_y; in qxl_primary_apply_cursor() 558 cmd->u.position.y = plane_state->crtc_y + fb->hot_y; in qxl_primary_move_cursor() 568 int hot_x, int hot_y) in qxl_create_cursor() 599 cursor.header.hot_spot_y = hot_y; in qxl_create_cursor() 855 new_state->fb->hot_y); 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 | 131 __le32 hot_y; /* update only */ member
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 81 __le32 hot_y; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 67 __le32 hot_y; member
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 81 __le32 hot_y; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/hyperv/ |
H A D | hyperv_drm_proto.c | 130 u32 hot_y; member 341 msg.ptr_shape.hot_y = 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 | 161 __le32 hot_y; /* update only */ member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/ |
H A D | drm_plane.c | 889 fb->hot_y = req->hot_y; 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 | 1069 fb->hot_y = req->hot_y; 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()
|