Re: [PATCH] drm/client: Fix: drm_client_new: Don't require DRM to be registered

2018-07-12 Thread Icenowy Zheng
在 2018-07-11三的 17:56 +0200,Noralf Trønnes写道: > Commit 894a677f4b3e ("drm/cma-helper: Use the generic fbdev > emulation") > broke almost all drivers that use the CMA helper. > > The reason is that drm_client_new() requires that the DRM device has > been registered, but the drivers register fbdev

Re: [PATCH] drm/client: Fix: drm_client_new: Don't require DRM to be registered

2018-07-11 Thread Noralf Trønnes
Den 11.07.2018 20.53, skrev Daniel Vetter: On Wed, Jul 11, 2018 at 8:21 PM, Noralf Trønnes wrote: Den 11.07.2018 20.00, skrev Daniel Vetter: On Wed, Jul 11, 2018 at 05:56:32PM +0200, Noralf Trønnes wrote: Commit 894a677f4b3e ("drm/cma-helper: Use the generic fbdev emulation") broke almost

Re: [PATCH] drm/client: Fix: drm_client_new: Don't require DRM to be registered

2018-07-11 Thread Daniel Vetter
On Wed, Jul 11, 2018 at 8:21 PM, Noralf Trønnes wrote: > > Den 11.07.2018 20.00, skrev Daniel Vetter: >> >> On Wed, Jul 11, 2018 at 05:56:32PM +0200, Noralf Trønnes wrote: >>> >>> Commit 894a677f4b3e ("drm/cma-helper: Use the generic fbdev emulation") >>> broke almost all drivers that use the CMA

Re: [PATCH] drm/client: Fix: drm_client_new: Don't require DRM to be registered

2018-07-11 Thread Noralf Trønnes
Den 11.07.2018 20.00, skrev Daniel Vetter: On Wed, Jul 11, 2018 at 05:56:32PM +0200, Noralf Trønnes wrote: Commit 894a677f4b3e ("drm/cma-helper: Use the generic fbdev emulation") broke almost all drivers that use the CMA helper. The reason is that drm_client_new() requires that the DRM device

Re: [PATCH] drm/client: Fix: drm_client_new: Don't require DRM to be registered

2018-07-11 Thread Daniel Vetter
On Wed, Jul 11, 2018 at 05:56:32PM +0200, Noralf Trønnes wrote: > Commit 894a677f4b3e ("drm/cma-helper: Use the generic fbdev emulation") > broke almost all drivers that use the CMA helper. > > The reason is that drm_client_new() requires that the DRM device has > been registered, but the drivers