HomeSort by: relevance | last modified time | path
    Searched defs:vbios (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/
instmem.h 18 struct nvkm_memory *vbios; member in struct:nvkm_instmem
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_bios.c 63 DRM_INFO("vbios mem is null or mem size is wrong\n");
199 /* validate VBIOS signature */
210 /* valid vbios, go on */
275 * amdgpu_atrm_call - fetch a chunk of the vbios
278 * @bios: vbios image pointer
279 * @offset: offset of vbios image data to fetch
280 * @len: length of vbios image data to fetch
283 * vbios image on PX systems (all asics).
425 GOP_VBIOS_CONTENT *vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + offset); local in function:amdgpu_acpi_vfct_bios
426 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_bios.c 200 * radeon_atrm_call - fetch a chunk of the vbios
203 * @bios: vbios image pointer
204 * @offset: offset of vbios image data to fetch
205 * @len: length of vbios image data to fetch
208 * vbios image on PX systems (all asics).
690 GOP_VBIOS_CONTENT *vbios = (GOP_VBIOS_CONTENT *)((char *)hdr + offset); local in function:radeon_acpi_vfct_bios
691 VFCT_IMAGE_HEADER *vhdr = &vbios->VbiosHeader;
711 rdev->bios = kmemdup(&vbios->VbiosContent,
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/calcs/
amdgpu_dce_calcs.c 84 const struct bw_calcs_vbios *vbios,
131 yclk[low] = vbios->low_yclk;
132 yclk[mid] = vbios->mid_yclk;
133 yclk[high] = vbios->high_yclk;
134 sclk[s_low] = vbios->low_sclk;
135 sclk[s_mid1] = vbios->mid1_sclk;
136 sclk[s_mid2] = vbios->mid2_sclk;
137 sclk[s_mid3] = vbios->mid3_sclk;
138 sclk[s_mid4] = vbios->mid4_sclk;
139 sclk[s_mid5] = vbios->mid5_sclk
2039 struct bw_calcs_vbios vbios = { 0 }; local in function:bw_calcs_init
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/nouveau/
nouveau_drv.h 198 struct nvbios vbios; member in struct:nouveau_drm

Completed in 15 milliseconds