All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Christian König" <deathsimple-ANTagKRnAhcb1SvskN2V4Q@public.gmane.org>
To: Edward O'Callaghan
	<funfunctor-dczkZgxz+BNUPWh3PAxdjQ@public.gmane.org>,
	Rex Zhu <Rex.Zhu-5C7GfCeVMHo@public.gmane.org>,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 0/3] rename file name.
Date: Mon, 12 Sep 2016 12:43:13 +0200	[thread overview]
Message-ID: <256e828c-d1de-cef4-ca9a-57f5e931d208@vodafone.de> (raw)
In-Reply-To: <72421e99-8be2-9db4-7aa4-b5d3a7639a49-dczkZgxz+BNUPWh3PAxdjQ@public.gmane.org>


[-- Attachment #1.1: Type: text/plain, Size: 2217 bytes --]

Am 12.09.2016 um 10:36 schrieb Edward O'Callaghan:
> This series is,
> Reviewed-by: Edward O'Callaghan <funfunctor-dczkZgxz+BNUPWh3PAxdjQ@public.gmane.org>

Acked-by: Christian König <christian.koenig-5C7GfCeVMHo@public.gmane.org> for the series.

>
> On 09/12/2016 06:22 PM, Rex Zhu wrote:
>> As tonga/fiji/polaris10/11 use ppt table version 1.
>> so rename tonga_processtable to process_pptables_v1_0
>>
>>
>> Rex Zhu (3):
>>    drm/amd/powerplay: rename tonga_processpptable* to
>>      processpptable_v1_0*.
>>    drm/amd/powerplay: add pp_table_version in hwmgr.
>>    drm/amd/powerplay: add pptable point check before use it
>>
>>   drivers/gpu/drm/amd/powerplay/hwmgr/Makefile       |    2 +-
>>   drivers/gpu/drm/amd/powerplay/hwmgr/fiji_hwmgr.c   |   10 +-
>>   drivers/gpu/drm/amd/powerplay/hwmgr/hwmgr.c        |    4 +-
>>   .../gpu/drm/amd/powerplay/hwmgr/polaris10_hwmgr.c  |   10 +-
>>   drivers/gpu/drm/amd/powerplay/hwmgr/pptable_v1_0.h |  436 +++++++
>>   .../amd/powerplay/hwmgr/process_pptables_v1_0.c    | 1326 ++++++++++++++++++++
>>   .../amd/powerplay/hwmgr/process_pptables_v1_0.h    |   35 +
>>   drivers/gpu/drm/amd/powerplay/hwmgr/tonga_hwmgr.c  |   10 +-
>>   .../gpu/drm/amd/powerplay/hwmgr/tonga_pptable.h    |  436 -------
>>   .../amd/powerplay/hwmgr/tonga_processpptables.c    | 1326 --------------------
>>   .../amd/powerplay/hwmgr/tonga_processpptables.h    |   35 -
>>   drivers/gpu/drm/amd/powerplay/inc/hwmgr.h          |    8 +
>>   12 files changed, 1824 insertions(+), 1814 deletions(-)
>>   create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/pptable_v1_0.h
>>   create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.c
>>   create mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/process_pptables_v1_0.h
>>   delete mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_pptable.h
>>   delete mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.c
>>   delete mode 100644 drivers/gpu/drm/amd/powerplay/hwmgr/tonga_processpptables.h
>>
>
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx



[-- Attachment #1.2: Type: text/html, Size: 3328 bytes --]

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

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

      parent reply	other threads:[~2016-09-12 10:43 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-09-12  8:22 [PATCH 0/3] rename file name Rex Zhu
     [not found] ` <1473668574-20741-1-git-send-email-Rex.Zhu-5C7GfCeVMHo@public.gmane.org>
2016-09-12  8:22   ` [PATCH 1/3] drm/amd/powerplay: rename tonga_processpptable* to processpptable_v1_0* Rex Zhu
2016-09-12  8:22   ` [PATCH 2/3] drm/amd/powerplay: add pp_table_version in hwmgr Rex Zhu
2016-09-12  8:22   ` [PATCH 3/3] drm/amd/powerplay: add pptable point check before use it Rex Zhu
2016-09-12  8:36   ` [PATCH 0/3] rename file name Edward O'Callaghan
     [not found]     ` <72421e99-8be2-9db4-7aa4-b5d3a7639a49-dczkZgxz+BNUPWh3PAxdjQ@public.gmane.org>
2016-09-12 10:43       ` Christian König [this message]

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=256e828c-d1de-cef4-ca9a-57f5e931d208@vodafone.de \
    --to=deathsimple-antagkrnahcb1svskn2v4q@public.gmane.org \
    --cc=Rex.Zhu-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=funfunctor-dczkZgxz+BNUPWh3PAxdjQ@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.