drm/amdgpu: Do not set power brake sequence for Aldebaran SRIOV
authorVictor Lu <victorchengchi.lu@amd.com>
Thu, 13 Feb 2025 23:49:46 +0000 (18:49 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 7 Mar 2025 17:53:24 +0000 (12:53 -0500)
commit94b0908b85524d467a00c6aa2a277ef98fd8b152
tree0653d8ecfea773c00fc519b9f2718690b40b2664
parent14c8097ba4db1b6e1c28b2ed65186b9199fe9155
drm/amdgpu: Do not set power brake sequence for Aldebaran SRIOV

Aldebaran SRIOV VF cannot access the power brake feature regs.
The accesses can be skipped to avoid a dmesg warning.

v2: Remove redundant asic type check

Signed-off-by: Victor Lu <victorchengchi.lu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/gfx_v9_0.c