All of lore.kernel.org
 help / color / mirror / Atom feed
From: zhoucm1 <david1.zhou-5C7GfCeVMHo@public.gmane.org>
To: Alex Deucher
	<alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
	amd-gfx list
	<amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>,
	"for 3.8" <stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>
Subject: Re: [PATCH] drm/amdgpu: adjust default display clock
Date: Tue, 20 Jun 2017 10:40:03 +0800	[thread overview]
Message-ID: <59488B03.1070409@amd.com> (raw)
In-Reply-To: <CADnq5_PP=wMVi5JayAcF-0HGKAeZbhS+pyhV1OW5LeW1dVqHsQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

Acked-by: Chunming Zhou <david1.zhou@amd.com>

On 2017年06月20日 01:36, Alex Deucher wrote:
> ping.
>
> On Thu, Jun 15, 2017 at 11:17 AM, Alex Deucher <alexdeucher@gmail.com> wrote:
>> Increase the default display clock on newer asics to
>> accomodate some high res modes with really high refresh
>> rates.
>>
>> bug: https://bugs.freedesktop.org/show_bug.cgi?id=93826
>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>> Cc: stable@vger.kernel.org
>> ---
>>   drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c | 4 ++++
>>   1 file changed, 4 insertions(+)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
>> index 1cf78f4..1e8e112 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_atombios.c
>> @@ -693,6 +693,10 @@ int amdgpu_atombios_get_clock_info(struct amdgpu_device *adev)
>>                          DRM_INFO("Changing default dispclk from %dMhz to 600Mhz\n",
>>                                   adev->clock.default_dispclk / 100);
>>                          adev->clock.default_dispclk = 60000;
>> +               } else if (adev->clock.default_dispclk <= 60000) {
>> +                       DRM_INFO("Changing default dispclk from %dMhz to 625Mhz\n",
>> +                                adev->clock.default_dispclk / 100);
>> +                       adev->clock.default_dispclk = 62500;
>>                  }
>>                  adev->clock.dp_extclk =
>>                          le16_to_cpu(firmware_info->info_21.usUniphyDPModeExtClkFreq);
>> --
>> 2.5.5
>>
> _______________________________________________
> 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

  parent reply	other threads:[~2017-06-20  2:40 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-06-15 15:17 [PATCH] drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating Alex Deucher
     [not found] ` <1497539827-26354-1-git-send-email-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2017-06-15 15:17   ` [PATCH] drm/amdgpu: adjust default display clock Alex Deucher
2017-06-15 15:17     ` Alex Deucher
2017-06-19 17:36     ` Alex Deucher
     [not found]       ` <CADnq5_PP=wMVi5JayAcF-0HGKAeZbhS+pyhV1OW5LeW1dVqHsQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-20  2:40         ` zhoucm1 [this message]
     [not found]           ` <59488B03.1070409-5C7GfCeVMHo@public.gmane.org>
2017-06-20  8:37             ` Christian König
2017-06-20  8:37               ` Christian König
2017-06-19 16:58 ` [PATCH] drm/amdgpu/atom: fix ps allocation size for EnableDispPowerGating Alex Deucher
     [not found]   ` <CADnq5_NQvtnLjGuwDPK2yOVUWcG=twAzXmGbyiXg+vODGymeNg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2017-06-20  2:38     ` zhoucm1

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=59488B03.1070409@amd.com \
    --to=david1.zhou-5c7gfcevmho@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=stable-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.