All of lore.kernel.org
 help / color / mirror / Atom feed
From: Feifei Xu <Feifei.Xu-5C7GfCeVMHo@public.gmane.org>
To: amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Cc: Alexander.Deucher-5C7GfCeVMHo@public.gmane.org,
	Feifei Xu <Feifei.Xu-5C7GfCeVMHo@public.gmane.org>,
	Ken.Wang-5C7GfCeVMHo@public.gmane.org,
	christian.koenig-5C7GfCeVMHo@public.gmane.org
Subject: [PATCH 09/16] drm/amd/include:cleanup vega10 vce header files.
Date: Fri, 24 Nov 2017 14:26:37 +0800	[thread overview]
Message-ID: <1511504804-12396-10-git-send-email-Feifei.Xu@amd.com> (raw)
In-Reply-To: <1511504804-12396-1-git-send-email-Feifei.Xu-5C7GfCeVMHo@public.gmane.org>

Cleanup asic_reg/vega10/VCE folder.

Change-Id: I60d71f93eecf4ecb3957d8ac18305641fe66b7f1
Signed-off-by: Feifei Xu <Feifei.Xu@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c                               | 6 +++---
 drivers/gpu/drm/amd/amdgpu/vce_v4_0.c                               | 6 +++---
 .../drm/amd/include/asic_reg/{vega10/VCE => vce}/vce_4_0_default.h  | 0
 .../drm/amd/include/asic_reg/{vega10/VCE => vce}/vce_4_0_offset.h   | 0
 .../drm/amd/include/asic_reg/{vega10/VCE => vce}/vce_4_0_sh_mask.h  | 0
 5 files changed, 6 insertions(+), 6 deletions(-)
 rename drivers/gpu/drm/amd/include/asic_reg/{vega10/VCE => vce}/vce_4_0_default.h (100%)
 rename drivers/gpu/drm/amd/include/asic_reg/{vega10/VCE => vce}/vce_4_0_offset.h (100%)
 rename drivers/gpu/drm/amd/include/asic_reg/{vega10/VCE => vce}/vce_4_0_sh_mask.h (100%)

diff --git a/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c b/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
index 83e26ca..c122e95 100644
--- a/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/uvd_v7_0.c
@@ -32,9 +32,9 @@
 #include "vega10/soc15ip.h"
 #include "uvd/uvd_7_0_offset.h"
 #include "uvd/uvd_7_0_sh_mask.h"
-#include "vega10/VCE/vce_4_0_offset.h"
-#include "vega10/VCE/vce_4_0_default.h"
-#include "vega10/VCE/vce_4_0_sh_mask.h"
+#include "vce/vce_4_0_offset.h"
+#include "vce/vce_4_0_default.h"
+#include "vce/vce_4_0_sh_mask.h"
 #include "vega10/NBIF/nbif_6_1_offset.h"
 #include "hdp/hdp_4_0_offset.h"
 #include "vega10/MMHUB/mmhub_1_0_offset.h"
diff --git a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
index 7574554..1b28c91 100644
--- a/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
+++ b/drivers/gpu/drm/amd/amdgpu/vce_v4_0.c
@@ -33,9 +33,9 @@
 #include "mmsch_v1_0.h"
 
 #include "vega10/soc15ip.h"
-#include "vega10/VCE/vce_4_0_offset.h"
-#include "vega10/VCE/vce_4_0_default.h"
-#include "vega10/VCE/vce_4_0_sh_mask.h"
+#include "vce/vce_4_0_offset.h"
+#include "vce/vce_4_0_default.h"
+#include "vce/vce_4_0_sh_mask.h"
 #include "vega10/MMHUB/mmhub_1_0_offset.h"
 #include "vega10/MMHUB/mmhub_1_0_sh_mask.h"
 
diff --git a/drivers/gpu/drm/amd/include/asic_reg/vega10/VCE/vce_4_0_default.h b/drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_default.h
similarity index 100%
rename from drivers/gpu/drm/amd/include/asic_reg/vega10/VCE/vce_4_0_default.h
rename to drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_default.h
diff --git a/drivers/gpu/drm/amd/include/asic_reg/vega10/VCE/vce_4_0_offset.h b/drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_offset.h
similarity index 100%
rename from drivers/gpu/drm/amd/include/asic_reg/vega10/VCE/vce_4_0_offset.h
rename to drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_offset.h
diff --git a/drivers/gpu/drm/amd/include/asic_reg/vega10/VCE/vce_4_0_sh_mask.h b/drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_sh_mask.h
similarity index 100%
rename from drivers/gpu/drm/amd/include/asic_reg/vega10/VCE/vce_4_0_sh_mask.h
rename to drivers/gpu/drm/amd/include/asic_reg/vce/vce_4_0_sh_mask.h
-- 
2.7.4

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

  parent reply	other threads:[~2017-11-24  6:26 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-11-24  6:26 [PATCH 00/16] Cleanup vega10 header files Feifei Xu
     [not found] ` <1511504804-12396-1-git-send-email-Feifei.Xu-5C7GfCeVMHo@public.gmane.org>
2017-11-24  6:26   ` [PATCH 01/16] drm/amd/include:cleanup vega10 sdma0/1 " Feifei Xu
2017-11-24  6:26   ` [PATCH 02/16] drm/amd/include:cleanup vega10 hdp " Feifei Xu
2017-11-24  6:26   ` [PATCH 03/16] drm/amd/include:cleanup vega10 mp " Feifei Xu
2017-11-24  6:26   ` [PATCH 04/16] drm/amd/include:cleanup vega10 athub " Feifei Xu
2017-11-24  6:26   ` [PATCH 05/16] drm/amd/include:cleanup vega10 thm " Feifei Xu
2017-11-24  6:26   ` [PATCH 06/16] drm/amd/include: cleanup vega10 umc " Feifei Xu
2017-11-24  6:26   ` [PATCH 07/16] drm/amd/include:cleanup vega10 dce " Feifei Xu
2017-11-24  6:26   ` [PATCH 08/16] drm/amd/include:cleanup vega10 uvd " Feifei Xu
2017-11-24  6:26   ` Feifei Xu [this message]
2017-11-24  6:26   ` [PATCH 10/16] drm/amd/include:cleanup vega10 gc " Feifei Xu
2017-11-24  6:26   ` [PATCH 11/16] drm/amd/include:cleanup vega10 mmhub " Feifei Xu
2017-11-24  6:26   ` [PATCH 12/16] drm/amd/include:cleanup vega10 nbio " Feifei Xu
2017-11-24  6:26   ` [PATCH 13/16] drm/amd/include:cleanup vega10 nbif " Feifei Xu
2017-11-24  6:26   ` [PATCH 14/16] drm/amd/include:cleanup vega10 smuio " Feifei Xu
2017-11-24  6:26   ` [PATCH 15/16] drm/amd/include:cleanup vega10 osssys " Feifei Xu
2017-11-24  6:26   ` [PATCH 16/16] drm/amd/include:cleanup vega10 " Feifei Xu
2017-11-24  8:20   ` [PATCH 00/16] Cleanup " 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=1511504804-12396-10-git-send-email-Feifei.Xu@amd.com \
    --to=feifei.xu-5c7gfcevmho@public.gmane.org \
    --cc=Alexander.Deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=Ken.Wang-5C7GfCeVMHo@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=christian.koenig-5C7GfCeVMHo@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.