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 12.x

Make it visible for the all GC 12.x 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>

+3 -1
+3 -1
drivers/gpu/drm/amd/pm/amdgpu_pm.c
··· 2326 2326 gc_ver == IP_VERSION(11, 5, 0) || 2327 2327 gc_ver == IP_VERSION(11, 5, 1) || 2328 2328 gc_ver == IP_VERSION(11, 5, 2) || 2329 - gc_ver == IP_VERSION(11, 5, 3))) 2329 + gc_ver == IP_VERSION(11, 5, 3) || 2330 + gc_ver == IP_VERSION(12, 0, 0) || 2331 + gc_ver == IP_VERSION(12, 0, 1))) 2330 2332 *states = ATTR_STATE_UNSUPPORTED; 2331 2333 } else if (DEVICE_ATTR_IS(pcie_bw)) { 2332 2334 /* PCIe Perf counters won't work on APU nodes */