Fixes a bug where modes that are too large for the device are exposed and set causing a black screen on boot. v2: Fixed llvmpipe over-alignment bug. Ian Forbes (4): drm/vmwgfx: Filter modes which exceed graphics memory drm/vmwgfx: 3D disabled should not effect STDU memory limits drm/vmwgfx: Remove STDU logic from generic mode_valid function drm/vmwgfx: Standardize use of kibibytes when logging drivers/gpu/drm/vmwgfx/vmwgfx_drv.c | 19 +++----- drivers/gpu/drm/vmwgfx/vmwgfx_drv.h | 3 -- drivers/gpu/drm/vmwgfx/vmwgfx_gmrid_manager.c | 4 +- drivers/gpu/drm/vmwgfx/vmwgfx_kms.c | 26 ++++------- drivers/gpu/drm/vmwgfx/vmwgfx_stdu.c | 43 ++++++++++++++++++- 5 files changed, 58 insertions(+), 37 deletions(-) -- 2.34.1