Message ID | 20230803165238.8798-1-dakr@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | Nouveau VM_BIND UAPI & DRM GPUVA Manager (merged) | expand |
On Fri, 4 Aug 2023 at 02:52, Danilo Krummrich <dakr@redhat.com> wrote: > > This patch series provides a new UAPI for the Nouveau driver in order to > support Vulkan features, such as sparse bindings and sparse residency. > Now that Faith has reviewed the uAPI and userspace work, I think we should try and steer this in. I think the only thing I see is the SPDX + MIT header in some places, I think we can drop the MIT bits where SPDX is there, and leave copyright and authorship (if you like), personally I've been leaving authorship up to git, as it saves trouble with people randomly emailing you about things you wrote 10 years ago. Otherwise for the series: Reviewed-by: Dave Airlie <airlied@redhat.com> Dave.
On Thu, Aug 3, 2023 at 4:45 PM Dave Airlie <airlied@gmail.com> wrote: > On Fri, 4 Aug 2023 at 02:52, Danilo Krummrich <dakr@redhat.com> wrote: > > > > This patch series provides a new UAPI for the Nouveau driver in order to > > support Vulkan features, such as sparse bindings and sparse residency. > > > > Now that Faith has reviewed the uAPI and userspace work, I think we > should try and steer this in. > > I think the only thing I see is the SPDX + MIT header in some places, > I think we can drop the MIT bits where SPDX is there, and leave > copyright and authorship (if you like), personally I've been leaving > authorship up to git, as it saves trouble with people randomly > emailing you about things you wrote 10 years ago. > > Otherwise for the series: > Reviewed-by: Dave Airlie <airlied@redhat.com> > FYI: There's a small, easily resolved conflict with the uapi fixup patch. I don't care too much which goes in first but I'd like both to land before I merge NVK so I don't have to deal with a nouveau_deprecated.h. ~Faith > Dave. >