2023-10-03 18:09:33

by Jeffrey Kardatzke

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

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 Kardatzke


2023-10-04 02:46:42

by Jason-JH.Lin

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

On Tue, 2023-10-03 at 11:09 -0700, Jeffrey Kardatzke wrote:
>
> External email : Please do not click links or open attachments until
> you have verified the sender or the content.
> 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 Kardatzke

OK, Ill remove DRIVER_RENDER flag in the next version. Thanks!

Regards,
Jason-JH.Lin