Lines Matching defs:genfb
33 * drmfb: wsdisplay support, via genfb, for any drm device. Use this
38 * drmkms crap and genfb crap.
100 /* genfb requires this. */
135 * the vga console before we take over as genfb console.
180 /* XXX genfb detach? */
188 struct genfb_softc *const genfb = v;
189 struct drmfb_softc *const sc = container_of(genfb, struct drmfb_softc,
235 struct genfb_softc *const genfb = v;
236 struct drmfb_softc *const sc = container_of(genfb, struct drmfb_softc,
241 if (offset < genfb->sc_fbsize) {
259 struct genfb_softc *const genfb = cookie;
260 struct drmfb_softc *const sc = container_of(genfb, struct drmfb_softc,
269 struct genfb_softc *const genfb = cookie;
270 struct drmfb_softc *const sc = container_of(genfb, struct drmfb_softc,
277 drmfb_genfb_setmode(struct genfb_softc *genfb, int mode)
279 struct drmfb_softc *sc = container_of(genfb, struct drmfb_softc,