diff mbox series

[1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c

Message ID 20190731155246.20603-1-alexander.deucher@amd.com (mailing list archive)
State New, archived
Headers show
Series [1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c | expand

Commit Message

Alex Deucher July 31, 2019, 3:52 p.m. UTC
Unused.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 -
 1 file changed, 1 deletion(-)

Comments

Sam Ravnborg July 31, 2019, 5:26 p.m. UTC | #1
Hi Alex.

On Wed, Jul 31, 2019 at 10:52:39AM -0500, Alex Deucher wrote:
> Unused.
> 
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> index 4d9101834ba7..c79aaebeeaf0 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> @@ -28,7 +28,6 @@
>  #include <linux/uaccess.h>
>  #include <linux/mmu_context.h>
>  #include <linux/firmware.h>
> -#include <drm/drmP.h>
>  #include "amdgpu.h"
>  #include "amdgpu_amdkfd.h"
>  #include "sdma0/sdma0_4_2_2_offset.h"

Thanks!

All patches are:
Acked-by: Sam Ravnborg <sam@ravnborg.org>


Actual status in drm-misc:

$ git grep drmP | cut -d '/' -f 1 | sort | uniq -c
      6 amd		<= fixed by this patchset
      8 arm		<= patch sent. Needs to rebase and resend
      6 armada		<= patch sent. Needs to rebase and resend
      1 etnaviv		<= already fixed in etnaviv repo
      2 exynos		<= Somehow missed these. Patch ready, needs to send it out
      1 i2c		<= patch sent. Needs to rebase and resend
      2 msm		<= patch sent. Needs to rebase and resend
     27 nouveau		<= already fixed in nouveau repo
      4 tegra		<= patch sent. Needs to reabse and resend
     13 vmwgfx		<= already fixed in vmwgfx repo

So things looks doable. I just need to find a few hours..

	Sam
Felix Kuehling July 31, 2019, 8:31 p.m. UTC | #2
On 2019-07-31 11:52 a.m., Alex Deucher wrote:
> Unused.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
The series is

Reviewed-by: Felix Kuehling <Felix.Kuehling@amd.com>


> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> index 4d9101834ba7..c79aaebeeaf0 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> @@ -28,7 +28,6 @@
>   #include <linux/uaccess.h>
>   #include <linux/mmu_context.h>
>   #include <linux/firmware.h>
> -#include <drm/drmP.h>
>   #include "amdgpu.h"
>   #include "amdgpu_amdkfd.h"
>   #include "sdma0/sdma0_4_2_2_offset.h"
Christian König Aug. 1, 2019, 7:26 a.m. UTC | #3
Am 31.07.19 um 17:52 schrieb Alex Deucher:
> Unused.
>
> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

Reviewed-by: Christian König <christian.koenig@amd.com> for the whole 
series.

> ---
>   drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c | 1 -
>   1 file changed, 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> index 4d9101834ba7..c79aaebeeaf0 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
> @@ -28,7 +28,6 @@
>   #include <linux/uaccess.h>
>   #include <linux/mmu_context.h>
>   #include <linux/firmware.h>
> -#include <drm/drmP.h>
>   #include "amdgpu.h"
>   #include "amdgpu_amdkfd.h"
>   #include "sdma0/sdma0_4_2_2_offset.h"
diff mbox series

Patch

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
index 4d9101834ba7..c79aaebeeaf0 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_amdkfd_arcturus.c
@@ -28,7 +28,6 @@ 
 #include <linux/uaccess.h>
 #include <linux/mmu_context.h>
 #include <linux/firmware.h>
-#include <drm/drmP.h>
 #include "amdgpu.h"
 #include "amdgpu_amdkfd.h"
 #include "sdma0/sdma0_4_2_2_offset.h"