Home
last modified time | relevance | path

Searched refs:y_hot (Results 1 – 10 of 10) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/i915/gvt/
Ddmabuf.c248 if (c && c->x_hot <= c->width && c->y_hot <= c->height) in validate_hotspot()
311 info->y_hot = c.y_hot; in vgpu_get_plane_info()
314 info->y_hot = UINT_MAX; in vgpu_get_plane_info()
400 gvt_dmabuf->y_hot = fb_info->y_hot; in update_fb_info()
Ddmabuf.h47 __u32 y_hot; /* vertical position of cursor hotspot */ member
Dfb_decoder.h152 u32 y_hot; /* in pixels */ member
Dfb_decoder.c395 plane->y_hot = vgpu_vreg_t(vgpu, vgtif_reg(cursor_y_hot)); in intel_vgpu_decode_cursor_plane()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/hw/
Dcursor_reg_cache.h34 uint32_t y_hot: 16; member
/linux-6.12.1/include/uapi/linux/
Dvfio.h827 __u32 y_hot; /* vertical position of cursor hotspot */ member
/linux-6.12.1/samples/vfio-mdev/
Dmdpy.c510 plane->y_hot = 0; in mdpy_query_gfx_plane()
Dmbochs.c1122 plane->y_hot = 0; in mbochs_query_gfx_plane()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn401/
Ddcn401_hubp.c743 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp401_cursor_set_position()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hubp/dcn20/
Ddcn20_hubp.c1069 hubp->pos.hot_spot.bits.y_hot = pos->y_hotspot; in hubp2_cursor_set_position()