linux/drivers/gpu/drm/cirrus
Gerd Hoffmann 550f17441f drm/cirrus: flip default from 24bpp to 16bpp
The problem with 24bpp is that it is a rather unusual depth these days,
cirrus is pretty much the only relevant device still using that, and it
is a endless source of issues.  Wayland doesn't support it at all.  Bugs
in Xorg keep showing up.

Typically either 32bpp or 16bpp are used.  Using 32bpp would limit the
resolution to 800x600 due to hardware constrains.  So lets go with 16bpp.

Also use the default depth for the framebuffer console and
mode_info->preferred_depth.

Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20180808111311.30311-1-kraxel@redhat.com
2018-08-10 07:57:47 +02:00
..
cirrus_drv.c drm/cirrus: flip default from 24bpp to 16bpp 2018-08-10 07:57:47 +02:00
cirrus_drv.h drm/cirrus: Use drm_framebuffer_put to avoid kernel oops in clean-up 2018-08-10 07:57:47 +02:00
cirrus_fbdev.c drm/cirrus: flip default from 24bpp to 16bpp 2018-08-10 07:57:47 +02:00
cirrus_main.c drm/cirrus: cirrus_framebuffer -> drm_framebuffer 2018-05-18 14:52:30 +01:00
cirrus_mode.c drm/cirrus: flip default from 24bpp to 16bpp 2018-08-10 07:57:47 +02:00
cirrus_ttm.c drm/ttm: add bo as parameter to the ttm_tt_create callback 2018-03-14 14:38:27 -05:00
Kconfig Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux into drm-next 2017-01-27 11:00:42 +10:00
Makefile drm/cirrus: fix include notation and remove -Iinclude/drm flag 2017-05-16 17:18:56 +02:00