Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-21 Thread Christian König
Am 21.06.2018 um 08:30 schrieb Daniel Vetter: On Thu, Jun 21, 2018 at 8:26 AM, Daniel Vetter wrote: On Wed, Jun 20, 2018 at 4:21 PM, Christian König wrote: Am 20.06.2018 um 16:04 schrieb Christian König: Am 20.06.2018 um 14:52 schrieb Daniel Vetter: On Wed, Jun 20, 2018 at 2:46 PM,

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-21 Thread Daniel Vetter
On Thu, Jun 21, 2018 at 8:26 AM, Daniel Vetter wrote: > On Wed, Jun 20, 2018 at 4:21 PM, Christian König > wrote: >> Am 20.06.2018 um 16:04 schrieb Christian König: >>> >>> Am 20.06.2018 um 14:52 schrieb Daniel Vetter: On Wed, Jun 20, 2018 at 2:46 PM, Christian König wrote: >

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-21 Thread Daniel Vetter
On Wed, Jun 20, 2018 at 4:21 PM, Christian König wrote: > Am 20.06.2018 um 16:04 schrieb Christian König: >> >> Am 20.06.2018 um 14:52 schrieb Daniel Vetter: >>> >>> On Wed, Jun 20, 2018 at 2:46 PM, Christian König >>> wrote: [SNIP] > > Go ahead, that's the point of commit

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-20 Thread Christian König
Am 20.06.2018 um 16:04 schrieb Christian König: Am 20.06.2018 um 14:52 schrieb Daniel Vetter: On Wed, Jun 20, 2018 at 2:46 PM, Christian König wrote: [SNIP] Go ahead, that's the point of commit rights. dim might complain if you cherry picked them and didn't pick them up using dim apply

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-20 Thread Christian König
Am 20.06.2018 um 14:52 schrieb Daniel Vetter: On Wed, Jun 20, 2018 at 2:46 PM, Christian König wrote: [SNIP] Go ahead, that's the point of commit rights. dim might complain if you cherry picked them and didn't pick them up using dim apply though ... I've fixed up the Link tags, but when I

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-20 Thread Daniel Vetter
On Wed, Jun 20, 2018 at 2:46 PM, Christian König wrote: > Am 19.06.2018 um 17:35 schrieb Daniel Vetter: >> >> On Tue, Jun 19, 2018 at 4:47 PM, Christian König >> wrote: >>> >>> Am 18.06.2018 um 10:18 schrieb Daniel Vetter: On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-20 Thread Christian König
Am 19.06.2018 um 17:35 schrieb Daniel Vetter: On Tue, Jun 19, 2018 at 4:47 PM, Christian König wrote: Am 18.06.2018 um 10:18 schrieb Daniel Vetter: On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König wrote: Neither used nor correctly implemented anywhere. Just completely remove the

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-20 Thread Christian König
Am 20.06.2018 um 08:10 schrieb Sumit Semwal: Hi Christian, On Tue, 19 Jun 2018 at 20:17, Christian König wrote: Am 18.06.2018 um 10:18 schrieb Daniel Vetter: On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König wrote: Neither used nor correctly implemented anywhere. Just completely

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-20 Thread Sumit Semwal
Hi Christian, On Tue, 19 Jun 2018 at 20:17, Christian König wrote: > > Am 18.06.2018 um 10:18 schrieb Daniel Vetter: > > On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König wrote: > >> Neither used nor correctly implemented anywhere. Just completely remove > >> the interface. > >> > >>

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-19 Thread Daniel Vetter
On Tue, Jun 19, 2018 at 4:47 PM, Christian König wrote: > Am 18.06.2018 um 10:18 schrieb Daniel Vetter: >> >> On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König wrote: >>> >>> Neither used nor correctly implemented anywhere. Just completely remove >>> the interface. >>> >>> Signed-off-by:

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-19 Thread Christian König
Am 18.06.2018 um 10:18 schrieb Daniel Vetter: On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König wrote: Neither used nor correctly implemented anywhere. Just completely remove the interface. Signed-off-by: Christian König I wonder whether we can nuke the normal kmap stuff too ...

Re: [PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-18 Thread Daniel Vetter
On Fri, Jun 01, 2018 at 02:00:17PM +0200, Christian König wrote: > Neither used nor correctly implemented anywhere. Just completely remove > the interface. > > Signed-off-by: Christian König I wonder whether we can nuke the normal kmap stuff too ... everyone seems to want/use the vmap stuff for

[PATCH 2/5] dma-buf: remove kmap_atomic interface

2018-06-01 Thread Christian König
Neither used nor correctly implemented anywhere. Just completely remove the interface. Signed-off-by: Christian König --- drivers/dma-buf/dma-buf.c | 44 -- drivers/gpu/drm/amd/amdgpu/amdgpu_prime.c | 2 -