Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/vmwgfx/
Dvmwgfx_kms.c168 uint32_t cursor_max_dim, mob_max_size; in vmw_du_create_cursor_mob_array() local
176 cursor_max_dim = vmw_read(dev_priv, SVGA_REG_CURSOR_MAX_DIMENSION); in vmw_du_create_cursor_mob_array()
178 if (CURSOR_MOB_SIZE(cursor_max_dim) > mob_max_size) in vmw_du_create_cursor_mob_array()
179 cursor_max_dim = 64; /* Mandatorily-supported cursor dimension */ in vmw_du_create_cursor_mob_array()
185 CURSOR_MOB_SIZE(cursor_max_dim), in vmw_du_create_cursor_mob_array()
208 (*bo)->resource->start, cursor_max_dim); in vmw_du_create_cursor_mob_array()