Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/gpu/drm/amd/include/
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
272 uint32_t gc_gsprim_buff_depth; member
294 uint32_t gc_gsprim_buff_depth; member
Datomfirmware.h1776 uint16_t gc_gsprim_buff_depth; member
1811 uint16_t gc_gsprim_buff_depth; member
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/
Damdgpu_atomfirmware.c785 le16_to_cpu(gfx_info->v24.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
802 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.h328 uint32_t gc_gsprim_buff_depth; member
Damdgpu_discovery.c1445 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gc_info->v1.gc_gsprim_buff_depth); in amdgpu_discovery_get_gfx_info()
1479 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.c1962 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth); in amdgpu_device_parse_gpu_info_fw()