Searched refs:gc_gsprim_buff_depth (Results 1 - 6 of 6) sorted by relevance

/linux-master/drivers/gpu/drm/amd/include/
H A Ddiscovery.h187 uint32_t gc_gsprim_buff_depth; member in struct:gc_info_v1_0
211 uint32_t gc_gsprim_buff_depth; member in struct:gc_info_v1_1
237 uint32_t gc_gsprim_buff_depth; member in struct:gc_info_v1_2
272 uint32_t gc_gsprim_buff_depth; member in struct:gc_info_v2_0
294 uint32_t gc_gsprim_buff_depth; member in struct:gc_info_v2_1
H A Datomfirmware.h1808 uint16_t gc_gsprim_buff_depth; member in struct:atom_gfx_info_v2_4
1843 uint16_t gc_gsprim_buff_depth; member in struct:atom_gfx_info_v2_7
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h358 uint32_t gc_gsprim_buff_depth; member in struct:gpu_info_firmware_v1_0
H A Damdgpu_atomfirmware.c785 le16_to_cpu(gfx_info->v24.gc_gsprim_buff_depth);
802 adev->gfx.config.gs_prim_buffer_depth = le16_to_cpu(gfx_info->v27.gc_gsprim_buff_depth);
H A Damdgpu_discovery.c1486 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v1.gc_gsprim_buff_depth);
1520 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v2.gc_gsprim_buff_depth);
H A Damdgpu_device.c2332 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth);

Completed in 190 milliseconds