[RFC v2 0/6] drm: fb emulation: Step 2: Create a fbdev emulation config option

2015-07-13 Thread Archit Taneja
This provides a uniform interface to enable/disable legacy fbdev support for modesetting drivers. DRM_FBDEV_EMULATION is made available in the top level drm Kconfig. A driver that wants fbdev emulation using drm_fb_helper can enable this option. Apart from 5 drivers (msm, tegra, imx, sti, i915),

[RFC v2 0/6] drm: fb emulation: Step 2: Create a fbdev emulation config option

2015-07-13 Thread Daniel Vetter
On Mon, Jul 13, 2015 at 12:12:05PM +0530, Archit Taneja wrote: > This provides a uniform interface to enable/disable legacy fbdev support > for modesetting drivers. > > DRM_FBDEV_EMULATION is made available in the top level drm Kconfig. A > driver that wants fbdev emulation using drm_fb_helper