Home
last modified time | relevance | path

Searched refs:v1_3 (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/bios/
H A Dbios_parser_types_internal.h41 ATOM_OBJECT_HEADER_V3 *v1_3; member
H A Dbios_parser.c2156 offset = le16_to_cpu(bp->object_info_tbl.v1_3->usMiscObjectTableOffset); in get_bios_object()
2858 bp->object_info_tbl.v1_3->usMiscObjectTableOffset; in update_slot_layout_info()
3064 bp->object_info_tbl.v1_3 = tbl_v3; in bios_parser_construct()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_discovery.c1739 struct gc_info_v1_3 v1_3; in amdgpu_discovery_get_gfx_info()
1801 adev->gfx.config.gc_tcp_size_per_cu = le32_to_cpu(gc_info->v1_3.gc_tcp_size_per_cu); in amdgpu_discovery_get_gfx_info()
1802 adev->gfx.config.gc_tcp_cache_line_size = le32_to_cpu(gc_info->v1_3.gc_tcp_cache_line_size); in amdgpu_discovery_get_gfx_info()
1803 adev->gfx.config.gc_instruction_cache_size_per_sqc = le32_to_cpu(gc_info->v1_3.gc_instruction_cache_size_per_sqc); in amdgpu_discovery_get_gfx_info()
1804 adev->gfx.config.gc_instruction_cache_line_size = le32_to_cpu(gc_info->v1_3.gc_instruction_cache_line_size); in amdgpu_discovery_get_gfx_info()
1805 adev->gfx.config.gc_scalar_data_cache_size_per_sqc = le32_to_cpu(gc_info->v1_3.gc_scalar_data_cache_size_per_sqc); in amdgpu_discovery_get_gfx_info()
1806 adev->gfx.config.gc_scalar_data_cache_line_size = le32_to_cpu(gc_info->v1_3.gc_scalar_data_cache_line_size); in amdgpu_discovery_get_gfx_info()
1807 adev->gfx.config.gc_tcc_size = le32_to_cpu(gc_info->v1_3.gc_tcc_size); in amdgpu_discovery_get_gfx_info()
1808 adev->gfx.config.gc_tcc_cache_line_size = le32_to_cpu(gc_info->v1_3.gc_tcc_cache_line_size); in amdgpu_discovery_get_gfx_info()
1716 struct gc_info_v1_3 v1_3; global() member
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_dp_types.h350 } v1_3; member
/linux/drivers/gpu/drm/radeon/
H A Dradeon_atombios.c3806 struct _ATOM_VRAM_INFO_V3 v1_3; member
3830 if (module_index < vram_info->v1_3.ucNumOfVRAMModule) { in radeon_atom_get_memory_info()
3832 (ATOM_VRAM_MODULE_V3 *)vram_info->v1_3.aVramInfo; in radeon_atom_get_memory_info()