[PATCH 00/25] drm: fb emulation: Step 1: Create new drm_fb_helper wrapper funcs

2015-07-13 Thread Daniel Vetter
On Mon, Jul 13, 2015 at 03:59:25PM +0530, Archit Taneja wrote: > > > On 07/13/2015 01:37 PM, Daniel Vetter wrote: > >On Mon, Jul 13, 2015 at 12:07:56PM +0530, Archit Taneja wrote: > >>DRM drivers using drm_fb_helpers still call some fbdev core functions. > >>This makes the driver depend on CONFIG

[PATCH 00/25] drm: fb emulation: Step 1: Create new drm_fb_helper wrapper funcs

2015-07-13 Thread Archit Taneja
On 07/13/2015 01:37 PM, Daniel Vetter wrote: > On Mon, Jul 13, 2015 at 12:07:56PM +0530, Archit Taneja wrote: >> DRM drivers using drm_fb_helpers still call some fbdev core functions. >> This makes the driver depend on CONFIG_FB, resulting in complicated >> Kconfig options, and preventing us from

[PATCH 00/25] drm: fb emulation: Step 1: Create new drm_fb_helper wrapper funcs

2015-07-13 Thread Archit Taneja
DRM drivers using drm_fb_helpers still call some fbdev core functions. This makes the driver depend on CONFIG_FB, resulting in complicated Kconfig options, and preventing us from creating a top level drm config option to enable/disable FBDEV emulation. Create new drm_fb_helper functions that repla

[PATCH 00/25] drm: fb emulation: Step 1: Create new drm_fb_helper wrapper funcs

2015-07-13 Thread Alex Deucher
On Mon, Jul 13, 2015 at 2:37 AM, Archit Taneja wrote: > DRM drivers using drm_fb_helpers still call some fbdev core functions. > This makes the driver depend on CONFIG_FB, resulting in complicated > Kconfig options, and preventing us from creating a top level drm config > option to enable/disable

[PATCH 00/25] drm: fb emulation: Step 1: Create new drm_fb_helper wrapper funcs

2015-07-13 Thread Daniel Vetter
On Mon, Jul 13, 2015 at 12:07:56PM +0530, Archit Taneja wrote: > DRM drivers using drm_fb_helpers still call some fbdev core functions. > This makes the driver depend on CONFIG_FB, resulting in complicated > Kconfig options, and preventing us from creating a top level drm config > option to enable/