Re: [PATCH 01/10] drm/mediatek: Add interface to allocate MediaTek GEM buffer.

2023-10-03 Thread 林睿祥

Re: [PATCH 01/10] drm/mediatek: Add interface to allocate MediaTek GEM buffer.

2023-10-03 Thread Jeffrey Kardatzke
You can remove the DRIVER_RENDER flag from this patchset. That should not be upstreamed. The IOCTLs are still needed though because of the flag for allocating a secure surface that is in the next patch. If that flag wasn't needed, then dumb buffer allocations could be used instead. Thanks, Jeff Ka

[PATCH 01/10] drm/mediatek: Add interface to allocate MediaTek GEM buffer.

2023-09-18 Thread Jason-JH . Lin
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 Signed-off-by: Jason-JH.Lin Reviewed-by: Daniel Kurtz