Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1508800 > unrolled thread
| Started by | Magnus Damm <magnus.damm@gmail.com> |
|---|---|
| First post | 2016-10-26 07:40 +0200 |
| Last post | 2016-10-28 07:50 +0200 |
| Articles | 6 — 2 participants |
Back to article view | Back to linux.kernel
[PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules Magnus Damm <magnus.damm@gmail.com> - 2016-10-26 07:40 +0200
Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules Simon Horman <horms@verge.net.au> - 2016-10-27 09:10 +0200
Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules Simon Horman <horms@verge.net.au> - 2016-10-27 09:20 +0200
Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules Magnus Damm <magnus.damm@gmail.com> - 2016-10-27 09:40 +0200
Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules Simon Horman <horms@verge.net.au> - 2016-10-27 16:00 +0200
Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules Simon Horman <horms@verge.net.au> - 2016-10-28 07:50 +0200
| From | Magnus Damm <magnus.damm@gmail.com> |
|---|---|
| Date | 2016-10-26 07:40 +0200 |
| Subject | [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules |
| Message-ID | <swp6q-7GM-11@gated-at.bofh.it> |
From: Magnus Damm <damm+renesas@opensource.se> Extend the ARM64 defconfig to enable the DU DRM device as module together with required dependencies of V4L2 FCP and VSP modules. This enables VGA output on the r8a7795 Salvator-X board. Signed-off-by: Magnus Damm <damm+renesas@opensource.se> --- Written against next-20161026 arch/arm64/configs/defconfig | 14 ++++++++++++++ 1 file changed, 14 insertions(+) --- 0001/arch/arm64/configs/defconfig +++ work/arch/arm64/configs/defconfig 2016-10-26 14:10:58.220607110 +0900 @@ -293,8 +293,22 @@ CONFIG_REGULATOR_PWM=y CONFIG_REGULATOR_QCOM_SMD_RPM=y CONFIG_REGULATOR_QCOM_SPMI=y CONFIG_REGULATOR_S2MPS11=y +CONFIG_MEDIA_SUPPORT=m +CONFIG_MEDIA_CAMERA_SUPPORT=y +CONFIG_MEDIA_ANALOG_TV_SUPPORT=y +CONFIG_MEDIA_DIGITAL_TV_SUPPORT=y +CONFIG_MEDIA_CONTROLLER=y +CONFIG_VIDEO_V4L2_SUBDEV_API=y +# CONFIG_DVB_NET is not set +CONFIG_V4L_MEM2MEM_DRIVERS=y +CONFIG_VIDEO_RENESAS_FCP=m +CONFIG_VIDEO_RENESAS_VSP1=m CONFIG_DRM=m CONFIG_DRM_NOUVEAU=m +CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_HDMI=y +CONFIG_DRM_RCAR_LVDS=y +CONFIG_DRM_RCAR_VSP=y CONFIG_DRM_TEGRA=m CONFIG_DRM_PANEL_SIMPLE=m CONFIG_DRM_I2C_ADV7511=m
[toc] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2016-10-27 09:10 +0200 |
| Subject | Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules |
| Message-ID | <swMZ3-74y-17@gated-at.bofh.it> |
| In reply to | #1508800 |
On Wed, Oct 26, 2016 at 02:24:22PM +0900, Magnus Damm wrote: > From: Magnus Damm <damm+renesas@opensource.se> > > Extend the ARM64 defconfig to enable the DU DRM device as module > together with required dependencies of V4L2 FCP and VSP modules. > > This enables VGA output on the r8a7795 Salvator-X board. > > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> Thanks, I have queued this up.
[toc] | [prev] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2016-10-27 09:20 +0200 |
| Subject | Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules |
| Message-ID | <swN8J-784-11@gated-at.bofh.it> |
| In reply to | #1510098 |
On Thu, Oct 27, 2016 at 09:08:01AM +0200, Simon Horman wrote: > On Wed, Oct 26, 2016 at 02:24:22PM +0900, Magnus Damm wrote: > > From: Magnus Damm <damm+renesas@opensource.se> > > > > Extend the ARM64 defconfig to enable the DU DRM device as module > > together with required dependencies of V4L2 FCP and VSP modules. > > > > This enables VGA output on the r8a7795 Salvator-X board. > > > > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> > > Thanks, I have queued this up. Given discussion elsewhere on enabling DU I am holding off on this for a little; it is not queued up for now.
[toc] | [prev] | [next] | [standalone]
| From | Magnus Damm <magnus.damm@gmail.com> |
|---|---|
| Date | 2016-10-27 09:40 +0200 |
| Message-ID | <swNs6-7eD-13@gated-at.bofh.it> |
| In reply to | #1510107 |
Hi Simon, On Thu, Oct 27, 2016 at 4:15 PM, Simon Horman <horms@verge.net.au> wrote: > On Thu, Oct 27, 2016 at 09:08:01AM +0200, Simon Horman wrote: >> On Wed, Oct 26, 2016 at 02:24:22PM +0900, Magnus Damm wrote: >> > From: Magnus Damm <damm+renesas@opensource.se> >> > >> > Extend the ARM64 defconfig to enable the DU DRM device as module >> > together with required dependencies of V4L2 FCP and VSP modules. >> > >> > This enables VGA output on the r8a7795 Salvator-X board. >> > >> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> >> >> Thanks, I have queued this up. > > Given discussion elsewhere on enabling DU I am holding off on this for a > little; it is not queued up for now. Sure, thanks for holding off the DT integration patches for r8a7796. Please note that as of mainline v4.9-rc2 the r8a7795 Salvator-X board has thanks to DU, FCP and VSP a working VGA port. So enabling those devices in the defconfig from now on makes sense to me. Cheers, / magnus
[toc] | [prev] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2016-10-27 16:00 +0200 |
| Subject | Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules |
| Message-ID | <swTnR-2Bn-77@gated-at.bofh.it> |
| In reply to | #1510120 |
On Thu, Oct 27, 2016 at 04:37:53PM +0900, Magnus Damm wrote: > Hi Simon, > > On Thu, Oct 27, 2016 at 4:15 PM, Simon Horman <horms@verge.net.au> wrote: > > On Thu, Oct 27, 2016 at 09:08:01AM +0200, Simon Horman wrote: > >> On Wed, Oct 26, 2016 at 02:24:22PM +0900, Magnus Damm wrote: > >> > From: Magnus Damm <damm+renesas@opensource.se> > >> > > >> > Extend the ARM64 defconfig to enable the DU DRM device as module > >> > together with required dependencies of V4L2 FCP and VSP modules. > >> > > >> > This enables VGA output on the r8a7795 Salvator-X board. > >> > > >> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> > >> > >> Thanks, I have queued this up. > > > > Given discussion elsewhere on enabling DU I am holding off on this for a > > little; it is not queued up for now. > > Sure, thanks for holding off the DT integration patches for r8a7796. > Please note that as of mainline v4.9-rc2 the r8a7795 Salvator-X board > has thanks to DU, FCP and VSP a working VGA port. So enabling those > devices in the defconfig from now on makes sense to me. Understood, I will queue up this patch.
[toc] | [prev] | [next] | [standalone]
| From | Simon Horman <horms@verge.net.au> |
|---|---|
| Date | 2016-10-28 07:50 +0200 |
| Subject | Re: [PATCH] arm64: defconfig: Enable DRM DU and V4L2 FCP + VSP modules |
| Message-ID | <sx8db-464-5@gated-at.bofh.it> |
| In reply to | #1510120 |
On Thu, Oct 27, 2016 at 04:37:53PM +0900, Magnus Damm wrote: > Hi Simon, > > On Thu, Oct 27, 2016 at 4:15 PM, Simon Horman <horms@verge.net.au> wrote: > > On Thu, Oct 27, 2016 at 09:08:01AM +0200, Simon Horman wrote: > >> On Wed, Oct 26, 2016 at 02:24:22PM +0900, Magnus Damm wrote: > >> > From: Magnus Damm <damm+renesas@opensource.se> > >> > > >> > Extend the ARM64 defconfig to enable the DU DRM device as module > >> > together with required dependencies of V4L2 FCP and VSP modules. > >> > > >> > This enables VGA output on the r8a7795 Salvator-X board. > >> > > >> > Signed-off-by: Magnus Damm <damm+renesas@opensource.se> > >> > >> Thanks, I have queued this up. > > > > Given discussion elsewhere on enabling DU I am holding off on this for a > > little; it is not queued up for now. > > Sure, thanks for holding off the DT integration patches for r8a7796. > Please note that as of mainline v4.9-rc2 the r8a7795 Salvator-X board > has thanks to DU, FCP and VSP a working VGA port. So enabling those > devices in the defconfig from now on makes sense to me. Understood, I have queued this up.
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web