Re: [PATCH v2 2/6] drm/modeset-helper: Add simple modeset suspend/resume helpers

2017-11-06 Thread kbuild test robot
Hi Noralf, I love your patch! Yet something to improve: [auto build test ERROR on drm/drm-next] [also build test ERROR on v4.14-rc8 next-20171106] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux/commits

[PATCH v2 2/6] drm/modeset-helper: Add simple modeset suspend/resume helpers

2017-11-06 Thread Noralf Trønnes
Add drm_mode_config_helper_suspend/resume() which takes care of atomic modeset suspend/resume for simple use cases. The suspend state is stored in struct drm_mode_config. Signed-off-by: Noralf Trønnes Reviewed-by: Daniel Vetter --- drivers/gpu/drm/drm_modeset_helper.c | 76 +