Searched refs:v27 (Results 1 – 1 of 1) sorted by relevance
710 struct atom_gfx_info_v2_7 v27; member852 adev->gfx.config.max_shader_engines = gfx_info->v27.max_shader_engines; in amdgpu_atomfirmware_get_gfx_info()853 adev->gfx.config.max_cu_per_sh = gfx_info->v27.max_cu_per_sh; in amdgpu_atomfirmware_get_gfx_info()854 adev->gfx.config.max_sh_per_se = gfx_info->v27.max_sh_per_se; in amdgpu_atomfirmware_get_gfx_info()855 adev->gfx.config.max_backends_per_se = gfx_info->v27.max_backends_per_se; in amdgpu_atomfirmware_get_gfx_info()857 adev->gfx.config.max_gprs = le16_to_cpu(gfx_info->v27.gc_num_gprs); in amdgpu_atomfirmware_get_gfx_info()858 adev->gfx.config.max_gs_threads = gfx_info->v27.gc_num_max_gs_thds; in amdgpu_atomfirmware_get_gfx_info()859 adev->gfx.config.gs_vgt_table_depth = gfx_info->v27.gc_gs_table_depth; in amdgpu_atomfirmware_get_gfx_info()861 adev->gfx.config.double_offchip_lds_buf = gfx_info->v27.gc_double_offchip_lds_buffer; in amdgpu_atomfirmware_get_gfx_info()862 adev->gfx.cu_info.wave_front_size = le16_to_cpu(gfx_info->v27.gc_wave_size); in amdgpu_atomfirmware_get_gfx_info()[all …]
Completed in 7 milliseconds