Searched refs:sc_maxbpp (Results 1 – 2 of 2) sorted by relevance
240 int sc_maxbpp; member
663 sc->sc_maxbpp = radeonfb_limits[i].maxbpp; in radeonfb_attach()672 ROUNDUP(ROUNDUP(sc->sc_maxx * sc->sc_maxbpp / 8 , in radeonfb_attach()2392 pitch = (((sc->sc_maxx * sc->sc_maxbpp) + ((sc->sc_maxbpp * 8) - 1)) / in radeonfb_setcrtc()2393 (sc->sc_maxbpp * 8)); in radeonfb_setcrtc()