Home
last modified time | relevance | path

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

/openbmc/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
272 uint32_t gc_gsprim_buff_depth; member
294 uint32_t gc_gsprim_buff_depth; member
H A Datomfirmware.h1819 uint16_t gc_gsprim_buff_depth; member
1854 uint16_t gc_gsprim_buff_depth; member
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_atomfirmware.c800 le16_to_cpu(gfx_info->v24.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
817 adev->gfx.config.gs_prim_buffer_depth = le16_to_cpu(gfx_info->v27.gc_gsprim_buff_depth); in amdgpu_atomfirmware_get_gfx_info()
H A Damdgpu_ucode.h328 uint32_t gc_gsprim_buff_depth; member
H A 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()
H A Damdgpu_device.c1963 adev->gfx.config.gs_prim_buffer_depth = le32_to_cpu(gpu_info_fw->gc_gsprim_buff_depth); in amdgpu_device_parse_gpu_info_fw()