Searched refs:hotspot_x (Results 1 - 9 of 9) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c209 if (old_vps->cursor.hotspot_x != new_vps->cursor.hotspot_x ||
471 du->hotspot_x = 0;
497 du->hotspot_x + du->core_hotspot_x,
772 s32 hotspot_x, hotspot_y; local
774 hotspot_x = du->hotspot_x + new_state->hotspot_x;
785 vps->cursor.hotspot_x = hotspot_x;
[all...]
H A Dvmwgfx_kms.h274 s32 hotspot_x; member in struct:vmw_cursor_plane_state
368 int hotspot_x; member in struct:vmw_display_unit
/linux-master/drivers/gpu/drm/virtio/
H A Dvirtgpu_plane.c336 plane->state->hotspot_x,
343 cpu_to_le32(plane->state->hotspot_x);
/linux-master/include/drm/
H A Ddrm_plane.h119 /** @hotspot_x: x offset to mouse cursor hotspot */
121 int32_t hotspot_x, hotspot_y; member in struct:drm_plane_state
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_display.c512 cmd->u.set.position.x = plane_state->crtc_x + plane_state->hotspot_x;
555 cmd->u.position.x = plane_state->crtc_x + plane_state->hotspot_x;
852 new_state->hotspot_x,
/linux-master/drivers/gpu/drm/
H A Ddrm_atomic_state_helper.c283 plane_state->hotspot_x = val;
H A Ddrm_atomic_uapi.c561 state->hotspot_x = val;
631 *val = state->hotspot_x;
H A Ddrm_plane.c1170 plane->state->hotspot_x = req->hot_x;
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvbox_mode.c432 min_t(u32, max(new_state->hotspot_x, 0), width),

Completed in 303 milliseconds