Searched defs:vbios (Results 1 - 5 of 5) sorted by relevance

/drivers/gpu/drm/nouveau/core/subdev/instmem/
H A Dnv04.h18 struct nouveau_gpuobj *vbios; member in struct:nv04_instmem_priv
/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);
/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/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/gpu/drm/nouveau/
H A Dnouveau_drm.h157 struct nvbios vbios; member in struct:nouveau_drm

Completed in 2066 milliseconds