Home
last modified time | relevance | path

Searched hist:"475 e2b970cc372f49e9d3e4bbead8b4874299d31" (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/gpu/drm/mgag200/
H A Dmgag200_mode.cdiff 475e2b970cc372f49e9d3e4bbead8b4874299d31 Mon May 16 15:43:43 CEST 2022 Thomas Zimmermann <tzimmermann@suse.de> drm/mgag200: Split up connector's mode_valid helper

Split up the connector's mode_valid helper into a simple-pipe and a
mode-config helper. The simple-pipe helper tests for display-size
limits while the mode-config helper tests for memory-bandwidth limits.

Also add the mgag200_ prefix to mga_vga_calculate_mode_bandwidth() and
comment on the function's purpose.

The memory-bandwidth tests assume that the display uses 4 bytes per
pixel. The first models of G200SE-A only had 1.75 MiB of VRAM, which
limits these devices to 640x480-32.

v2:
* note the memory constraints on early G200SE-A

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Tested-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20220516134343.6085-8-tzimmermann@suse.de