Browse Source

3a9780e vga ram clk set to 333M.

Change-Id: Iaa3af106936692e8cb66fc9cbf5ec0aa800f3c0e
Signed-off-by: QiaoChong <qiaochong@loongson.cn>
master
QiaoChong 7 years ago
committed by Chong Qiao
parent
commit
6a145e82f3
  1. 2
      Targets/Bonito3a9780e/pci/rs780_gfx.c

2
Targets/Bonito3a9780e/pci/rs780_gfx.c

@ -33,7 +33,7 @@
#define VRAM_333M 333 #define VRAM_333M 333
#define VRAM_400M 400 #define VRAM_400M 400
#define VRAM_533M 533 #define VRAM_533M 533
#define VRAM_FREQ VRAM_400M #define VRAM_FREQ VRAM_333M
/* Trust the original resource allocation. Don't do it again. */ /* Trust the original resource allocation. Don't do it again. */
#undef DONT_TRUST_RESOURCE_ALLOCATION #undef DONT_TRUST_RESOURCE_ALLOCATION

Loading…
Cancel
Save