All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Corrected the core clock speed for AMD HAINAN
@ 2020-03-06  6:25 ` Yassine Oudjana
  0 siblings, 0 replies; 4+ messages in thread
From: Yassine Oudjana @ 2020-03-06  6:25 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, David1.Zhou, amd-gfx,
	dri-devel, airlied, daniel

[-- Attachment #1: Type: text/plain, Size: 15 bytes --]

Empty Message

[-- Attachment #2: mutt-yassine-HP-1000-4480-19426451861488017513 --]
[-- Type: application/octet-stream, Size: 722 bytes --]

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
---
 drivers/gpu/drm/amd/amdgpu/si_dpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 4cb4c891120b..c1374fe13ce8 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -3444,7 +3444,7 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
 		    (adev->pdev->device == 0x6664) ||
 		    (adev->pdev->device == 0x6665) ||
 		    (adev->pdev->device == 0x6667)) {
-			max_sclk = 75000;
+			max_sclk = 103000;
 		}
 		if ((adev->pdev->revision == 0xC3) ||
 		    (adev->pdev->device == 0x6665)) {
-- 
2.25.1


[-- Attachment #3: Type: text/plain, Size: 160 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] Corrected the core clock speed for AMD HAINAN
@ 2020-03-06  6:25 ` Yassine Oudjana
  0 siblings, 0 replies; 4+ messages in thread
From: Yassine Oudjana @ 2020-03-06  6:25 UTC (permalink / raw)
  To: alexander.deucher, christian.koenig, David1.Zhou, amd-gfx,
	dri-devel, airlied, daniel

[-- Attachment #1: Type: text/plain, Size: 15 bytes --]

Empty Message

[-- Attachment #2: mutt-yassine-HP-1000-4480-19426451861488017513 --]
[-- Type: application/octet-stream, Size: 722 bytes --]

Signed-off-by: Yassine Oudjana <y.oudjana@protonmail.com>
---
 drivers/gpu/drm/amd/amdgpu/si_dpm.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/amd/amdgpu/si_dpm.c b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
index 4cb4c891120b..c1374fe13ce8 100644
--- a/drivers/gpu/drm/amd/amdgpu/si_dpm.c
+++ b/drivers/gpu/drm/amd/amdgpu/si_dpm.c
@@ -3444,7 +3444,7 @@ static void si_apply_state_adjust_rules(struct amdgpu_device *adev,
 		    (adev->pdev->device == 0x6664) ||
 		    (adev->pdev->device == 0x6665) ||
 		    (adev->pdev->device == 0x6667)) {
-			max_sclk = 75000;
+			max_sclk = 103000;
 		}
 		if ((adev->pdev->revision == 0xC3) ||
 		    (adev->pdev->device == 0x6665)) {
-- 
2.25.1


[-- Attachment #3: Type: text/plain, Size: 154 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] Corrected the core clock speed for AMD HAINAN
  2020-03-06  6:25 ` Yassine Oudjana
@ 2020-03-06 15:04   ` Alex Deucher
  -1 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2020-03-06 15:04 UTC (permalink / raw)
  To: Yassine Oudjana
  Cc: airlied, dri-devel, amd-gfx, alexander.deucher, christian.koenig

Please send a proper patch using git format-patch.  Have you actually
tested this patch?  Can you provide the details of your specific
board?  The reason the clock as forced lower was due to stability
issues with the higher clocks on most HAINAN boards.  If it's working
for you, I'd suggest just removing your specific board from that
override check.

Alex

On Fri, Mar 6, 2020 at 3:03 AM Yassine Oudjana <y.oudjana@protonmail.com> wrote:
>
> Empty Message
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] Corrected the core clock speed for AMD HAINAN
@ 2020-03-06 15:04   ` Alex Deucher
  0 siblings, 0 replies; 4+ messages in thread
From: Alex Deucher @ 2020-03-06 15:04 UTC (permalink / raw)
  To: Yassine Oudjana
  Cc: David1.Zhou, airlied, dri-devel, amd-gfx, daniel,
	alexander.deucher, christian.koenig

Please send a proper patch using git format-patch.  Have you actually
tested this patch?  Can you provide the details of your specific
board?  The reason the clock as forced lower was due to stability
issues with the higher clocks on most HAINAN boards.  If it's working
for you, I'd suggest just removing your specific board from that
override check.

Alex

On Fri, Mar 6, 2020 at 3:03 AM Yassine Oudjana <y.oudjana@protonmail.com> wrote:
>
> Empty Message
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2020-03-06 15:04 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-06  6:25 [PATCH] Corrected the core clock speed for AMD HAINAN Yassine Oudjana
2020-03-06  6:25 ` Yassine Oudjana
2020-03-06 15:04 ` Alex Deucher
2020-03-06 15:04   ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.