[PATCH v9 14/14] drm/mediatek: Add interface to allocate Mediatek GEM buffer.

2016-01-13 Thread Philipp Zabel
Am Dienstag, den 12.01.2016, 23:40 +0100 schrieb Daniel Vetter: > On Tue, Jan 12, 2016 at 11:02 PM, Rob Herring wrote: > > On Tue, Jan 12, 2016 at 9:15 AM, Philipp Zabel > > wrote: > >> From: CK Hu > >> > >> Add an interface to allocate Mediatek GEM buffers, allow the IOCTLs > >> to be used by

[PATCH v9 14/14] drm/mediatek: Add interface to allocate Mediatek GEM buffer.

2016-01-12 Thread Daniel Vetter
On Tue, Jan 12, 2016 at 11:02 PM, Rob Herring wrote: > On Tue, Jan 12, 2016 at 9:15 AM, Philipp Zabel > wrote: >> From: CK Hu >> >> Add an interface to allocate Mediatek GEM buffers, allow the IOCTLs >> to be used by render nodes. >> This patch also sets the RENDER driver feature. > > But it sh

[PATCH v9 14/14] drm/mediatek: Add interface to allocate Mediatek GEM buffer.

2016-01-12 Thread Philipp Zabel
From: CK Hu Add an interface to allocate Mediatek GEM buffers, allow the IOCTLs to be used by render nodes. This patch also sets the RENDER driver feature. Signed-off-by: CK Hu Signed-off-by: Nicolas Boichat Signed-off-by: Philipp Zabel --- drivers/gpu/drm/mediatek/mtk_drm_drv.c | 13 +++

[PATCH v9 14/14] drm/mediatek: Add interface to allocate Mediatek GEM buffer.

2016-01-12 Thread Rob Herring
On Tue, Jan 12, 2016 at 9:15 AM, Philipp Zabel wrote: > From: CK Hu > > Add an interface to allocate Mediatek GEM buffers, allow the IOCTLs > to be used by render nodes. > This patch also sets the RENDER driver feature. But it should not a be render node unless it has a GPU AFAIK. Then again, I

[PATCH v9 14/14] drm/mediatek: Add interface to allocate Mediatek GEM buffer.

2016-01-12 Thread Frank Binns
Hi Philipp, Comments below. On 12/01/16 15:15, Philipp Zabel wrote: > From: CK Hu > > Add an interface to allocate Mediatek GEM buffers, allow the IOCTLs > to be used by render nodes. > This patch also sets the RENDER driver feature. > > Signed-off-by: CK Hu > Signed-off-by: Nicolas Boichat >