Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/include/
H A Ddiscovery.h187 uint32_t gc_gsprim_buff_depth; member
211 uint32_t gc_gsprim_buff_depth; member
237 uint32_t gc_gsprim_buff_depth; member
271 uint32_t gc_gsprim_buff_depth; member
314 uint32_t gc_gsprim_buff_depth; member
336 uint32_t gc_gsprim_buff_depth; member
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ucode.h379 uint32_t gc_gsprim_buff_depth; member
H A Damdgpu_discovery.c1653 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v1.gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
1697 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v2.gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
H A Damdgpu_device.c2707 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth); in amdgpu_device_parse_gpu_info_fw()