Re: [PATCH v2 2/8] drm: Add drm_device->fbdev pointer

2017-10-17 Thread Daniel Vetter
On Sun, Oct 15, 2017 at 06:30:36PM +0200, Noralf Trønnes wrote: > drm_fb_helper is *the* way of doing fbdev emulation so add a pointer to > struct drm_device. This makes it possible to add callback helpers for > .last_close and .output_poll_changed further reducing fbdev emulation > footprint in dr

[PATCH v2 2/8] drm: Add drm_device->fbdev pointer

2017-10-15 Thread Noralf Trønnes
drm_fb_helper is *the* way of doing fbdev emulation so add a pointer to struct drm_device. This makes it possible to add callback helpers for .last_close and .output_poll_changed further reducing fbdev emulation footprint in drivers. Signed-off-by: Noralf Trønnes --- include/drm/drm_device.h | 8