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: Set skip_tmr to true for psp v15_0_8

psp v15_0_8 does not require tmr created by gpu driver

Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Hawking Zhang and committed by
Alex Deucher
b02c2235 c92bb141

+1
+1
drivers/gpu/drm/amd/amdgpu/amdgpu_psp.c
··· 901 901 case IP_VERSION(13, 0, 10): 902 902 case IP_VERSION(13, 0, 12): 903 903 case IP_VERSION(13, 0, 14): 904 + case IP_VERSION(15, 0, 8): 904 905 return true; 905 906 default: 906 907 return false;