Re: [EXTERNAL] Re: [PATCH v5 03/17] drm/imagination/uapi: Add PowerVR driver UAPI

2023-08-18 Thread Sarah Walker
On Thu, 2023-08-17 at 19:43 -0500, Faith Ekstrand wrote: > On Wed, Aug 16, 2023 at 3:26 AM Sarah Walker wrote: > > > > +/** > > + * struct drm_pvr_dev_query_runtime_info - Container used to fetch > > information > > + * about the graphics runtime. > > + * > > + * When fetching this type &struct

Re: [PATCH v5 03/17] drm/imagination/uapi: Add PowerVR driver UAPI

2023-08-17 Thread Faith Ekstrand
On Wed, Aug 16, 2023 at 3:26 AM Sarah Walker wrote: > Add the UAPI implementation for the PowerVR driver. > > Changes from v4 : > - Remove CREATE_ZEROED flag for BO creation (all buffers are now zeroed) > > Co-developed-by: Frank Binns > Signed-off-by: Frank Binns > Co-developed-by: Boris Brezi

[PATCH v5 03/17] drm/imagination/uapi: Add PowerVR driver UAPI

2023-08-16 Thread Sarah Walker
Add the UAPI implementation for the PowerVR driver. Changes from v4 : - Remove CREATE_ZEROED flag for BO creation (all buffers are now zeroed) Co-developed-by: Frank Binns Signed-off-by: Frank Binns Co-developed-by: Boris Brezillon Signed-off-by: Boris Brezillon Co-developed-by: Matt Coster