texture_max_height  737 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 		dev_priv->texture_max_height = vmw_read(dev_priv,
texture_max_height  741 drivers/gpu/drm/vmwgfx/vmwgfx_drv.c 		dev_priv->texture_max_height = 8192;
texture_max_height  451 drivers/gpu/drm/vmwgfx/vmwgfx_drv.h 	uint32_t texture_max_height;
texture_max_height 1290 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 	    height > dev_priv->texture_max_height)
texture_max_height 1411 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 			dev_priv->texture_max_height);
texture_max_height 1808 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 	dev->mode_config.max_height = dev_priv->texture_max_height;
texture_max_height 2253 drivers/gpu/drm/vmwgfx/vmwgfx_kms.c 	max_height = min(max_height, dev_priv->texture_max_height);
texture_max_height 1389 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 		    size.height > dev_priv->texture_max_height) {
texture_max_height 1393 drivers/gpu/drm/vmwgfx/vmwgfx_surface.c 				       dev_priv->texture_max_height);