Searched refs:hotspot_x (Results 1 – 9 of 9) sorted by relevance
/linux/drivers/gpu/drm/vmwgfx/ |
H A D | vmwgfx_cursor_plane.c | 78 s32 hotspot_x = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_plane_update_legacy() local 87 hotspot_x, hotspot_y); in vmw_cursor_plane_update_legacy() 125 alpha_header->hotspotX = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_update_mob() 568 if (old_vps->base.hotspot_x != new_vps->base.hotspot_x || in vmw_cursor_plane_changed() 572 if (old_vps->cursor.legacy.hotspot_x != in vmw_cursor_plane_changed() 573 new_vps->cursor.legacy.hotspot_x || in vmw_cursor_plane_changed() 748 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; vmw_cursor_plane_atomic_update() local [all...] |
H A D | vmwgfx_cursor_plane.h | 45 s32 hotspot_x; member
|
/linux/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/include/drm/ |
H A D | drm_plane.h | 121 /** @hotspot_x: x offset to mouse cursor hotspot */ 123 int32_t hotspot_x, hotspot_y; member
|
/linux/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/drivers/gpu/drm/ |
H A D | drm_atomic_state_helper.c | 284 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
|
H A D | drm_atomic_uapi.c | 563 state->hotspot_x = val; in drm_atomic_plane_set_property() 633 *val = state->hotspot_x; in drm_atomic_plane_get_property()
|
H A D | drm_plane.c | 1224 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()
|
/linux/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()
|