Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

drm/amdgpu: Skip runtime db read for PSP 13.0.6

Skip reading runtime db information for PSP 13.0.6.

Signed-off-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Lijo Lazar and committed by
Alex Deucher
cbd442ce 4bc615a5

+3
+3
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
··· 329 329 bool ret = false; 330 330 int i; 331 331 332 + if (adev->ip_versions[MP0_HWIP][0] == IP_VERSION(13, 0, 6)) 333 + return false; 334 + 332 335 db_header_pos = adev->gmc.mc_vram_size - PSP_RUNTIME_DB_OFFSET; 333 336 db_dir_pos = db_header_pos + sizeof(struct psp_runtime_data_header); 334 337