Home
last modified time | relevance | path

Searched defs:dcb_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/nouveau/
H A Dnouveau_bios.h54 struct dcb_table { struct
55 uint8_t version;
56 int entries;
57 struct dcb_output entry[DCB_MAX_NUM_ENTRIES];
/openbmc/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Ddcb.c28 dcb_table(struct nvkm_bios *bios, u8 *ver, u8 *hdr, u8 *cnt, u8 *len) in dcb_table() function