mbox series

[v4,0/1] drm/fb-helper: Move modesetting code to drm_client

Message ID 20190425083135.6751-1-noralf@tronnes.org (mailing list archive)
Headers show
Series drm/fb-helper: Move modesetting code to drm_client | expand

Message

Noralf Trønnes April 25, 2019, 8:31 a.m. UTC
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.

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(-)

Comments

Daniel Vetter April 25, 2019, 9:25 a.m. UTC | #1
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
Noralf Trønnes April 25, 2019, 11:56 a.m. UTC | #2
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
> 
> 
>