Searched refs:hasht (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
H A D | dcb.h | 18 u16 hasht; member
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | outp.h | 122 _outp->index, _outp->info.hasht, _outp->info.hashm, ##a); \
|
H A D | dp.c | 171 data = nvbios_dpout_match(bios, outp->info.hasht, outp->info.hashm, in nvkm_dp_train_drive() 661 data = nvbios_dpout_match(bios, outp->info.hasht, outp->info.hashm, in nvkm_dp_new()
|
H A D | nv50.c | 1020 const u16 t = outp->info.hasht; in nv50_disp_super_iedt()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
H A D | nv50.c | 135 if (nvbios_outp_match(bios, outp.hasht, outp.hashm, in nv50_devinit_init()
|
/linux/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
H A D | dcb.c | 190 outp->hasht = dcb_outp_hasht(outp); in dcb_outp_parse()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 572 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create() 1902 "sor-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_sor_create() 2079 "pior-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_pior_create()
|
/linux/drivers/gpu/drm/nouveau/ |
H A D | nouveau_bios.c | 1536 entry->hasht = (entry->extdev << 8) | (entry->location << 4) | in parse_dcb20_entry()
|