Searched refs:extdev (Results 1 – 9 of 9) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | extdev.c | 32 u16 dcb, extdev = 0; in extdev_table() local 38 extdev = nv_ro16(bios, dcb + 18); in extdev_table() 39 if (!extdev) in extdev_table() 42 *ver = nv_ro08(bios, extdev + 0); in extdev_table() 43 *hdr = nv_ro08(bios, extdev + 1); in extdev_table() 44 *cnt = nv_ro08(bios, extdev + 2); in extdev_table() 45 *len = nv_ro08(bios, extdev + 3); in extdev_table() 46 return extdev + *hdr; in extdev_table() 53 u16 extdev = extdev_table(bios, ver, &hdr, len, &cnt); in nvbios_extdev_entry() local 54 if (extdev && idx < cnt) in nvbios_extdev_entry() [all …]
|
D | dcb.c | 112 return (outp->extdev << 8) | (outp->location << 4) | outp->type; in dcb_outp_hasht() 180 outp->extdev = 0x00; in dcb_outp_parse() 182 outp->extdev = (conf & 0x0000ff00) >> 8; in dcb_outp_parse()
|
D | Kbuild | 9 nvkm-y += nvkm/subdev/bios/extdev.o
|
D | init.c | 275 index = NV_I2C_TYPE_EXTAUX(init->outp->extdev); in init_i2c()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | piornv50.c | 53 outp->edid = i2c->find_type(i2c, NV_I2C_TYPE_EXTDDC(outp->info.extdev)); in nv50_pior_tmds_ctor() 121 outp->base.info.extdev)); in nv50_pior_dp_ctor()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 27 uint8_t extdev; member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/subdev/i2c/ |
D | base.c | 573 if (!outp.location || !outp.extdev) in nvkm_i2c_create_() 578 info.type = NV_I2C_TYPE_EXTDDC(outp.extdev); in nvkm_i2c_create_() 581 info.type = NV_I2C_TYPE_EXTAUX(outp.extdev); in nvkm_i2c_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1472 entry->extdev = (conf & 0x0000ff00) >> 8; in parse_dcb20_entry() 1504 entry->extdev = (conf & 0x0000ff00) >> 8; in parse_dcb20_entry()
|
D | nv50_display.c | 2244 ddc = i2c->find_type(i2c, NV_I2C_TYPE_EXTDDC(dcbe->extdev)); in nv50_pior_create() 2248 ddc = i2c->find_type(i2c, NV_I2C_TYPE_EXTAUX(dcbe->extdev)); in nv50_pior_create()
|