mirror of
https://github.com/torvalds/linux.git
synced 2026-06-03 12:03:54 +02:00
drm/amdgpu: apply state adjust rules to some additional HAINAN vairants
They need a similar workaround. Closes: https://gitlab.freedesktop.org/drm/amd/-/issues/1839 Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
parent
69c5fbd2b9
commit
0de31d92a1
|
|
@ -3454,9 +3454,11 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
|
|||
if (adev->asic_type == CHIP_HAINAN) {
|
||||
if ((adev->pdev->revision == 0x81) ||
|
||||
(adev->pdev->revision == 0xC3) ||
|
||||
(adev->pdev->device == 0x6660) ||
|
||||
(adev->pdev->device == 0x6664) ||
|
||||
(adev->pdev->device == 0x6665) ||
|
||||
(adev->pdev->device == 0x6667)) {
|
||||
(adev->pdev->device == 0x6667) ||
|
||||
(adev->pdev->device == 0x666F)) {
|
||||
max_sclk = 75000;
|
||||
}
|
||||
if ((adev->pdev->revision == 0xC3) ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user