Searched refs:cursor_max_dim (Results 1 – 1 of 1) sorted by relevance
168 uint32_t cursor_max_dim, mob_max_size; in vmw_du_create_cursor_mob_array() local176 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()