Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cursor_plane.c112 SVGAGBAlphaCursorHeader *alpha_header; in vmw_cursor_update_mob() local
118 alpha_header = &header->header.alphaHeader; in vmw_cursor_update_mob()
125 alpha_header->hotspotX = vps->cursor.legacy.hotspot_x + vps->base.hotspot_x; in vmw_cursor_update_mob()
126 alpha_header->hotspotY = vps->cursor.legacy.hotspot_y + vps->base.hotspot_y; in vmw_cursor_update_mob()
127 alpha_header->width = vps->base.crtc_w; in vmw_cursor_update_mob()
128 alpha_header->height = vps->base.crtc_h; in vmw_cursor_update_mob()

Completed in 4 milliseconds