Re: [PATCH] drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.

2018-09-18 Thread Daniel Vetter
On Tue, Sep 18, 2018 at 04:20:18PM +1000, Dave Airlie wrote: > From: Dave Airlie > > vgem seems to oops on the intel CI due to the vgem debugfs init > hitting this path now. > > Check if we have mode_config funcs before checking one. > > Signed-off-by: Dave Airlie I thought Dave would apply,

[PATCH] drm: fix drm_drv_uses_atomic_modeset on non modesetting drivers.

2018-09-17 Thread Dave Airlie
From: Dave Airlie vgem seems to oops on the intel CI due to the vgem debugfs init hitting this path now. Check if we have mode_config funcs before checking one. Signed-off-by: Dave Airlie --- include/drm/drm_drv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm