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

Configure Feed

Select the types of activity you want to include in your feed.

drm/ast: Gen7: Disable VGASR0[1] as on Gen4+

Set VGACRB6[5], which disables asynchronous sequencer resets via
VGASR0[1]. This was most likely an oversight when adding support
for Gen7. Aligns Gen7 with the earlier Gen4+.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250706162816.211552-10-tzimmermann@suse.de

+1
+1
drivers/gpu/drm/ast/ast_2600.c
··· 60 60 61 61 /* Enable RAMDAC for A1 */ 62 62 reg = 0x04; 63 + reg |= 0x20; 63 64 ast_set_index_reg_mask(ast, AST_IO_VGACRI, 0xb6, 0xff, reg); 64 65 } 65 66