mirror of
https://github.com/torvalds/linux.git
synced 2026-05-27 00:22:00 +02:00
drm/radeon: 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
0de31d92a1
commit
87327658c8
|
|
@ -2915,9 +2915,11 @@ static void si_apply_state_adjust_rules(struct radeon_device *rdev,
|
|||
if (rdev->family == CHIP_HAINAN) {
|
||||
if ((rdev->pdev->revision == 0x81) ||
|
||||
(rdev->pdev->revision == 0xC3) ||
|
||||
(rdev->pdev->device == 0x6660) ||
|
||||
(rdev->pdev->device == 0x6664) ||
|
||||
(rdev->pdev->device == 0x6665) ||
|
||||
(rdev->pdev->device == 0x6667)) {
|
||||
(rdev->pdev->device == 0x6667) ||
|
||||
(rdev->pdev->device == 0x666F)) {
|
||||
max_sclk = 75000;
|
||||
}
|
||||
if ((rdev->pdev->revision == 0xC3) ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user