From: Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
To: Emil Velikov <emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
Cc: Mark Rutland <mark.rutland-5wv7dgnIgG8@public.gmane.org>,
devicetree <devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org>,
Paul Bolle <pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org>,
Jitao Shi <jitao.shi-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Pawel Moll <pawel.moll-5wv7dgnIgG8@public.gmane.org>,
Jie Qiu <jie.qiu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Ian Campbell
<ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org>,
Michael Turquette
<mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org>,
Stephen Boyd <sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
Cawa Cheng <cawa.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
ML dri-devel
<dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org>,
Tomasz Figa <tfiga-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org>,
Matthias Brugger
<matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>,
Rob Herring <robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org>,
linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org,
kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org,
Kumar Gala <galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org>,
YT Shen <yt.shen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>,
Yingjoe Chen
<yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org>
Subject: Re: [PATCH v10 03/13] drm/mediatek: Add DSI sub driver
Date: Thu, 04 Feb 2016 14:27:07 +0100 [thread overview]
Message-ID: <1454592427.3356.24.camel@pengutronix.de> (raw)
In-Reply-To: <CACvgo528oR23PFbZwfm7RPwTZ6Z2Bv8uc0WHNyyG0SPQypMzDg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
Hi Emil,
Am Donnerstag, den 04.02.2016, 13:09 +0000 schrieb Emil Velikov:
> Hi Philipp,
>
> On 3 February 2016 at 19:25, Philipp Zabel <p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org> wrote:
>
> > diff --git a/drivers/gpu/drm/mediatek/Kconfig b/drivers/gpu/drm/mediatek/Kconfig
> > index 8dad892..b7e0404 100644
> > --- a/drivers/gpu/drm/mediatek/Kconfig
> > +++ b/drivers/gpu/drm/mediatek/Kconfig
> > @@ -3,6 +3,9 @@ config DRM_MEDIATEK
> > depends on DRM
> > depends on ARCH_MEDIATEK || (ARM && COMPILE_TEST)
> > select DRM_KMS_HELPER
> > + select DRM_MIPI_DSI
> > + select DRM_PANEL
>
> > + select DRM_PANEL_SIMPLE
> Please don't force a particular panel like that. No other driver does
> it, so might as well not start now ?
I'll drop this select on DRM_PANEL_SIMPLE.
thanks
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
next prev parent reply other threads:[~2016-02-04 13:27 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-02-03 19:25 [PATCH v10 00/13] MT8173 DRM support Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 01/13] dt-bindings: drm/mediatek: Add Mediatek display subsystem dts binding Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 02/13] drm/mediatek: Add DRM Driver for Mediatek SoC MT8173 Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 03/13] drm/mediatek: Add DSI sub driver Philipp Zabel
2016-02-04 13:09 ` Emil Velikov
[not found] ` <CACvgo528oR23PFbZwfm7RPwTZ6Z2Bv8uc0WHNyyG0SPQypMzDg-JsoAwUIsXosN+BqQ9rBEUg@public.gmane.org>
2016-02-04 13:27 ` Philipp Zabel [this message]
2016-02-15 14:38 ` Daniel Kurtz
2016-02-03 19:25 ` [PATCH v10 04/13] drm/mediatek: Add DPI " Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 05/13] dt-bindings: drm/mediatek: Add Mediatek HDMI dts binding Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 06/13] drm/mediatek: Add HDMI support Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 07/13] drm/mediatek: enable hdmi output control bit Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 08/13] arm64: dts: mt8173: Add display subsystem related nodes Philipp Zabel
2016-02-09 12:14 ` Daniel Kurtz
2016-02-03 19:25 ` [PATCH v10 09/13] arm64: dts: mt8173: Add HDMI " Philipp Zabel
2016-02-03 19:25 ` [PATCH v10 10/13] clk: mediatek: make dpi0_sel propagate rate changes Philipp Zabel
2016-02-15 23:14 ` Michael Turquette
2016-02-17 9:19 ` Philipp Zabel
[not found] ` <1454527562-28154-1-git-send-email-p.zabel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org>
2016-02-03 19:26 ` [PATCH v10 11/13] clk: mediatek: Add hdmi_ref HDMI PHY PLL reference clock output Philipp Zabel
2016-02-03 19:26 ` [PATCH v10 12/13] dt-bindings: hdmi-connector: add DDC I2C bus phandle documentation Philipp Zabel
2016-02-03 19:26 ` [PATCH v10 13/13] clk: mediatek: remove hdmitx_dig_cts from TOP clocks Philipp Zabel
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1454592427.3356.24.camel@pengutronix.de \
--to=p.zabel-bicnvbalz9megne8c9+irq@public.gmane.org \
--cc=cawa.cheng-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=devicetree-u79uwXL29TY76Z2rM5mHXA@public.gmane.org \
--cc=dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW@public.gmane.org \
--cc=emil.l.velikov-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=galak-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=ijc+devicetree-KcIKpvwj1kUDXYZnReoRVg@public.gmane.org \
--cc=jie.qiu-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=jitao.shi-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=kernel-bIcnvbaLZ9MEGnE8C9+IrQ@public.gmane.org \
--cc=linux-mediatek-IAPFreCvJWM7uuMidbF8XUB+6BGkLq7r@public.gmane.org \
--cc=mark.rutland-5wv7dgnIgG8@public.gmane.org \
--cc=matthias.bgg-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org \
--cc=mturquette-rdvid1DuHRBWk0Htik3J/w@public.gmane.org \
--cc=pawel.moll-5wv7dgnIgG8@public.gmane.org \
--cc=pebolle-IWqWACnzNjzz+pZb47iToQ@public.gmane.org \
--cc=robh+dt-DgEjT+Ai2ygdnm+yROfE0A@public.gmane.org \
--cc=sboyd-sgV2jX0FEOL9JmXXK+q4OQ@public.gmane.org \
--cc=tfiga-F7+t8E8rja9g9hUCZPvPmw@public.gmane.org \
--cc=yingjoe.chen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
--cc=yt.shen-NuS5LvNUpcJWk0Htik3J/w@public.gmane.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).