Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/include/
Ddiscovery.h159 uint32_t gc_gsprim_buff_depth; member
183 uint32_t gc_gsprim_buff_depth; member
209 uint32_t gc_gsprim_buff_depth; member
244 uint32_t gc_gsprim_buff_depth; member
Datomfirmware.h1730 uint16_t gc_gsprim_buff_depth; member
1765 uint16_t gc_gsprim_buff_depth; member
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c702 le16_to_cpu(gfx_info->v24.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
719 adev->gfx.config.gs_prim_buffer_depth = le16_to_cpu(gfx_info->v27.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
Damdgpu_ucode.h327 uint32_t gc_gsprim_buff_depth; member
Damdgpu_discovery.c1318 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v1.gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
1352 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v2.gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
Damdgpu_device.c2016 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth); in amdgpu_device_parse_gpu_info_fw()