Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Revert "drm/ast: Support 1600x900 with 108MHz PCLK"

This reverts commit 9bb7b689274b67ecb3641e399e76f84adc627df1.

This caused a regression reported to Red Hat.

Fixes: 9bb7b689274b ("drm/ast: Support 1600x900 with 108MHz PCLK")
Signed-off-by: Dave Airlie <airlied@redhat.com>
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Link: https://patchwork.freedesktop.org/patch/msgid/20220120040527.552068-1-airlied@gmail.com

authored by

Dave Airlie and committed by
Thomas Zimmermann
76cea3d9 48ee4835

-2
-2
drivers/gpu/drm/ast/ast_tables.h
··· 282 282 }; 283 283 284 284 static const struct ast_vbios_enhtable res_1600x900[] = { 285 - {1800, 1600, 24, 80, 1000, 900, 1, 3, VCLK108, /* 60Hz */ 286 - (SyncPP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo), 60, 3, 0x3A }, 287 285 {1760, 1600, 48, 32, 926, 900, 3, 5, VCLK97_75, /* 60Hz CVT RB */ 288 286 (SyncNP | Charx8Dot | LineCompareOff | WideScreenMode | NewModeInfo | 289 287 AST2500PreCatchCRT), 60, 1, 0x3A },