All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
To: Grazvydas Ignotas <notasas-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>,
	Feifei Xu <Feifei.Xu-5C7GfCeVMHo@public.gmane.org>,
	amd-gfx list
	<amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>
Subject: Re: [PATCH 29/57] drm/amdgpu: Add vega20 to dc support check
Date: Thu, 17 May 2018 11:06:14 -0400	[thread overview]
Message-ID: <CADnq5_Mz1YeVKy1aQqegzT8AA+hu+e-v0WEd9iozZfMV0rQaLA@mail.gmail.com> (raw)
In-Reply-To: <CANOLnONH=Miqj-vgd3XTMjfsDGP2SAFgqyyA5Co1fUGwYTfzwQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>

On Wed, May 16, 2018 at 6:55 AM, Grazvydas Ignotas <notasas@gmail.com> wrote:
> On Tue, May 15, 2018 at 5:59 PM, Alex Deucher <alexdeucher@gmail.com> wrote:
>> From: Feifei Xu <Feifei.Xu@amd.com>
>>
>> Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
>> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
>> Reviewed-by: Hawking Zhang <Hawking.Zhang@amd.com>
>> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
>> ---
>>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 +
>>  1 file changed, 1 insertion(+)
>>
>> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>> index 9c9be878aeb5..5aa3b1d69cfe 100644
>> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
>> @@ -2170,6 +2170,7 @@ bool amdgpu_device_asic_has_dc_support(enum amd_asic_type asic_type)
>>         case CHIP_FIJI:
>>         case CHIP_VEGA10:
>>         case CHIP_VEGA12:
>> +    case CHIP_VEGA20:
>
> Inconsistent style (tab vs spaces).

Fixed.  thanks.

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

  parent reply	other threads:[~2018-05-17 15:06 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-05-15 14:58 [PATCH 00/57] Vega20 support Alex Deucher
     [not found] ` <20180515145933.12063-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-15 14:58   ` [PATCH 01/57] drm/amd: Add vega20_ip_offset.h headerfile for vega20 Alex Deucher
2018-05-15 14:58   ` [PATCH 02/57] drm/amdgpu: Add vega20 to asic_type enum Alex Deucher
2018-05-15 14:58   ` [PATCH 03/57] drm/amdgpu: Add gpu_info firmware for vega20 Alex Deucher
2018-05-15 14:58   ` [PATCH 04/57] drm/amdgpu: set asic family " Alex Deucher
2018-05-15 14:58   ` [PATCH 05/57] drm/amdgpu: Add smu firmware support " Alex Deucher
2018-05-15 14:58   ` [PATCH 06/57] drm/amdgpu/powerplay: Add initial vega20 support v2 Alex Deucher
2018-05-15 14:58   ` [PATCH 07/57] drm/amdgpu/psp: Add initial psp support for vega20 Alex Deucher
2018-05-15 14:58   ` [PATCH 08/57] drm/amdgpu: Add vega20 ucode loading method Alex Deucher
2018-05-15 14:58   ` [PATCH 09/57] drm/amdgpu: Specify vega20 uvd firmware Alex Deucher
2018-05-15 14:58   ` [PATCH 10/57] drm/amdgpu: Specify vega20 vce firmware Alex Deucher
2018-05-15 14:58   ` [PATCH 11/57] drm/amdgpu/virtual_dce: Add vega20 support Alex Deucher
2018-05-15 14:58   ` [PATCH 12/57] drm/amdgpu/gmc9: " Alex Deucher
2018-05-15 14:58   ` [PATCH 13/57] drm/amdgpu/mmhub: Add clockgating support for vega20 Alex Deucher
2018-05-15 14:58   ` [PATCH 14/57] drm/amdgpu/sdma4: Specify vega20 firmware Alex Deucher
2018-05-15 14:58   ` [PATCH 15/57] drm/amdgpu/sdma4: Add vega20 golden settings (v3) Alex Deucher
2018-05-15 14:58   ` [PATCH 16/57] drm/amdgpu/sdma4: Add clockgating support for vega20 Alex Deucher
2018-05-15 14:58   ` [PATCH 17/57] drm/amdgpu/gfx9: Add support for vega20 firmware Alex Deucher
2018-05-15 14:58   ` [PATCH 18/57] drm/amdgpu/gfx9: Add vega20 golden settings (v3) Alex Deucher
2018-05-15 14:58   ` [PATCH 19/57] drm/amdgpu/gfx9: Add gfx config for vega20. (v3) Alex Deucher
2018-05-15 14:58   ` [PATCH 20/57] drm/amdgpu/gfx9: Add support for vega20 Alex Deucher
2018-05-15 14:58   ` [PATCH 21/57] drm/amdgpu/gfx9: Add clockgatting " Alex Deucher
2018-05-15 14:58   ` [PATCH 22/57] drm/amdgpu/soc15:Add vega20 soc15_common_early_init support Alex Deucher
2018-05-15 14:58   ` [PATCH 23/57] drm/amdgpu/soc15: Set common clockgating for vega20 Alex Deucher
2018-05-15 14:59   ` [PATCH 24/57] drm/amdgpu/soc15: dynamic initialize ip offset " Alex Deucher
2018-05-15 14:59   ` [PATCH 25/57] drm/amdgpu/soc15: Add ip blocks for vega20 (v2) Alex Deucher
2018-05-15 14:59   ` [PATCH 26/57] drm/amdgpu: Add nbio support " Alex Deucher
2018-05-15 14:59   ` [PATCH 27/57] drm/amdgpu: Add vega20 soc init sequence on emulator (v3) Alex Deucher
     [not found]     ` <20180515145933.12063-28-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-16 11:11       ` Grazvydas Ignotas
2018-05-16 12:23         ` Grazvydas Ignotas
     [not found]           ` <CANOLnOOhG86EuKrDyF7VZauHPgKPhmrLMCSDykHeKYOruMconw-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-05-17 15:06             ` Alex Deucher
2018-05-15 14:59   ` [PATCH 28/57] drm/amd/display/dm: Add vega20 support Alex Deucher
2018-05-15 14:59   ` [PATCH 29/57] drm/amdgpu: Add vega20 to dc support check Alex Deucher
     [not found]     ` <20180515145933.12063-30-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-16 10:55       ` Grazvydas Ignotas
     [not found]         ` <CANOLnONH=Miqj-vgd3XTMjfsDGP2SAFgqyyA5Co1fUGwYTfzwQ-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-05-17 15:06           ` Alex Deucher [this message]
2018-05-15 14:59   ` [PATCH 30/57] drm/amd: Add dce-12.1 gpio aux registers Alex Deucher
     [not found]     ` <20180515145933.12063-31-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2018-05-16 10:51       ` Grazvydas Ignotas
     [not found]         ` <CANOLnOPyBNwdmZEeK+K_2b70PULzZoGDO_B4-a3bCY1569wWCg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2018-05-17 15:05           ` Alex Deucher
2018-05-15 14:59   ` [PATCH 31/57] drm/amd/display: Add Vega20 config. support Alex Deucher
2018-05-15 14:59   ` [PATCH 32/57] drm/amd/display: Remove COMBO_DISPLAY_PLL0 from Vega20 Alex Deucher
2018-05-15 14:59   ` [PATCH 33/57] drm/amd/display: Add BIOS smu_info v3_3 support for Vega20 Alex Deucher
2018-05-15 14:59   ` [PATCH 34/57] drm/amd/display: Add harvest IP " Alex Deucher
2018-05-15 14:59   ` [PATCH 35/57] drm/amdgpu/atomfirmware: add new gfx_info data table v2.4 (v2) Alex Deucher
2018-05-15 14:59   ` [PATCH 36/57] drm/amdgpu/atomfirmware: add parser for gfx_info table Alex Deucher
2018-05-15 14:59   ` [PATCH 37/57] drm/amdgpu/vg20: fallback to vbios table if gpu info fw is not available (v2) Alex Deucher
2018-05-15 14:59   ` [PATCH 38/57] drm/amdgpu: drop gpu_info firmware for vega20 Alex Deucher
2018-05-15 14:59   ` [PATCH 39/57] drm/amdgpu: Set vega20 load_type to AMDGPU_FW_LOAD_DIRECT Alex Deucher
2018-05-15 14:59   ` [PATCH 40/57] drm/amd/powerplay: update vega20 cg flags Alex Deucher
2018-05-15 14:59   ` [PATCH 41/57] drm/include: Fix MP1_BASE address for vega20 Alex Deucher
2018-05-15 14:59   ` [PATCH 42/57] drm/amd/include/vg20: adjust VCE_BASE to reuse vce 4.0 header files Alex Deucher
2018-05-15 14:59   ` [PATCH 43/57] drm/amdgpu: Disable ip modules that are not ready yet Alex Deucher
2018-05-15 14:59   ` [PATCH 44/57] drm/amdgpu/vg20:Restruct uvd to support multiple uvds Alex Deucher
2018-05-15 14:59   ` [PATCH 45/57] drm/amdgpu/vg20:Restruct uvd.inst to support multiple instances Alex Deucher
2018-05-15 14:59   ` [PATCH 46/57] drm/amdgpu/vg20:Restruct uvd.idle_work to support multiple instance (v2) Alex Deucher
2018-05-15 14:59   ` [PATCH 47/57] drm/amdgpu/vg20:increase 3 rings for AMDGPU_MAX_RINGS Alex Deucher
2018-05-15 14:59   ` [PATCH 48/57] drm/amdgpu/vg20:Enable the 2nd instance for uvd Alex Deucher
2018-05-15 14:59   ` [PATCH 49/57] drm/amdgpu/vg20:Add IH client ID for the 2nd UVD Alex Deucher
2018-05-15 14:59   ` [PATCH 50/57] drm/amdgpu/vg20:Enable the 2nd instance IRQ for uvd 7.2 Alex Deucher
2018-05-15 14:59   ` [PATCH 51/57] drm/amdgpu/vg20:Enable 2nd instance queue maping " Alex Deucher
2018-05-15 14:59   ` [PATCH 52/57] drm/amdgpu/vg20:Enable UVD/VCE for Vega20 Alex Deucher
2018-05-15 14:59   ` [PATCH 53/57] drm/amdgpu: add df 3.6 headers Alex Deucher
2018-05-15 14:59   ` [PATCH 54/57] drm/amdgpu/df: implement df v3_6 callback functions (v2) Alex Deucher
2018-05-15 14:59   ` [PATCH 55/57] drm/amdgpu: Switch to use df_v3_6_funcs for vega20 (v2) Alex Deucher
2018-05-15 14:59   ` [PATCH 56/57] drm/amdgpu: Add vega20 pci ids Alex Deucher
2018-05-15 14:59   ` [PATCH 57/57] drm/amdgpu: flag Vega20 as experimental Alex Deucher
2018-05-16  7:40   ` [PATCH 00/57] Vega20 support Christian König

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=CADnq5_Mz1YeVKy1aQqegzT8AA+hu+e-v0WEd9iozZfMV0rQaLA@mail.gmail.com \
    --to=alexdeucher-re5jqeeqqe8avxtiumwx3w@public.gmane.org \
    --cc=Feifei.Xu-5C7GfCeVMHo@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=notasas-Re5JQEeQqe8AvxtiuMwx3w@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.