vtgpu_softc
struct vtgpu_softc *sc;
sc = (struct vtgpu_softc *)info;
struct vtgpu_softc *sc;
sc = (struct vtgpu_softc *)info;
struct vtgpu_softc *sc;
sc = (struct vtgpu_softc *)info;
struct vtgpu_softc *sc;
sc = (struct vtgpu_softc *)info;
struct vtgpu_softc *sc;
sc = (struct vtgpu_softc *)info;
sizeof(struct vtgpu_softc)
struct vtgpu_softc *sc;
struct vtgpu_softc *sc;
vtgpu_negotiate_features(struct vtgpu_softc *sc)
vtgpu_setup_features(struct vtgpu_softc *sc)
vtgpu_read_config(struct vtgpu_softc *sc,
vtgpu_alloc_virtqueue(struct vtgpu_softc *sc)
vtgpu_req_resp2(struct vtgpu_softc *sc, void *req1, size_t req1len,
vtgpu_req_resp(struct vtgpu_softc *sc, void *req, size_t reqlen,
vtgpu_get_display_info(struct vtgpu_softc *sc)
vtgpu_create_2d(struct vtgpu_softc *sc)
vtgpu_attach_backing(struct vtgpu_softc *sc)
vtgpu_set_scanout(struct vtgpu_softc *sc, uint32_t x, uint32_t y,
vtgpu_transfer_to_host_2d(struct vtgpu_softc *sc, uint32_t x, uint32_t y,
vtgpu_resource_flush(struct vtgpu_softc *sc, uint32_t x, uint32_t y,
static int vtgpu_negotiate_features(struct vtgpu_softc *);
static int vtgpu_setup_features(struct vtgpu_softc *);
static void vtgpu_read_config(struct vtgpu_softc *,
static int vtgpu_alloc_virtqueue(struct vtgpu_softc *);
static int vtgpu_get_display_info(struct vtgpu_softc *);
static int vtgpu_create_2d(struct vtgpu_softc *);
static int vtgpu_attach_backing(struct vtgpu_softc *);
static int vtgpu_set_scanout(struct vtgpu_softc *, uint32_t, uint32_t,
static int vtgpu_transfer_to_host_2d(struct vtgpu_softc *, uint32_t,
static int vtgpu_resource_flush(struct vtgpu_softc *, uint32_t, uint32_t,