Searched refs:hasht (Results 1 – 10 of 10) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/nouveau/dispnv50/ |
D | disp.c | 260 .base.hasht = nv_encoder->dcb->hasht, in nv50_outp_release() 280 .base.hasht = nv_encoder->dcb->hasht, in nv50_outp_acquire() 390 .base.hasht = nv_encoder->dcb->hasht, in nv50_dac_detect() 449 "dac-%04x-%04x", dcbe->hasht, dcbe->hashm); in nv50_dac_create() 470 .base.hasht = nv_encoder->dcb->hasht, in nv50_audio_disable() 494 .base.mthd.hasht = nv_encoder->dcb->hasht, in nv50_audio_enable() 523 .base.hasht = nv_encoder->dcb->hasht, in nv50_hdmi_disable() 544 .base.hasht = nv_encoder->dcb->hasht, in nv50_hdmi_enable() 684 .base.hasht = mstm->outp->dcb->hasht, in nv50_msto_prepare() 1130 .base.hasht = outp->dcb->hasht, in nv50_mstm_enable() [all …]
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
D | rootnv50.c | 64 args->v1.hasht, args->v1.hashm); in nv50_disp_root_mthd_() 66 type = args->v1.hasht; in nv50_disp_root_mthd_() 77 if ((temp->info.hasht == type) && in nv50_disp_root_mthd_()
|
D | outp.h | 51 _outp->index, _outp->info.hasht, _outp->info.hashm, ##a); \
|
D | dp.c | 110 data = nvbios_dpout_match(bios, dp->outp.info.hasht, in nvkm_dp_train_drive() 641 data = nvbios_dpout_match(bios, dp->outp.info.hasht, in nvkm_dp_ctor()
|
D | nv50.c | 189 const u16 t = outp->info.hasht; in nv50_disp_super_iedt()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
D | dcb.h | 18 u16 hasht; member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/include/nvif/ |
D | cl5070.h | 40 __u16 hasht; member
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/devinit/ |
D | nv50.c | 138 if (nvbios_outp_match(bios, outp.hasht, outp.hashm, in nv50_devinit_init()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/bios/ |
D | dcb.c | 190 outp->hasht = dcb_outp_hasht(outp); in dcb_outp_parse()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/ |
D | nouveau_bios.c | 1537 entry->hasht = (entry->extdev << 8) | (entry->location << 4) | in parse_dcb20_entry()
|