Home
last modified time | relevance | path

Searched refs:CRTC_DISPLAY_DIS (Results 1 – 3 of 3) sorted by relevance

/linux-6.1.9/drivers/video/fbdev/aty/
Dradeon_base.c1050 val &= ~(CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS | in radeon_screen_blank()
1054 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS); in radeon_screen_blank()
1057 val |= (CRTC_DISPLAY_DIS | CRTC_HSYNC_DIS); in radeon_screen_blank()
1060 val |= (CRTC_DISPLAY_DIS | CRTC_VSYNC_DIS | in radeon_screen_blank()
1064 val |= CRTC_DISPLAY_DIS; in radeon_screen_blank()
1482 ~(CRTC_HSYNC_DIS | CRTC_VSYNC_DIS | CRTC_DISPLAY_DIS)); in radeon_write_mode()
2033 OUTREG(CRTC_EXT_CNTL, save_crtc_ext_cntl | CRTC_DISPLAY_DIS); in fixup_memory_mappings()
/linux-6.1.9/include/video/
Dmach64.h588 #define CRTC_DISPLAY_DIS 0x00000040 macro
Dradeon.h526 #define CRTC_DISPLAY_DIS (1 << 10) macro