Re: [PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-06-20 Thread Serge Semin
Hello Sean, On Tue, Jun 18, 2019 at 03:52:04PM -0400, Sean Paul wrote: > On Mon, Jun 17, 2019 at 04:47:30PM +0300, Serge Semin wrote: > > Hello folks, > > > > Any updates of this patch status? It has been here for about two months. > > > > Sorry for the mixup, looks like this one just fell thro

Re: [PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-06-18 Thread Sean Paul
On Mon, Jun 17, 2019 at 04:47:30PM +0300, Serge Semin wrote: > Hello folks, > > Any updates of this patch status? It has been here for about two months. > Sorry for the mixup, looks like this one just fell through the cracks. I've applied it to drm-misc-next with the attached Ack and Review. Se

Re: [PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-06-17 Thread Serge Semin
Hello folks, Any updates of this patch status? It has been here for about two months. Regards, -Sergey On Tue, Apr 23, 2019 at 03:31:22PM +0300, Serge Semin wrote: > Since commit 4b050ba7a66c ("MIPS: pgtable.h: Implement the > pgprot_writecombine function for MIPS") and commit c4687b15a848 ("MIP

Re: [PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-04-24 Thread Paul Burton
Hi Serge, On Tue, Apr 23, 2019 at 03:31:22PM +0300, Serge Semin wrote: > Since commit 4b050ba7a66c ("MIPS: pgtable.h: Implement the > pgprot_writecombine function for MIPS") and commit c4687b15a848 ("MIPS: Fix > definition of pgprot_writecombine()") write-combine vma mapping is > available to be u

[PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-04-24 Thread Serge Semin
Since commit 4b050ba7a66c ("MIPS: pgtable.h: Implement the pgprot_writecombine function for MIPS") and commit c4687b15a848 ("MIPS: Fix definition of pgprot_writecombine()") write-combine vma mapping is available to be used by kernel subsystems for MIPS. In particular the uncached accelerated attrib

Re: [PATCH] drm: Permit video-buffers writecombine mapping for MIPS

2019-04-23 Thread Koenig, Christian
Am 23.04.19 um 14:31 schrieb Serge Semin: > Since commit 4b050ba7a66c ("MIPS: pgtable.h: Implement the > pgprot_writecombine function for MIPS") and commit c4687b15a848 ("MIPS: Fix > definition of pgprot_writecombine()") write-combine vma mapping is > available to be used by kernel subsystems for M