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() 127 alpha_header->hotspotX = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_update_mob() 571 if (old_vps->base.hotspot_x != new_vps->base.hotspot_x || in vmw_cursor_plane_changed() 575 if (old_vps->cursor.legacy.hotspot_x != in vmw_cursor_plane_changed() 576 new_vps->cursor.legacy.hotspot_x || in vmw_cursor_plane_changed() 753 s32 hotspot_x, hotspot_y, cursor_x, cursor_y; in vmw_cursor_plane_atomic_update() local 776 vps->base.hotspot_x, in vmw_cursor_plane_atomic_update() 790 hotspot_x = vps->cursor.legacy.hotspot_x + new_state->hotspot_x; in vmw_cursor_plane_atomic_update() 793 vmw_cursor_update_position(dev_priv, true, cursor_x + hotspot_x, in vmw_cursor_plane_atomic_update() [all …]
|
| H A D | vmwgfx_cursor_plane.h | 46 s32 hotspot_x; member
|
| /linux/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_plane.c | 476 plane->state->hotspot_x, in virtio_gpu_cursor_plane_update() 483 cpu_to_le32(plane->state->hotspot_x); in virtio_gpu_cursor_plane_update()
|
| /linux/include/drm/ |
| H A D | drm_plane.h | 123 int32_t hotspot_x, hotspot_y; member
|
| /linux/drivers/gpu/drm/qxl/ |
| H A D | qxl_display.c | 540 cmd->u.set.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_apply_cursor() 583 cmd->u.position.x = plane_state->crtc_x + plane_state->hotspot_x; in qxl_primary_move_cursor() 880 new_state->hotspot_x, in qxl_plane_prepare_fb()
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_atomic_state_helper.c | 289 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
|
| H A D | drm_atomic_uapi.c | 623 state->hotspot_x = val; in drm_atomic_plane_set_property() 695 *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 | 433 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()
|