Searched refs:hotspot_x (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/gpu/drm/vmwgfx/ |
| 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() 753 s32 hotspot_x, hotspot_y; in vmw_du_cursor_plane_atomic_update() local 756 hotspot_x = du->hotspot_x + new_state->hotspot_x; in vmw_du_cursor_plane_atomic_update() 766 vps->cursor.hotspot_x = hotspot_x; in vmw_du_cursor_plane_atomic_update() 803 hotspot_x, hotspot_y); in vmw_du_cursor_plane_atomic_update() 815 du->cursor_x + hotspot_x, in vmw_du_cursor_plane_atomic_update() 818 du->core_hotspot_x = hotspot_x - du->hotspot_x; in vmw_du_cursor_plane_atomic_update() 1980 du->hotspot_x = arg->xhot; in vmw_kms_cursor_bypass_ioctl() [all …]
|
| A D | vmwgfx_kms.h | 260 s32 hotspot_x; member 352 int hotspot_x; member
|
| /linux/drivers/gpu/drm/virtio/ |
| A D | virtgpu_plane.c | 336 plane->state->hotspot_x, in virtio_gpu_cursor_plane_update() 343 cpu_to_le32(plane->state->hotspot_x); in virtio_gpu_cursor_plane_update()
|
| /linux/include/drm/ |
| A D | drm_plane.h | 123 int32_t hotspot_x, hotspot_y; member
|
| /linux/drivers/gpu/drm/qxl/ |
| 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/ |
| A D | drm_atomic_state_helper.c | 283 plane_state->hotspot_x = val; in __drm_atomic_helper_plane_state_reset()
|
| A D | drm_atomic_uapi.c | 561 state->hotspot_x = val; in drm_atomic_plane_set_property() 631 *val = state->hotspot_x; in drm_atomic_plane_get_property()
|
| A D | drm_plane.c | 1197 plane->state->hotspot_x = req->hot_x; in drm_mode_cursor_universal()
|
| /linux/drivers/gpu/drm/vboxvideo/ |
| A D | vbox_mode.c | 432 min_t(u32, max(new_state->hotspot_x, 0), width), in vbox_cursor_atomic_update()
|
Completed in 35 milliseconds