Message ID | 20210421204804.589962-1-hdegoede@redhat.com (mailing list archive) |
---|---|
Headers | show |
Series | drm: Add privacy-screen class and connector properties | expand |
Hi, On Wednesday, April 21st, 2021 at 10:47 PM, Hans de Goede <hdegoede@redhat.com> wrote: > There now is GNOME userspace code using the new properties: > https://hackmd.io/@3v1n0/rkyIy3BOw Thanks for working on this. Can these patches be submitted as merge requests against the upstream projects? It would be nice to get some feedback from the maintainers, and be able to easily leave some comments there as well. Thanks, Simon
Hi, On 4/22/21 10:51 AM, Simon Ser wrote: > Hi, > > On Wednesday, April 21st, 2021 at 10:47 PM, Hans de Goede <hdegoede@redhat.com> wrote: > >> There now is GNOME userspace code using the new properties: >> https://hackmd.io/@3v1n0/rkyIy3BOw > > Thanks for working on this. > > Can these patches be submitted as merge requests against the upstream > projects? It would be nice to get some feedback from the maintainers, > and be able to easily leave some comments there as well. I guess Marco was waiting for the kernel bits too land before submitting these, but I agree that it would probably be good to have these submitted now, we can mark them as WIP to avoid them getting merged before the kernel side is finalized. Marco, can you take care of submitting WIP merge-reqs for these? Regards, Hans
On Thursday, April 22nd, 2021 at 10:54 AM, Hans de Goede <hdegoede@redhat.com> wrote: > I guess Marco was waiting for the kernel bits too land before submitting these, > but I agree that it would probably be good to have these submitted now, we > can mark them as WIP to avoid them getting merged before the kernel side > is finalized. Yes, this is how it should be done, see [1]. In particular: > The userspace side must be fully reviewed and tested to the standards > of that userspace project. And yeah, the user-space side still can't be merged before the kernel side: > The kernel patch can only be merged after all the above requirements > are met, but it must be merged to either drm-next or drm-misc-next > before the userspace patches land. [1]: https://dri.freedesktop.org/docs/drm/gpu/drm-uapi.html#open-source-userspace-requirements
Hi, >>> There now is GNOME userspace code using the new properties: >>> https://hackmd.io/@3v1n0/rkyIy3BOw >> >> Thanks for working on this. >> >> Can these patches be submitted as merge requests against the upstream >> projects? It would be nice to get some feedback from the maintainers, >> and be able to easily leave some comments there as well. FYI, I've discussed with other uptream developers about these while doing them, and afterwards on how to improve them. > I guess Marco was waiting for the kernel bits too land before > submitting these, > but I agree that it would probably be good to have these submitted > now, we > can mark them as WIP to avoid them getting merged before the kernel side > is finalized. I'll submit them in the next days once I'm done with the refactor I've in mind, and will notify the list. And for sure we can keep them in WIP till the final bits aren't completed. Cheers
Hello Hans, Marco, et al, On Tue, Apr 27, 2021 at 10:03 AM Marco Trevisan <marco.trevisan@canonical.com> wrote: > > Hi, > > >>> There now is GNOME userspace code using the new properties: > >>> https://hackmd.io/@3v1n0/rkyIy3BOw > >> > >> Thanks for working on this. > >> > >> Can these patches be submitted as merge requests against the upstream > >> projects? It would be nice to get some feedback from the maintainers, > >> and be able to easily leave some comments there as well. > > FYI, I've discussed with other uptream developers about these while > doing them, and afterwards on how to improve them. > > > I guess Marco was waiting for the kernel bits too land before > > submitting these, > > but I agree that it would probably be good to have these submitted > > now, we > > can mark them as WIP to avoid them getting merged before the kernel side > > is finalized. > > I'll submit them in the next days once I'm done with the refactor I've > in mind, and will notify the list. Any updates on the privacy-screen patchset? Can Hans' patchset be accepted upstream now? Thanks, Rajat > > And for sure we can keep them in WIP till the final bits aren't completed. > > Cheers
Hi Rajat, The merge proposals are now in place after discussing a bit more with upstream: - https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/merge_requests/49 - https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1952 - https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1032 This is all implemented and working for the wayland backend, for X11 I'm looking at it right now, even though it seems that we don't get any RRScreenChangeNotify on hotkey changes, and monitoring udev directly seems overkill. Anything should be adjusted at lower levels? Cheers On lug 13 2021, at 9:25 pm, Rajat Jain <rajatja@google.com> wrote: > Hello Hans, Marco, et al, > > On Tue, Apr 27, 2021 at 10:03 AM Marco Trevisan > <marco.trevisan@canonical.com> wrote: >> >> Hi, >> >> >>> There now is GNOME userspace code using the new properties: >> >>> https://hackmd.io/@3v1n0/rkyIy3BOw >> >> >> >> Thanks for working on this. >> >> >> >> Can these patches be submitted as merge requests against the upstream >> >> projects? It would be nice to get some feedback from the maintainers, >> >> and be able to easily leave some comments there as well. >> >> FYI, I've discussed with other uptream developers about these while >> doing them, and afterwards on how to improve them. >> >> > I guess Marco was waiting for the kernel bits too land before >> > submitting these, >> > but I agree that it would probably be good to have these submitted >> > now, we >> > can mark them as WIP to avoid them getting merged before the kernel side >> > is finalized. >> >> I'll submit them in the next days once I'm done with the refactor I've >> in mind, and will notify the list. > > Any updates on the privacy-screen patchset? Can Hans' patchset be > accepted upstream now? > > Thanks, > > Rajat > >> >> And for sure we can keep them in WIP till the final bits aren't completed. >> >> Cheers >
Hello DRM / GPU maintainers, On Tue, Aug 3, 2021 at 8:20 AM Marco Trevisan <marco.trevisan@canonical.com> wrote: > > Hi Rajat, > > The merge proposals are now in place after discussing a bit more with upstream: > > - https://gitlab.gnome.org/GNOME/gsettings-desktop-schemas/-/merge_requests/49 > - https://gitlab.gnome.org/GNOME/mutter/-/merge_requests/1952 > - https://gitlab.gnome.org/GNOME/gnome-control-center/-/merge_requests/1032 It seems that the subject kernel patch series (privacy screen support) from Hans, has now satisfied all the requirements that were needed for it to be accepted upstream, and there aren't any open comments that need to be addressed. I was wondering when would it be applied to the upstream kernel? Thanks, Rajat > > This is all implemented and working for the wayland backend, for X11 I'm > looking at it right now, even though it seems that we don't get any > RRScreenChangeNotify on hotkey changes, and monitoring udev directly > seems overkill. Anything should be adjusted at lower levels? > > Cheers > > On lug 13 2021, at 9:25 pm, Rajat Jain <rajatja@google.com> wrote: > > > Hello Hans, Marco, et al, > > > > On Tue, Apr 27, 2021 at 10:03 AM Marco Trevisan > > <marco.trevisan@canonical.com> wrote: > >> > >> Hi, > >> > >> >>> There now is GNOME userspace code using the new properties: > >> >>> https://hackmd.io/@3v1n0/rkyIy3BOw > >> >> > >> >> Thanks for working on this. > >> >> > >> >> Can these patches be submitted as merge requests against the upstream > >> >> projects? It would be nice to get some feedback from the maintainers, > >> >> and be able to easily leave some comments there as well. > >> > >> FYI, I've discussed with other uptream developers about these while > >> doing them, and afterwards on how to improve them. > >> > >> > I guess Marco was waiting for the kernel bits too land before > >> > submitting these, > >> > but I agree that it would probably be good to have these submitted > >> > now, we > >> > can mark them as WIP to avoid them getting merged before the kernel side > >> > is finalized. > >> > >> I'll submit them in the next days once I'm done with the refactor I've > >> in mind, and will notify the list. > > > > Any updates on the privacy-screen patchset? Can Hans' patchset be > > accepted upstream now? > > > > Thanks, > > > > Rajat > > > >> > >> And for sure we can keep them in WIP till the final bits aren't completed. > >> > >> Cheers > >