Re: [PATCH 2/3] drm: export gem dmabuf_ops for drivers to reuse

2018-01-09 Thread Daniel Vetter
On Fri, Jan 05, 2018 at 10:16:04AM +0100, Christian König wrote: > Am 04.01.2018 um 22:12 schrieb Samuel Li: > > Change-Id: I03c22a890d2305f3243d88019d1a28bddd4ddda7 > > Signed-off-by: Samuel Li > > Reviewed-by: Christian König Want to push to drm-misc or some other plan with this? -Daniel >

RE: [PATCH 2/2] drm/amd/pp: Add stable Pstate clk display when print_clock_levels

2018-01-09 Thread Russell, Kent
If it helps, it would only break the SMI as it determines the Max Level by using the last line in the clock file as the max. So I made a patch to change that so that it uses the last line in the file that starts with a number (since the pstate starts with P:). But if you want to use a different

Re: BUG: KASAN: use-after-free in amdgpu_job_free_cb

2018-01-09 Thread Johannes Hirte
On 2018 Jan 03, Johannes Hirte wrote: > On 2018 Jan 03, Johannes Hirte wrote: > > This should be fixed already with > > https://lists.freedesktop.org/archives/amd-gfx/2017-October/014932.html > > but's still missing upstream. > > > > With this patch, the use-after-free in amdgpu_job_free_cb seem

RE: [PATCH 2/3] drm: export gem dmabuf_ops for drivers to reuse

2018-01-09 Thread Li, Samuel
Yes, please hush this for me. Regards, Samuel Li > -Original Message- > From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel > Vetter > Sent: Tuesday, January 09, 2018 4:22 AM > To: Koenig, Christian > Cc: Li, Samuel ; dri-de...@lists.freedesktop.org; amd- > g...@list

Re: [PATCH 2/3] drm: export gem dmabuf_ops for drivers to reuse

2018-01-09 Thread Deucher, Alexander
I'll can push this and a few other misc patches today. Alex From: amd-gfx on behalf of Li, Samuel Sent: Tuesday, January 9, 2018 10:20 AM To: Daniel Vetter; Koenig, Christian Cc: amd-gfx@lists.freedesktop.org; dri-de...@lists.freedesktop.org Subject: RE: [PATCH

[PATCH] MAINTAINERS: add David (Chunming) Zhou as additional amdgpu maintainer

2018-01-09 Thread Christian König
Just another contact for the amdgpu driver. Signed-off-by: Christian König --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index 64e7b5f77440..a99962834f9f 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -11369,6 +11369,7 @@ F: drivers/net/wireles

Re: [PATCH] MAINTAINERS: add David (Chunming) Zhou as additional amdgpu maintainer

2018-01-09 Thread Alex Deucher
On Tue, Jan 9, 2018 at 12:08 PM, Christian König wrote: > Just another contact for the amdgpu driver. > > Signed-off-by: Christian König Acked-by: Alex Deucher > --- > MAINTAINERS | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 64e7b5f77440..a9996283

Re: [PATCH 2/3] drm: export gem dmabuf_ops for drivers to reuse

2018-01-09 Thread Alex Deucher
On Tue, Jan 9, 2018 at 10:56 AM, Deucher, Alexander wrote: > I'll can push this and a few other misc patches today. > Pushed to drm-misc-next. Thanks, Alex > > Alex > > From: amd-gfx on behalf of Li, > Samuel > Sent: Tuesday, January 9, 2018 10:20 AM > To: D