Re: [PATCH v8 04/20] drm/imagination/uapi: Add PowerVR driver UAPI

2023-11-06 Thread Faith Ekstrand
On Tue, 2023-10-31 at 15:12 +, Sarah Walker wrote: > Add the UAPI implementation for the PowerVR driver. > > Changes from v7: > - Remove prefixes from DRM_PVR_BO_* flags > - Improve struct drm_pvr_ioctl_create_hwrt_dataset_args documentation > - Remove references to static area carveouts > - C

[PATCH v8 04/20] drm/imagination/uapi: Add PowerVR driver UAPI

2023-10-31 Thread Sarah Walker
Add the UAPI implementation for the PowerVR driver. Changes from v7: - Remove prefixes from DRM_PVR_BO_* flags - Improve struct drm_pvr_ioctl_create_hwrt_dataset_args documentation - Remove references to static area carveouts - CREATE_BO ioctl now returns an error if provided size isn't page align