Searched refs:texture_max_height (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_kms.c1558 height > dev_priv->texture_max_height)
1657 dev_priv->texture_max_height);
2078 dev->mode_config.max_height = dev_priv->texture_max_height;
2879 u32 max_height = dev_priv->texture_max_height;
2941 max_height = dev_priv->texture_max_height;
H A Dvmwgfx_drv.c986 dev_priv->texture_max_height = vmw_read(dev_priv,
990 dev_priv->texture_max_height = 8192;
H A Dvmwgfx_surface.c2018 req->base_size.height > dev_priv->texture_max_height) {
2023 dev_priv->texture_max_height);
H A Dvmwgfx_drv.h489 uint32_t texture_max_height; member in struct:vmw_private

Completed in 260 milliseconds