RE: [PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-11 Thread Deucher, Alexander
> -Original Message-
> From: Sumit Semwal [mailto:sumit.sem...@linaro.org]
> Sent: Friday, August 11, 2017 11:52 AM
> To: Alex Deucher
> Cc: amd-gfx list; DRI mailing list; Koenig, Christian; Deucher, Alexander
> Subject: Re: [PATCH 0/3] dma-buf changes for ttm and amdgpu
> 
> Hi Alex,
> 
> On 10 August 2017 at 22:31, Alex Deucher <alexdeuc...@gmail.com> wrote:
> > We have some changes in ttm and amdgpu that depend on these patches.
> > Sumit, can you pull these in via dma-buf or should I roll them up
> > through my amdgpu tree?
> >
> > Christian König (3):
> >   dma-buf: dma_fence_put is NULL safe
> >   dma-buf: add reservation_object_copy_fences
> >   dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
> >
> Looks like my reply on your last set of patches didn't reach you?
> 
> Anyways, I'm on a short vacation, so please feel free to take this via
> drm-misc, with my
> Acked-by: Sumit Semwal <sumit.sem...@linaro.org>
> 

I got your last ack, but I ended up re-sending the last two patches because the 
second one had a bug.

Thanks,

Alex

> >  drivers/dma-buf/reservation.c | 97
> +--
> >  include/linux/reservation.h   |  3 ++
> >  2 files changed, 78 insertions(+), 22 deletions(-)
> >
> > --
> > 2.5.5
> >
> 
> Best,
> Sumit.
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-10 Thread Alex Deucher
We have some changes in ttm and amdgpu that depend on these patches.
Sumit, can you pull these in via dma-buf or should I roll them up
through my amdgpu tree?

Christian König (3):
  dma-buf: dma_fence_put is NULL safe
  dma-buf: add reservation_object_copy_fences
  dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2

 drivers/dma-buf/reservation.c | 97 +--
 include/linux/reservation.h   |  3 ++
 2 files changed, 78 insertions(+), 22 deletions(-)

-- 
2.5.5

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-09 Thread Sumit Semwal
Hi Alex,

On 8 August 2017 at 21:13, Deucher, Alexander <alexander.deuc...@amd.com> wrote:
>> -Original Message-
>> From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel
>> Vetter
>> Sent: Tuesday, August 08, 2017 7:57 AM
>> To: Alex Deucher
>> Cc: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org;
>> sumit.sem...@linaro.org; Koenig, Christian; Deucher, Alexander
>> Subject: Re: [PATCH 0/3] dma-buf changes for ttm and amdgpu
>>
>> On Mon, Aug 07, 2017 at 05:32:20PM -0400, Alex Deucher wrote:
>> > We have some changes in ttm and amdgpu that depend on these patches.
>> > Sumit, can you pull these in via dma-buf or should I roll them up
>> > through my amdgpu tree?
>>
>> We could just throw them all into drm-misc too, that's kinda what it's for
>> (dma-buf doesn't exist anymore, all the dma-buf stuff is in drm-misc now).
>> And you have commit rights for that even :-)
>
> Yeah, I just didn't want to step on Sumit's toes in case he preferred to 
> handle dma-buf patches himself.
>
Apologies for missing your ping!

Please feel free to take this via drm-misc, with my
Acked-by: Sumit Semwal <sumit.sem...@linaro.org>

> Alex
>
>> -Daniel
Best,
Sumit.
>>
>> >
>> > Christian König (3):
>> >   dma-buf: dma_fence_put is NULL safe
>> >   dma-buf: add reservation_object_copy_fences
>> >   dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
>> >
>> >  drivers/dma-buf/reservation.c | 97
>> +--
>> >  include/linux/reservation.h   |  3 ++
>> >  2 files changed, 78 insertions(+), 22 deletions(-)
>> >
>> > --
>> > 2.5.5
>> >
>> > ___
>> > dri-devel mailing list
>> > dri-devel@lists.freedesktop.org
>> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
>>
>> --
>> Daniel Vetter
>> Software Engineer, Intel Corporation
>> http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


RE: [PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-08 Thread Deucher, Alexander
> -Original Message-
> From: Daniel Vetter [mailto:daniel.vet...@ffwll.ch] On Behalf Of Daniel
> Vetter
> Sent: Tuesday, August 08, 2017 7:57 AM
> To: Alex Deucher
> Cc: amd-...@lists.freedesktop.org; dri-devel@lists.freedesktop.org;
> sumit.sem...@linaro.org; Koenig, Christian; Deucher, Alexander
> Subject: Re: [PATCH 0/3] dma-buf changes for ttm and amdgpu
> 
> On Mon, Aug 07, 2017 at 05:32:20PM -0400, Alex Deucher wrote:
> > We have some changes in ttm and amdgpu that depend on these patches.
> > Sumit, can you pull these in via dma-buf or should I roll them up
> > through my amdgpu tree?
> 
> We could just throw them all into drm-misc too, that's kinda what it's for
> (dma-buf doesn't exist anymore, all the dma-buf stuff is in drm-misc now).
> And you have commit rights for that even :-)

Yeah, I just didn't want to step on Sumit's toes in case he preferred to handle 
dma-buf patches himself.

Alex

> -Daniel
> 
> >
> > Christian König (3):
> >   dma-buf: dma_fence_put is NULL safe
> >   dma-buf: add reservation_object_copy_fences
> >   dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
> >
> >  drivers/dma-buf/reservation.c | 97
> +--
> >  include/linux/reservation.h   |  3 ++
> >  2 files changed, 78 insertions(+), 22 deletions(-)
> >
> > --
> > 2.5.5
> >
> > ___
> > dri-devel mailing list
> > dri-devel@lists.freedesktop.org
> > https://lists.freedesktop.org/mailman/listinfo/dri-devel
> 
> --
> Daniel Vetter
> Software Engineer, Intel Corporation
> http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-08 Thread Daniel Vetter
On Mon, Aug 07, 2017 at 05:32:20PM -0400, Alex Deucher wrote:
> We have some changes in ttm and amdgpu that depend on these patches.
> Sumit, can you pull these in via dma-buf or should I roll them up
> through my amdgpu tree?

We could just throw them all into drm-misc too, that's kinda what it's for
(dma-buf doesn't exist anymore, all the dma-buf stuff is in drm-misc now).
And you have commit rights for that even :-)
-Daniel

> 
> Christian König (3):
>   dma-buf: dma_fence_put is NULL safe
>   dma-buf: add reservation_object_copy_fences
>   dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2
> 
>  drivers/dma-buf/reservation.c | 97 
> +--
>  include/linux/reservation.h   |  3 ++
>  2 files changed, 78 insertions(+), 22 deletions(-)
> 
> -- 
> 2.5.5
> 
> ___
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

-- 
Daniel Vetter
Software Engineer, Intel Corporation
http://blog.ffwll.ch
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


Re: [PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-08 Thread Christian König
Sorry, I wanted to ping once more on those patch but completely forgot 
about it.


Thanks Alex for picking this up once more,
Christian.

Am 07.08.2017 um 23:32 schrieb Alex Deucher:

We have some changes in ttm and amdgpu that depend on these patches.
Sumit, can you pull these in via dma-buf or should I roll them up
through my amdgpu tree?

Christian König (3):
   dma-buf: dma_fence_put is NULL safe
   dma-buf: add reservation_object_copy_fences
   dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2

  drivers/dma-buf/reservation.c | 97 +--
  include/linux/reservation.h   |  3 ++
  2 files changed, 78 insertions(+), 22 deletions(-)



___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[PATCH 0/3] dma-buf changes for ttm and amdgpu

2017-08-07 Thread Alex Deucher
We have some changes in ttm and amdgpu that depend on these patches.
Sumit, can you pull these in via dma-buf or should I roll them up
through my amdgpu tree?

Christian König (3):
  dma-buf: dma_fence_put is NULL safe
  dma-buf: add reservation_object_copy_fences
  dma-buf: fix reservation_object_wait_timeout_rcu to wait correctly v2

 drivers/dma-buf/reservation.c | 97 +--
 include/linux/reservation.h   |  3 ++
 2 files changed, 78 insertions(+), 22 deletions(-)

-- 
2.5.5

___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel