Home
last modified time | relevance | path

Searched refs:x_hot (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.c247 if (c && c->x_hot <= c->width && c->y_hot <= c->height) in validate_hotspot()
309 info->x_hot = c.x_hot; in vgpu_get_plane_info()
312 info->x_hot = UINT_MAX; in vgpu_get_plane_info()
398 gvt_dmabuf->x_hot = fb_info->x_hot; in update_fb_info()
H A Ddmabuf.h46 __u32 x_hot; /* horizontal position of cursor hotspot */ member
H A Dfb_decoder.h151 u32 x_hot; /* in pixels */ member
H A Dfb_decoder.c388 plane->x_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_x_hot)); in intel_vgpu_decode_cursor_plane()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h33 uint32_t x_hot: 16; member
/openbmc/qemu/hw/vfio/
H A Ddisplay.c203 if (dmabuf->hot_x != plane->x_hot || dmabuf->hot_y != plane->y_hot) { in vfio_display_update_cursor()
204 dmabuf->hot_x = plane->x_hot; in vfio_display_update_cursor()
/openbmc/linux/include/uapi/linux/
H A Dvfio.h826 __u32 x_hot; /* horizontal position of cursor hotspot */ member
/openbmc/qemu/linux-headers/linux/
H A Dvfio.h826 __u32 x_hot; /* horizontal position of cursor hotspot */ member
/openbmc/linux/samples/vfio-mdev/
H A Dmdpy.c506 plane->x_hot = 0; in mdpy_query_gfx_plane()
H A Dmbochs.c1118 plane->x_hot = 0; in mbochs_query_gfx_plane()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1065 hubp->pos.hot_spot.bits.x_hot = pos->x_hotspot; in hubp2_cursor_set_position()