Message ID | 20190425083135.6751-1-noralf@tronnes.org (mailing list archive) |
---|---|
Headers | show |
Series | drm/fb-helper: Move modesetting code to drm_client | expand |
On Thu, Apr 25, 2019 at 10:31 AM Noralf Trønnes <noralf@tronnes.org> wrote: > > The Intel CI [1] was not happy with the previous version and I don't > know which part it didn't like. So I'll split up the series and feed it > piece by piece until I know where the problem is. You can also send stuff to intel-gfx-trybot@lists.fd.o for test runs that you don't want the world to see (it's still public, but no one looks really). -Daniel > > Noralf. > > [1] https://patchwork.freedesktop.org/series/58597/ > > Noralf Trønnes (1): > drm/fb-helper: Avoid race with DRM userspace > > drivers/gpu/drm/drm_auth.c | 20 ++++++++ > drivers/gpu/drm/drm_fb_helper.c | 90 ++++++++++++++++----------------- > drivers/gpu/drm/drm_internal.h | 2 + > 3 files changed, 67 insertions(+), 45 deletions(-) > > -- > 2.20.1 > > _______________________________________________ > Intel-gfx mailing list > Intel-gfx@lists.freedesktop.org > https://lists.freedesktop.org/mailman/listinfo/intel-gfx
Den 25.04.2019 11.25, skrev Daniel Vetter: > On Thu, Apr 25, 2019 at 10:31 AM Noralf Trønnes <noralf@tronnes.org> wrote: >> >> The Intel CI [1] was not happy with the previous version and I don't >> know which part it didn't like. So I'll split up the series and feed it >> piece by piece until I know where the problem is. > > You can also send stuff to intel-gfx-trybot@lists.fd.o for test runs > that you don't want the world to see (it's still public, but no one > looks really). Thanks, that's a better solution. Noralf. > -Daniel > >> >> Noralf. >> >> [1] https://patchwork.freedesktop.org/series/58597/ >> >> Noralf Trønnes (1): >> drm/fb-helper: Avoid race with DRM userspace >> >> drivers/gpu/drm/drm_auth.c | 20 ++++++++ >> drivers/gpu/drm/drm_fb_helper.c | 90 ++++++++++++++++----------------- >> drivers/gpu/drm/drm_internal.h | 2 + >> 3 files changed, 67 insertions(+), 45 deletions(-) >> >> -- >> 2.20.1 >> >> _______________________________________________ >> Intel-gfx mailing list >> Intel-gfx@lists.freedesktop.org >> https://lists.freedesktop.org/mailman/listinfo/intel-gfx > > >