HomeSort by: relevance | last modified time | path
    Searched refs:HAS_CRTC2 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/
radeonfbvar.h 312 #define HAS_CRTC2(sc) (((sc)->sc_flags & RFB_NCRTC2) == 0)
radeonfb.c 550 if (!HAS_CRTC2(sc)) {
683 for (i = 0; i < (HAS_CRTC2(sc) ? 2 : 1); i++) {
838 if (HAS_CRTC2(sc) && (sc->sc_ndisplays == 1)) {
1038 if (HAS_CRTC2(sc) && !IS_AVIVO(sc)) {
1415 if (HAS_CRTC2(sc)) {
1437 if (HAS_CRTC2(sc)) {
1972 } else if (!HAS_CRTC2(sc)) {
2783 if (HAS_CRTC2(sc)) {
2825 if (HAS_CRTC2(sc))
2834 if (HAS_CRTC2(sc)
    [all...]

Completed in 14 milliseconds