dri-devel.lists.freedesktop.org archive mirror
 help / color / mirror / Atom feed
From: Sam Ravnborg <sam-uyr5N9Q2VtJg9hUCZPvPmw@public.gmane.org>
To: Alex Deucher <alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Alex Deucher <alexander.deucher-5C7GfCeVMHo@public.gmane.org>,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org
Subject: Re: [PATCH 1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c
Date: Wed, 31 Jul 2019 19:26:06 +0200	[thread overview]
Message-ID: <20190731172606.GA981@ravnborg.org> (raw)
In-Reply-To: <20190731155246.20603-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>

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

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

  parent reply	other threads:[~2019-07-31 17:26 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-07-31 15:52 [PATCH 1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c Alex Deucher
2019-07-31 15:52 ` [PATCH 2/8] drm/amdgpu: drop drmP.h from amdgpu_amdkfd_gfx_v10.c Alex Deucher
     [not found] ` <20190731155246.20603-1-alexander.deucher-5C7GfCeVMHo@public.gmane.org>
2019-07-31 15:52   ` [PATCH 3/8] drm/amdgpu: drop drmP.h in gfx_v10_0.c Alex Deucher
2019-07-31 15:52   ` [PATCH 4/8] drm/amdgpu: drop drmP.h from navi10_ih.c Alex Deucher
2019-07-31 15:52   ` [PATCH 5/8] drm/amdgpu: drop drmP.h from nv.c Alex Deucher
2019-07-31 15:52   ` [PATCH 6/8] drm/amdgpu: drop drmP.h from sdma_v5_0.c Alex Deucher
2019-07-31 15:52   ` [PATCH 7/8] drm/amdgpu: drop drmP.h from vcn_v2_0.c Alex Deucher
2019-07-31 17:26   ` Sam Ravnborg [this message]
2019-07-31 20:31   ` [PATCH 1/8] drm/amdgpu: drop drmP.h in amdgpu_amdkfd_arcturus.c Kuehling, Felix
2019-08-01  7:26   ` Christian König
2019-07-31 15:52 ` [PATCH 8/8] drm/amdgpu: drop drmP.h from vcn_v2_5.c Alex Deucher

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=20190731172606.GA981@ravnborg.org \
    --to=sam-uyr5n9q2vtjg9huczpvpmw@public.gmane.org \
    --cc=alexander.deucher-5C7GfCeVMHo@public.gmane.org \
    --cc=alexdeucher-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
    --cc=amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
    --cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).