Searched refs:hotspot_x (Results 1 – 9 of 9) sorted by relevance
| /linux-6.15/drivers/gpu/drm/vmwgfx/ |
| H A D | vmwgfx_kms.c | 221 if (old_vps->cursor.hotspot_x != new_vps->cursor.hotspot_x || in vmw_du_cursor_plane_has_changed() 483 du->hotspot_x = 0; in vmw_kms_legacy_hotspot_clear() 509 du->hotspot_x + du->core_hotspot_x, in vmw_kms_cursor_post_execbuf() 754 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local 757 hotspot_x = du->hotspot_x + new_state->hotspot_x; in vmw_du_cursor_plane_atomic_update() 767 vps->cursor.hotspot_x = hotspot_x; in vmw_du_cursor_plane_atomic_update() 811 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update() 825 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update() 828 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update() 1990 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl() [all …]
|
| H A D | vmwgfx_kms.h | 260 s32 hotspot_x; member 352 int hotspot_x; member
|
| /linux-6.15/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_plane.c | 475 plane->state->hotspot_x, in virtio_gpu_cursor_plane_update() 482 cpu_to_le32(plane->state->hotspot_x); in virtio_gpu_cursor_plane_update()
|
| /linux-6.15/include/drm/ |
| H A D | drm_plane.h | 123 int32_t hotspot_x, hotspot_y; member
|
| /linux-6.15/drivers/gpu/drm/qxl/ |
| H A D | qxl_display.c | 515 cmd->u.set.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_apply_cursor() 558 cmd->u.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_move_cursor() 855 new_state->hotspot_x, in qxl_plane_prepare_fb()
|
| /linux-6.15/drivers/gpu/drm/ |
| H A D | drm_atomic_state_helper.c | 283 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
|
| H A D | drm_atomic_uapi.c | 562 state->hotspot_x = val; in drm_atomic_plane_set_property() 632 *val = state->hotspot_x; in drm_atomic_plane_get_property()
|
| H A D | drm_plane.c | 1197 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()
|
| /linux-6.15/drivers/gpu/drm/vboxvideo/ |
| H A D | vbox_mode.c | 432 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()
|