Searched refs:vbios (Results 1 - 17 of 17) sorted by relevance
/drivers/gpu/drm/nouveau/ |
H A D | nouveau_debugfs.c | 41 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 D | nouveau_bios.c | 112 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 D | nouveau_bios.h | 40 ROM16(x) ? &drm->vbios.data[ROM16(x)] : NULL; \
|
H A D | nouveau_drm.h | 157 struct nvbios vbios; member in struct:nouveau_drm
|
H A D | nouveau_connector.c | 353 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 D | nouveau_display.c | 480 if (nouveau_modeset != 2 && drm->vbios.dcb.entries) {
|
H A D | nv50_display.c | 1614 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 D | nv04.h | 18 struct nouveau_gpuobj *vbios; member in struct:nv04_instmem_priv
|
H A D | nv04.c | 117 nouveau_gpuobj_ref(NULL, &priv->vbios); 144 /* 0x00000-0x10000: reserve for probable vbios image */ 146 &priv->vbios);
|
H A D | nv40.c | 94 /* 0x00000-0x10000: reserve for probable vbios image */ 96 &priv->vbios);
|
/drivers/video/fbdev/matrox/ |
H A D | matroxfb_misc.c | 426 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 D | vb_init.c | 874 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 D | dac.c | 246 if (drm->vbios.tvdactestval) 247 testval = drm->vbios.tvdactestval; 251 if (drm->vbios.dactestval) 252 testval = drm->vbios.dactestval;
|
H A D | disp.c | 57 struct dcb_table *dcb = &drm->vbios.dcb;
|
H A D | tvnv17.c | 58 if (drm->vbios.tvdactestval) 59 testval = drm->vbios.tvdactestval; 434 drm->vbios.fp.dual_link);
|
H A D | dfp.c | 303 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 D | radeon_bios.c | 132 * 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