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/pm: enable vcn busy sysfs for GC 9.3.0

Make it visible for the all GC 9.3.0 chips that support it.

Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

+2 -1
+2 -1
drivers/gpu/drm/amd/pm/amdgpu_pm.c
··· 2314 2314 gc_ver == IP_VERSION(9, 0, 1)) 2315 2315 *states = ATTR_STATE_UNSUPPORTED; 2316 2316 } else if (DEVICE_ATTR_IS(vcn_busy_percent)) { 2317 - if (!(gc_ver == IP_VERSION(10, 3, 1) || 2317 + if (!(gc_ver == IP_VERSION(9, 3, 0) || 2318 + gc_ver == IP_VERSION(10, 3, 1) || 2318 2319 gc_ver == IP_VERSION(10, 3, 3) || 2319 2320 gc_ver == IP_VERSION(10, 3, 6) || 2320 2321 gc_ver == IP_VERSION(10, 3, 7) ||