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

/linux-master/drivers/gpu/drm/i915/gvt/
H A Ddmabuf.h47 __u32 y_hot; /* vertical position of cursor hotspot */ member in struct:intel_vgpu_fb_info
H A Ddmabuf.c247 if (c && c->x_hot <= c->width && c->y_hot <= c->height)
310 info->y_hot = c.y_hot;
313 info->y_hot = UINT_MAX;
399 gvt_dmabuf->y_hot = fb_info->y_hot;
H A Dfb_decoder.h152 u32 y_hot; /* in pixels */ member in struct:intel_vgpu_cursor_plane_format
H A Dfb_decoder.c389 plane->y_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_y_hot));
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dcursor_reg_cache.h34 uint32_t y_hot: 16; member in struct:cursor_position_cache_hubp::reg_hot_spot_cfg::__anon52
/linux-master/include/uapi/linux/
H A Dvfio.h805 * 2. x_hot/y_hot is set to 0xFFFFFFFF if no hotspot information available
827 __u32 y_hot; /* vertical position of cursor hotspot */ member in struct:vfio_device_gfx_plane_info
/linux-master/samples/vfio-mdev/
H A Dmdpy.c509 plane->y_hot = 0;
H A Dmbochs.c1121 plane->y_hot = 0;
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1068 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot;

Completed in 139 milliseconds