Home
last modified time | relevance | path

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

/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_cursor_plane.c226 u32 cursor_max_dim, mob_max_size; in vmw_cursor_mob_get() local
235 cursor_max_dim = vmw_read(dev_priv, SVGA_REG_CURSOR_MAX_DIMENSION); in vmw_cursor_mob_get()
237 if (size > mob_max_size || vps->base.crtc_w > cursor_max_dim || in vmw_cursor_mob_get()
238 vps->base.crtc_h > cursor_max_dim) in vmw_cursor_mob_get()

Completed in 5 milliseconds