Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/video/fbdev/aty/
Dradeon_base.c1013 tmp |= CRTC_CRT_ON; in radeonfb_ioctl()
1018 tmp &= ~CRTC_CRT_ON; in radeonfb_ioctl()
1035 if (CRTC_CRT_ON & tmp) in radeonfb_ioctl()
1758 newmode->crtc_ext_cntl |= CRTC_CRT_ON; in radeonfb_set_par()
1764 CRTC_CRT_ON; in radeonfb_set_par()
1927 newmode->crtc_ext_cntl &= ~CRTC_CRT_ON; in radeonfb_set_par()
Dradeon_monitor.c327 ulData |= CRTC_CRT_ON; in radeon_crt_is_connected()
/Linux-v5.4/include/video/
Dradeon.h527 #define CRTC_CRT_ON (1 << 15) macro