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

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_atombios.c 3812 union vram_info { union
3821 int index = GetIndexIntoMasterTable(DATA, VRAM_Info);
3824 union vram_info *vram_info; local
3830 vram_info = (union vram_info *)
3837 if (module_index < vram_info->v1_3.ucNumOfVRAMModule) {
3839 (ATOM_VRAM_MODULE_V3 *)vram_info->v1_3.aVramInfo;
3854 if (module_index < vram_info->v1_4.ucNumOfVRAMModule) {
3856 (ATOM_VRAM_MODULE_V4 *)vram_info->v1_4.aVramInfo
3914 union vram_info *vram_info; local
3988 union vram_info *vram_info; local
    [all...]
atombios.h 2379 USHORT VRAM_Info; // Only used by command table, latest version 1.3
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
amdgpu_ppatomctrl.c 142 ATOM_VRAM_INFO_HEADER_V2_1 *vram_info; local
148 vram_info = (ATOM_VRAM_INFO_HEADER_V2_1 *)
150 GetIndexIntoMasterTable(DATA, VRAM_Info), &size, &frev, &crev);
152 if (module_index >= vram_info->ucNumOfVRAMModule) {
155 } else if (vram_info->sHeader.ucTableFormatRevision < 2) {
162 ((uint8_t *)vram_info + le16_to_cpu(vram_info->usMemClkPatchTblOffset));
  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_atombios.c 1560 union vram_info { union
1578 int index = GetIndexIntoMasterTable(DATA, VRAM_Info);
1582 union vram_info *vram_info; local
1588 vram_info = (union vram_info *)
1597 if (module_index < vram_info->v2_1.ucNumOfVRAMModule) {
1600 ((u8 *)vram_info + le16_to_cpu(vram_info->v2_1.usMemClkPatchTblOffset));
  /src/sys/external/bsd/drm2/dist/drm/amd/include/
atombios.h 2815 USHORT VRAM_Info; // Only used by command table, latest version 1.3

Completed in 123 milliseconds