Re: fbcon on one of multiple displays

2023-12-04 Thread Eric Nelson
Hi Alex, On 12/4/23 07:40, Alex Deucher wrote: On Mon, Dec 4, 2023 at 8:52 AM Eric Nelson wrote: Thanks Javier, On 12/4/23 03:11, Javier Martinez Canillas wrote: Eric Nelson writes: Hello Eric, Hi all, Is there a way to configure a framebuffer console on a specific display

Re: fbcon on one of multiple displays

2023-12-04 Thread Eric Nelson
Thanks Javier, On 12/4/23 03:11, Javier Martinez Canillas wrote: Eric Nelson writes: Hello Eric, Hi all, Is there a way to configure a framebuffer console on a specific display on a machine with multiple displays? Have you looked at https://www.kernel.org/doc/Documentation/fb/fbcon.txt

fbcon on one of multiple displays

2023-11-29 Thread Eric Nelson
Hi all, Is there a way to configure a framebuffer console on a specific display on a machine with multiple displays?

drm: imx: multi-display support questions

2015-06-29 Thread Eric Nelson
Thanks Fabio, On 06/29/2015 09:08 AM, Fabio Estevam wrote: > Hi Gary, > > On Mon, Jun 29, 2015 at 1:04 PM, Gary Bisson > wrote: > >> Thank you for your e-mail and sorry for the delay in my response. I >> confirm this patch, ported over to my dtsi file, makes the HDMI and >> LVDS work together.

drm: imx: multi-display support questions

2015-05-30 Thread Eric Nelson
Hi Philipp, On 05/29/2015 02:30 AM, Philipp Zabel wrote: > Hi Eric, > > Am Donnerstag, den 28.05.2015, 12:30 -0700 schrieb Eric Nelson: >> Hi Philipp, >> >> On 05/28/2015 03:58 AM, Philipp Zabel wrote: >>> Hi Gary, >>> >>> Am Mit

drm: imx: multi-display support questions

2015-05-28 Thread Eric Nelson
Hi Philipp, On 05/28/2015 03:58 AM, Philipp Zabel wrote: > Hi Gary, > > Am Mittwoch, den 27.05.2015, 15:31 +0200 schrieb Gary Bisson: >>> According to the kerneldoc comment for drm_fb_helper_initial_config >>> (which is used by imx-drm via drm_fbdev_cma_init), it should set up a >>> single

[PATCH] drm/panel: Add display timing for HannStar HSD100PXN1

2015-04-13 Thread Eric Nelson
and i.MX6 SABRE platforms with under the name MCIMX-LVDS1. Signed-off-by: Eric Nelson --- .../bindings/panel/hannstar,hsd100pxn1.txt | 7 ++ drivers/gpu/drm/panel/panel-simple.c | 26 ++ 2 files changed, 33 insertions(+) create mode 100644

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-07 Thread Eric Nelson
Hi Philipp, On 01/07/2014 04:29 AM, Philipp Zabel wrote: > Am Montag, den 06.01.2014, 19:31 -0700 schrieb Eric Nelson: >> Hi Russell, >> >> On 01/06/2014 10:46 AM, Russell King - ARM Linux wrote: >>> On Mon, Jan 06, 2014 at 06:41:28PM +0100, Philipp Zabel wrote: >

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-06 Thread Eric Nelson
Hi Russell, On 01/06/2014 10:46 AM, Russell King - ARM Linux wrote: > On Mon, Jan 06, 2014 at 06:41:28PM +0100, Philipp Zabel wrote: >> Hi Eric, >> >> Am Freitag, den 03.01.2014, 12:14 -0700 schrieb Eric Nelson: >>> This is an issue we've seen before. The SABR

[PATCH RFC 27/46] imx-drm: convert to componentised device support

2014-01-03 Thread Eric Nelson
Hi Philipp, On 01/03/2014 10:26 AM, Philipp Zabel wrote: > Am Freitag, den 03.01.2014, 17:07 + schrieb Russell King - ARM > Linux: >> On Fri, Jan 03, 2014 at 05:48:57PM +0100, Philipp Zabel wrote: >>> Hi Russell, >>> >>> I've tested this series on a BD-SL (SabreLite) with HDMI. Right now >>>

Re: [PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-23 Thread Eric Nelson
On 09/22/2012 03:17 AM, Sascha Hauer wrote: Hi Eric, On Fri, Sep 21, 2012 at 09:24:19AM -0700, Eric Nelson wrote: Hi Sascha, But ipu_crtc-imx_crtc gets initialized in this call, and ipu_irq_handler() makes use of it. The U-Boot code doesn't enable interrupts, so it's not acking along

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-22 Thread Eric Nelson
On 09/22/2012 03:17 AM, Sascha Hauer wrote: > Hi Eric, > > On Fri, Sep 21, 2012 at 09:24:19AM -0700, Eric Nelson wrote: >> Hi Sascha, >> >> >> But ipu_crtc->imx_crtc gets initialized in this call, and >> ipu_irq_handler() makes use of it. >> >&

[PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-21 Thread Eric Nelson
Hi Sascha, While testing against a video-enabled U-Boot on i.MX6, I found the issue below. On 09/21/2012 01:07 AM, Sascha Hauer wrote: > This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The > driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO > board and the

Re: [PATCH 4/6] staging: drm/imx: Add i.MX IPUv3 crtc support

2012-09-21 Thread Eric Nelson
Hi Sascha, While testing against a video-enabled U-Boot on i.MX6, I found the issue below. On 09/21/2012 01:07 AM, Sascha Hauer wrote: This adds a i.MX51/53/6 IPU (Image Processing Unit) KMS driver. The driver has been tested on the i.MX51 babbage board, the i.MX53 LOCO board and the i.MX6q

Re: [PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-20 Thread Eric Nelson
On 09/18/2012 11:52 PM, Sascha Hauer wrote: On Tue, Sep 18, 2012 at 03:06:36PM -0700, Eric Nelson wrote: Hi Sascha, On 09/12/2012 03:31 AM, Sascha Hauer wrote: From: Philipp Zabelp.za...@pengutronix.de Signed-off-by: Philipp Zabelp.za...@pengutronix.de Signed-off-by: Sascha Hauers.ha

[PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-19 Thread Eric Nelson
On 09/18/2012 11:52 PM, Sascha Hauer wrote: > On Tue, Sep 18, 2012 at 03:06:36PM -0700, Eric Nelson wrote: >> Hi Sascha, >> >> On 09/12/2012 03:31 AM, Sascha Hauer wrote: >>> From: Philipp Zabel >>> >>> Signed-off-by: Philipp Zabel >>> Signe

Re: [PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-19 Thread Eric Nelson
Hi Sascha, On 09/12/2012 03:31 AM, Sascha Hauer wrote: From: Philipp Zabelp.za...@pengutronix.de Signed-off-by: Philipp Zabelp.za...@pengutronix.de Signed-off-by: Sascha Hauers.ha...@pengutronix.de --- .../bindings/staging/imx-drm/fsl-imx-drm.txt | 41 1 file

[PATCH 5/6] staging: drm/imx: Add devicetree binding documentation

2012-09-18 Thread Eric Nelson
Hi Sascha, On 09/12/2012 03:31 AM, Sascha Hauer wrote: > From: Philipp Zabel > > Signed-off-by: Philipp Zabel > Signed-off-by: Sascha Hauer > --- > .../bindings/staging/imx-drm/fsl-imx-drm.txt | 41 > > 1 file changed, 41 insertions(+) > create mode 100644 >