From mboxrd@z Thu Jan 1 00:00:00 1970 From: Philipp Zabel Subject: Re: [RFC v2 4/4] drm/mediatek: Add DRM-based framebuffer device Date: Tue, 22 Sep 2015 12:35:14 +0200 Message-ID: <1442918114.3128.19.camel@pengutronix.de> References: <1442592722-29004-1-git-send-email-p.zabel@pengutronix.de> <1442592722-29004-5-git-send-email-p.zabel@pengutronix.de> <20150922092951.GD3383@phenom.ffwll.local> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20150922092951.GD3383-dv86pmgwkMBes7Z6vYuT8azUEOm+Xw19@public.gmane.org> Sender: devicetree-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: Daniel Vetter Cc: dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org, Mark Rutland , devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Paul Bolle , YT Shen , Jitao Shi , Pawel Moll , Ian Campbell , Cawa Cheng , Rob Herring , linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org, kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org, Kumar Gala , Matthias Brugger List-Id: devicetree@vger.kernel.org Hi Daniel, Am Dienstag, den 22.09.2015, 11:29 +0200 schrieb Daniel Vetter: > > diff --git a/drivers/gpu/drm/mediatek/Kconfig b/drivers/gpu/drm/mediatek/Kconfig > > index 5343cf1..fa581fb 100644 > > --- a/drivers/gpu/drm/mediatek/Kconfig > > +++ b/drivers/gpu/drm/mediatek/Kconfig > > @@ -14,3 +14,15 @@ config DRM_MEDIATEK > > This driver provides kernel mode setting and > > buffer management to userspace. > > > > +config DRM_MEDIATEK_FBDEV > > + bool "Enable legacy fbdev support for Mediatek DRM" > > + depends on DRM_MEDIATEK > > + select FB_SYS_FILLRECT > > + select FB_SYS_COPYAREA > > + select FB_SYS_IMAGEBLIT > > + select DRM_KMS_FB_HELPER > > + help > > + Choose this option if you have a need for the legacy > > + fbdev support. Note that this support also provides > > + the Linux console on top of the Mediatek DRM mode > > + setting driver. > > With the new Kconfig for fbdev emulation in 4.3 and the module option to > disable it queued up for 4.4 driver-private Kconfig entries for fbdev > aren't needed any more. > -Daniel I'll drop it for the next patch submission, thanks. regards Philipp -- To unsubscribe from this list: send the line "unsubscribe devicetree" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html