mirror of
https://github.com/dingusdev/dingusppc.git
synced 2025-01-22 14:30:31 +00:00
atirage: Init CRTC_DISPLAY_DIS.
This commit is contained in:
parent
d686fc04f4
commit
6ff5079df8
@ -143,6 +143,7 @@ ATIRage::ATIRage(uint16_t dev_id)
|
||||
|
||||
this->regs[ATI_GP_IO] = ((mon_code & 6) << 11) | ((mon_code & 1) << 8);
|
||||
insert_bits<uint32_t>(this->regs[ATI_GUI_STAT], 32, ATI_FIFO_CNT, ATI_FIFO_CNT_size);
|
||||
set_bit(regs[ATI_CRTC_GEN_CNTL], ATI_CRTC_DISPLAY_DIS); // because blank_on is true
|
||||
}
|
||||
|
||||
void ATIRage::change_one_bar(uint32_t &aperture, uint32_t aperture_size, uint32_t aperture_new, int bar_num) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user