[PATCH] drm/rockchip: respect CONFIG_DRM_FBDEV_EMULATION

2016-01-21 Thread Daniel Vetter
On Thu, Jan 21, 2016 at 01:53:46PM +, John Keeping wrote: > If DRM_FBDEV_EMULATION is not selected in the config then we should not > setup a framebuffer console. It should just magically work, and this patch here just removes a bit more dead code in the rockchip driver itself that's not neede

[PATCH] drm/rockchip: respect CONFIG_DRM_FBDEV_EMULATION

2016-01-21 Thread John Keeping
If DRM_FBDEV_EMULATION is not selected in the config then we should not setup a framebuffer console. Signed-off-by: John Keeping --- drivers/gpu/drm/rockchip/Makefile | 3 ++- drivers/gpu/drm/rockchip/rockchip_drm_fbdev.h | 11 +++ 2 files changed, 13 insertions(+), 1 deleti