[go: nahoru, domu]

Searched refs:vbios (Results 1 - 17 of 17) sorted by relevance

/drivers/gpu/drm/nouveau/
H A Dnouveau_debugfs.c41 for (i = 0; i < drm->vbios.length; i++)
42 seq_printf(m, "%c", drm->vbios.data[i]);
47 { "vbios.rom", nouveau_debugfs_vbios_image, 0, NULL },
H A Dnouveau_bios.c112 struct nvbios *bios = &drm->vbios;
149 struct nvbios *bios = &drm->vbios;
219 struct nvbios *bios = &drm->vbios;
451 struct nvbios *bios = &drm->vbios;
522 struct nvbios *bios = &drm->vbios;
638 struct nvbios *bios = &drm->vbios;
974 struct nvbios *bios = &drm->vbios;
1255 dcb = ROMPTR(dev, drm->vbios.data[0x36]);
1643 struct dcb_table *dcb = &drm->vbios.dcb;
1781 struct dcb_table *dcb = &drm->vbios
[all...]
H A Dnouveau_bios.h40 ROM16(x) ? &drm->vbios.data[ROM16(x)] : NULL; \
H A Dnouveau_drm.h157 struct nvbios vbios; member in struct:nouveau_drm
H A Dnouveau_connector.c353 if (!drm->vbios.fp_no_ddc) {
379 if (nouveau_bios_fp_mode(dev, NULL) && (drm->vbios.fp_no_ddc ||
388 if (!drm->vbios.fp_no_ddc) {
683 struct nvbios *bios = &drm->vbios;
748 drm->vbios.fp_no_ddc) && nouveau_bios_fp_mode(dev, NULL)) {
1049 /* attempt to parse vbios connector type and hotplug gpio */
1079 /* no vbios data, or an unknown dcb connector type - attempt to
1084 struct dcb_table *dcbt = &drm->vbios.dcb;
H A Dnouveau_display.c480 if (nouveau_modeset != 2 && drm->vbios.dcb.entries) {
H A Dnv50_display.c1614 args.load.data = nouveau_drm(encoder->dev)->vbios.dactestval;
1917 struct nvbios *bios = &drm->vbios;
2471 struct dcb_table *dcb = &drm->vbios.dcb;
/drivers/gpu/drm/nouveau/core/subdev/instmem/
H A Dnv04.h18 struct nouveau_gpuobj *vbios; member in struct:nv04_instmem_priv
H A Dnv04.c117 nouveau_gpuobj_ref(NULL, &priv->vbios);
144 /* 0x00000-0x10000: reserve for probable vbios image */
146 &priv->vbios);
H A Dnv40.c94 /* 0x00000-0x10000: reserve for probable vbios image */
96 &priv->vbios);
/drivers/video/fbdev/matrox/
H A Dmatroxfb_misc.c426 static void get_bios_version(unsigned char __iomem * vbios, struct matrox_bios* bd) { argument
429 pcir_offset = readb(vbios + 24) | (readb(vbios + 25) << 8);
431 readb(vbios + pcir_offset ) == 'P' &&
432 readb(vbios + pcir_offset + 1) == 'C' &&
433 readb(vbios + pcir_offset + 2) == 'I' &&
434 readb(vbios + pcir_offset + 3) == 'R') {
437 h = readb(vbios + pcir_offset + 0x12);
440 bd->version.vRev = readb(vbios + pcir_offset + 0x13);
444 h = readb(vbios
451 get_bios_output(unsigned char __iomem* vbios, struct matrox_bios* bd) argument
461 get_bios_tvout(unsigned char __iomem* vbios, struct matrox_bios* bd) argument
488 parse_bios(unsigned char __iomem* vbios, struct matrox_bios* bd) argument
[all...]
/drivers/staging/xgifb/
H A Dvb_init.c874 u8 *vbios; local
881 vbios = xgifb_copy_rom(pdev, &vbios_size);
882 if (vbios == NULL) {
892 if (!(vbios[0x65] & 0x1) &&
895 vfree(vbios);
900 i = vbios[0x316] | (vbios[0x317] << 8);
903 j = vbios[i - 1];
918 lvds->LVDS_Capability = vbios[i] | (vbios[
[all...]
/drivers/gpu/drm/nouveau/dispnv04/
H A Ddac.c246 if (drm->vbios.tvdactestval)
247 testval = drm->vbios.tvdactestval;
251 if (drm->vbios.dactestval)
252 testval = drm->vbios.dactestval;
H A Ddisp.c57 struct dcb_table *dcb = &drm->vbios.dcb;
H A Dtvnv17.c58 if (drm->vbios.tvdactestval)
59 testval = drm->vbios.tvdactestval;
434 drm->vbios.fp.dual_link);
H A Ddfp.c303 drm->vbios.digital_min_front_porch)
306 regp->fp_horiz_regs[FP_CRTC] = output_mode->hsync_start - drm->vbios.digital_min_front_porch - 1;
/drivers/gpu/drm/radeon/
H A Dradeon_bios.c132 * radeon_atrm_call - fetch a chunk of the vbios
135 * @bios: vbios image pointer
136 * @offset: offset of vbios image data to fetch
137 * @len: length of vbios image data to fetch
140 * vbios image on PX systems (all asics).
600 GOP_VBIOS_CONTENT *vbios; local
616 vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + vfct->VBIOSImageOffset);
617 vhdr = &vbios->VbiosHeader;
636 rdev->bios = kmemdup(&vbios->VbiosContent, vhdr->ImageLength, GFP_KERNEL);

Completed in 239 milliseconds