Home
last modified time | relevance | path

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

/openbsd/sys/dev/pci/drm/amd/amdgpu/
H A Damdgpu_atombios.h148 int amdgpu_atombios_get_vram_width(struct amdgpu_device *adev);
H A Dgmc_v7_0.c319 adev->gmc.vram_width = amdgpu_atombios_get_vram_width(adev); in gmc_v7_0_mc_init()
H A Dgmc_v8_0.c505 adev->gmc.vram_width = amdgpu_atombios_get_vram_width(adev); in gmc_v8_0_mc_init()
H A Damdgpu_atombios.c751 int amdgpu_atombios_get_vram_width(struct amdgpu_device *adev) in amdgpu_atombios_get_vram_width() function