Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_atomfirmware.c227 struct atom_vram_info_header_v2_4 v24; member
469 if (module_id > vram_info->v24.vram_module_num) in amdgpu_atomfirmware_get_vram_info()
471 vram_module = (union vram_module *)vram_info->v24.vram_module; in amdgpu_atomfirmware_get_vram_info()
709 struct atom_gfx_info_v2_4 v24; member
835 adev->gfx.config.max_cu_per_sh = gfx_info->v24.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()
836 adev->gfx.config.max_sh_per_se = gfx_info->v24.max_sh_per_se; in amdgpu_atomfirmware_get_gfx_info()
839 adev->gfx.config.max_gprs = le16_to_cpu(gfx_info->v24.gc_num_gprs); in amdgpu_atomfirmware_get_gfx_info()
840 adev->gfx.config.max_gs_threads = gfx_info->v24.gc_num_max_gs_thds; in amdgpu_atomfirmware_get_gfx_info()
843 le16_to_cpu(gfx_info->v24.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
845 gfx_info->v24.gc_double_offchip_lds_buffer; in amdgpu_atomfirmware_get_gfx_info()
[all …]

Completed in 7 milliseconds