Searched refs:CRTC_DISPLAY_DIS (Results 1 – 3 of 3) sorted by relevance
560 #define CRTC_DISPLAY_DIS 0x00000040 macro
1291 OUTREG(CRTC_EXT_CNTL, save_crtc_ext_cntl | CRTC_DISPLAY_DIS); in radeon_fixup_apertures()2750 val &= ~(CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS | in radeonfb_blank()2759 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS); in radeonfb_blank()2762 val |= (CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS); in radeonfb_blank()2765 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS | in radeonfb_blank()3385 CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS); in radeon_write_mode()
485 #define CRTC_DISPLAY_DIS (1 << 10) macro