Re: [RFC 8/9] drm/client: Add drm_client_init_from_id() and drm_client_modeset_set()

2020-02-23 Thread Daniel Vetter
On Sun, Feb 23, 2020 at 6:43 PM Noralf Trønnes wrote: > Den 17.02.2020 10.38, skrev Daniel Vetter: > > On Sun, Feb 16, 2020 at 06:21:16PM +0100, Noralf Trønnes wrote: > >> drm_client_init_from_id() provides a way for clients to add a client based > >> on the minor. drm_client_modeset_set()

Re: [RFC 8/9] drm/client: Add drm_client_init_from_id() and drm_client_modeset_set()

2020-02-23 Thread Noralf Trønnes
Den 17.02.2020 10.38, skrev Daniel Vetter: > On Sun, Feb 16, 2020 at 06:21:16PM +0100, Noralf Trønnes wrote: >> drm_client_init_from_id() provides a way for clients to add a client based >> on the minor. drm_client_modeset_set() provides a way to set the modeset >> for clients that handles

Re: [RFC 8/9] drm/client: Add drm_client_init_from_id() and drm_client_modeset_set()

2020-02-17 Thread Daniel Vetter
On Sun, Feb 16, 2020 at 06:21:16PM +0100, Noralf Trønnes wrote: > drm_client_init_from_id() provides a way for clients to add a client based > on the minor. drm_client_modeset_set() provides a way to set the modeset > for clients that handles connectors and display mode on their own. > >

[RFC 8/9] drm/client: Add drm_client_init_from_id() and drm_client_modeset_set()

2020-02-16 Thread Noralf Trønnes
drm_client_init_from_id() provides a way for clients to add a client based on the minor. drm_client_modeset_set() provides a way to set the modeset for clients that handles connectors and display mode on their own. Signed-off-by: Noralf Trønnes --- drivers/gpu/drm/drm_client.c | 37