Searched refs:loadval (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/nouveau/include/nvif/ |
H A D | outp.h | 70 int nvif_outp_load_detect(struct nvif_outp *, u32 loadval);
|
/linux/drivers/gpu/drm/nouveau/nvif/ |
H A D | outp.c | 425 nvif_outp_load_detect(struct nvif_outp *outp, u32 loadval) in nvif_outp_load_detect() argument 431 args.data = loadval; in nvif_outp_load_detect()
|
/linux/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | ior.h | 61 int (*sense)(struct nvkm_ior *, u32 loadval);
|
H A D | nv50.c | 284 nv50_dac_sense(struct nvkm_ior *dac, u32 loadval) in nv50_dac_sense() argument 291 nvkm_wr32(device, 0x61a00c + doff, 0x00100000 | loadval); in nv50_dac_sense() 294 loadval = nvkm_mask(device, 0x61a00c + doff, 0xffffffff, 0x00000000); in nv50_dac_sense() 297 if (!(loadval & 0x80000000)) in nv50_dac_sense() 300 return (loadval & 0x38000000) >> 27; in nv50_dac_sense()
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | disp.c | 517 u32 loadval; in nv50_dac_detect() local 520 loadval = nouveau_drm(encoder->dev)->vbios.dactestval; in nv50_dac_detect() 521 if (loadval == 0) in nv50_dac_detect() 522 loadval = 340; in nv50_dac_detect() 524 ret = nvif_outp_load_detect(&nv_encoder->outp, loadval); in nv50_dac_detect()
|