[PATCH] virtio-gpu: fix vblank events

2016-10-13 Thread Gerd Hoffmann
virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and because of that it must be called for disabled planes too. Ask drm_atomic_helper_commit_planes to do that. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/gpu/drm/virtio/virtgpu_display.c | 2 +- 1 file chan

[PATCH] virtio-gpu: fix vblank events

2016-10-13 Thread Gerd Hoffmann
virtio-gpu sends vblank events in virtio_gpu_crtc_atomic_flush, and because of that it must be called for disabled planes too. Ask drm_atomic_helper_commit_planes to do that. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/virtio/virtgpu_display.c | 2 +- 1 file changed, 1 insertion(+), 1

Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static

2016-09-26 Thread Gerd Hoffmann
On Mo, 2016-09-26 at 11:29 +0200, Daniel Vetter wrote: > On Mon, Sep 26, 2016 at 10:52 AM, Gerd Hoffmann <kra...@redhat.com> wrote: > > On So, 2016-09-25 at 15:25 +0800, Baoyou Xie wrote: > >> -int bochs_connector_get_modes(struct drm_connector *con

Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static

2016-09-26 Thread Gerd Hoffmann
On Mo, 2016-09-26 at 11:29 +0200, Daniel Vetter wrote: > On Mon, Sep 26, 2016 at 10:52 AM, Gerd Hoffmann wrote: > > On So, 2016-09-25 at 15:25 +0800, Baoyou Xie wrote: > >> -int bochs_connector_get_modes(struct drm_connector *connector) > >> +static int bochs

Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static

2016-09-26 Thread Gerd Hoffmann
On So, 2016-09-25 at 15:25 +0800, Baoyou Xie wrote: > -int bochs_connector_get_modes(struct drm_connector *connector) > +static int bochs_connector_get_modes(struct drm_connector *connector) Added to drm-qemu queue. thanks, Gerd

Re: [PATCH] drm/bochs: mark bochs_connector_get_modes() static

2016-09-26 Thread Gerd Hoffmann
On So, 2016-09-25 at 15:25 +0800, Baoyou Xie wrote: > -int bochs_connector_get_modes(struct drm_connector *connector) > +static int bochs_connector_get_modes(struct drm_connector *connector) Added to drm-qemu queue. thanks, Gerd

Re: [PATCH 3/3] arm64: Add the Raspberry Pi firmware's interface to the FXL6408.

2016-09-22 Thread Gerd Hoffmann
On Mo, 2016-09-19 at 17:13 +0100, Eric Anholt wrote: > This gets us hotplug detection of HDMI, so that graphics now works at > boot. Tested with watching the output of xrandr while plugging and > unplugging the HDMI cable. Very nice. Whole patch series: Tested-by: Gerd Hoff

Re: [PATCH 3/3] arm64: Add the Raspberry Pi firmware's interface to the FXL6408.

2016-09-22 Thread Gerd Hoffmann
On Mo, 2016-09-19 at 17:13 +0100, Eric Anholt wrote: > This gets us hotplug detection of HDMI, so that graphics now works at > boot. Tested with watching the output of xrandr while plugging and > unplugging the HDMI cable. Very nice. Whole patch series: Tested-by: Gerd Hoffmann

Re: GPU-DRM-QXL: Move three assignments in qxl_device_init()

2016-09-22 Thread Gerd Hoffmann
On Do, 2016-09-22 at 19:16 +0200, SF Markus Elfring wrote: > > For starters make sure the patches land actually on the list. > > How do you think about to take another look at this update suggestion > also by the usual archive interfaces? > > * https://patchwork.kernel.org/patch/9344521/ > > *

Re: GPU-DRM-QXL: Move three assignments in qxl_device_init()

2016-09-22 Thread Gerd Hoffmann
On Do, 2016-09-22 at 19:16 +0200, SF Markus Elfring wrote: > > For starters make sure the patches land actually on the list. > > How do you think about to take another look at this update suggestion > also by the usual archive interfaces? > > * https://patchwork.kernel.org/patch/9344521/ > > *

Re: GPU-DRM-QXL: Move three assignments in qxl_device_init()

2016-09-22 Thread Gerd Hoffmann
On Do, 2016-09-22 at 15:11 +0200, SF Markus Elfring wrote: > > Guys, please stop accepting patches from Markus! > > I would appreciate a bit more explanation for this request. For starters make sure the patches land actually on the list. Only the cover letter arrived here. cheers, Gerd

Re: GPU-DRM-QXL: Move three assignments in qxl_device_init()

2016-09-22 Thread Gerd Hoffmann
On Do, 2016-09-22 at 15:11 +0200, SF Markus Elfring wrote: > > Guys, please stop accepting patches from Markus! > > I would appreciate a bit more explanation for this request. For starters make sure the patches land actually on the list. Only the cover letter arrived here. cheers, Gerd

[PATCH v4 5/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/b

[PATCH v4 5/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v4 7/7] ARM: dts: bcm283x: drop alt3 from

2016-09-19 Thread Gerd Hoffmann
As the alt3 group has no pins left drop it from Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-a.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-b-rev2.d

[PATCH v4 7/7] ARM: dts: bcm283x: drop alt3 from

2016-09-19 Thread Gerd Hoffmann
As the alt3 group has no pins left drop it from Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi-a-plus.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-a.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-b-plus.dts | 2 +- arch/arm/boot/dts/bcm2835-rpi-b-rev2.dts | 2 +- arch/arm/boot/dts

[PATCH v4 4/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/b

[PATCH v4 2/7] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-19 Thread Gerd Hoffmann
ins to alt0" with references to specific groups we want enabled. Also add pinctrl groups for emmc and sdhost. Based on patches by Eric Anholt <e...@anholt.net> Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm283x.dtsi | 203 ++

[PATCH v4 6/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 8688204..3f0ce61 100644 --- a/arch/arm/boot/dts/b

[PATCH v4 3/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/b

[PATCH v4 1/7] pinctrl: bcm2835: add pull defines to dt bindings

2016-09-19 Thread Gerd Hoffmann
Also delete (unused) private enum from driver. The pull defines can be used instead if needed. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 -- include/dt-bindings/pinctrl/bcm2835.h | 5 + 2 files changed, 5 insertions(+), 6 del

[PATCH v4 4/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v4 2/7] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-19 Thread Gerd Hoffmann
references to specific groups we want enabled. Also add pinctrl groups for emmc and sdhost. Based on patches by Eric Anholt Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm283x.dtsi | 203 + 1 file changed, 203 insertions(+) diff --git a/arch/ar

[PATCH v4 6/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 8688204..3f0ce61 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v4 3/7] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-19 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v4 1/7] pinctrl: bcm2835: add pull defines to dt bindings

2016-09-19 Thread Gerd Hoffmann
Also delete (unused) private enum from driver. The pull defines can be used instead if needed. Signed-off-by: Gerd Hoffmann --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 -- include/dt-bindings/pinctrl/bcm2835.h | 5 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git

[PATCH v3 5/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/b

[PATCH v3 5/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v3 6/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
As the alt3 group has no pins left after this update drop the whole alt3 group from Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/ar

[PATCH v3 6/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
As the alt3 group has no pins left after this update drop the whole alt3 group from Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 7 ++- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835

[PATCH v3 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-14 Thread Gerd Hoffmann
ins to alt0" with references to specific groups we want enabled. Also add pinctrl groups for emmc and sdhost. Based on patches by Eric Anholt <e...@anholt.net> Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm283x.dtsi | 203 ++

[PATCH v3 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-14 Thread Gerd Hoffmann
references to specific groups we want enabled. Also add pinctrl groups for emmc and sdhost. Based on patches by Eric Anholt Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm283x.dtsi | 203 + 1 file changed, 203 insertions(+) diff --git a/arch/ar

[PATCH v3 1/6] pinctrl: bcm2835: add pull defines to dt bindings

2016-09-14 Thread Gerd Hoffmann
Also delete (unused) private enum from driver. The pull defines can be used instead if needed. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 -- include/dt-bindings/pinctrl/bcm2835.h | 5 + 2 files changed, 5 insertions(+), 6 del

[PATCH v3 1/6] pinctrl: bcm2835: add pull defines to dt bindings

2016-09-14 Thread Gerd Hoffmann
Also delete (unused) private enum from driver. The pull defines can be used instead if needed. Signed-off-by: Gerd Hoffmann --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 -- include/dt-bindings/pinctrl/bcm2835.h | 5 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git

[PATCH v3 4/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/b

[PATCH v3 3/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/b

[PATCH v3 3/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v3 4/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-14 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

Re: [PATCH v2 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-13 Thread Gerd Hoffmann
Hi, > > > + emmc_gpio48: emmc_gpio48 { > > > + brcm,pins = <48 49 50 51 52 53>; > > > + brcm,function = ; > > > + }; > > > > Sorry, i didn't notice this before. The naming of these groups suggest 3 > > muxes > >

Re: [PATCH v2 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-13 Thread Gerd Hoffmann
Hi, > > > + emmc_gpio48: emmc_gpio48 { > > > + brcm,pins = <48 49 50 51 52 53>; > > > + brcm,function = ; > > > + }; > > > > Sorry, i didn't notice this before. The naming of these groups suggest 3 > > muxes > >

Re: [PATCH v2 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-13 Thread Gerd Hoffmann
On Mo, 2016-09-12 at 20:19 +0200, Stefan Wahren wrote: > Hi Gerd, > > > Gerd Hoffmann <kra...@redhat.com> hat am 12. September 2016 um 10:22 > > geschrieben: > > > > > > From: Eric Anholt <e...@anholt.net> > > > > The BCM2835-ARM-P

Re: [PATCH v2 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-13 Thread Gerd Hoffmann
On Mo, 2016-09-12 at 20:19 +0200, Stefan Wahren wrote: > Hi Gerd, > > > Gerd Hoffmann hat am 12. September 2016 um 10:22 > > geschrieben: > > > > > > From: Eric Anholt > > > > The BCM2835-ARM-Peripherals.pdf documentation specifi

[PATCH v2 3/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/b

[PATCH v2 3/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v2 1/6] pinctrl: bcm2835: add pull defines to dt bindings

2016-09-12 Thread Gerd Hoffmann
Also delete (unused) private enum from driver. The pull defines can be used instead if needed. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 -- include/dt-bindings/pinctrl/bcm2835.h | 5 + 2 files changed, 5 insertions(+), 6 del

[PATCH v2 1/6] pinctrl: bcm2835: add pull defines to dt bindings

2016-09-12 Thread Gerd Hoffmann
Also delete (unused) private enum from driver. The pull defines can be used instead if needed. Signed-off-by: Gerd Hoffmann --- drivers/pinctrl/bcm/pinctrl-bcm2835.c | 6 -- include/dt-bindings/pinctrl/bcm2835.h | 5 + 2 files changed, 5 insertions(+), 6 deletions(-) diff --git

[PATCH v2 6/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 8688204..3f0ce61 100644 --- a/arch/arm/boot/dts/b

[PATCH v2 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-12 Thread Gerd Hoffmann
up from the downstream tree. fixups by kraxel: * fix spi0 name * sort & group entries * use pull defines * add dpi group Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm283x.dtsi | 203 + 1 file changed, 203 inse

[PATCH v2 6/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 8688204..3f0ce61 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v2 2/6] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-12 Thread Gerd Hoffmann
l: * fix spi0 name * sort & group entries * use pull defines * add dpi group Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm283x.dtsi | 203 + 1 file changed, 203 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arc

[PATCH v2 4/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/b

[PATCH v2 4/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH v2 5/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/b

[PATCH v2 5/6] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-12 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

Re: [PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-09 Thread Gerd Hoffmann
Hi, > According to this page [1] the pinctrl group for parallel display interface is > missing. Is it intended? > > [1] - http://elinux.org/RPi_BCM2835_GPIOs Just an oversight I guess. Eric? Does this look correct? + dpi_gpio4: dpi_gpio4 { +

Re: [PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-09 Thread Gerd Hoffmann
Hi, > According to this page [1] the pinctrl group for parallel display interface is > missing. Is it intended? > > [1] - http://elinux.org/RPi_BCM2835_GPIOs Just an oversight I guess. Eric? Does this look correct? + dpi_gpio4: dpi_gpio4 { +

Re: [PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-09 Thread Gerd Hoffmann
On Fr, 2016-09-09 at 10:26 +0200, Gerd Hoffmann wrote: > Hi, > > > No, i thought of the GPIO pull up/down register values: > > > > BCM2835_PUD_OFF 0 > > BCM2835_PUD_DOWN 1 > > BCM2835_PUD_UP 2 > > We can do that, sure (and probably drop the unused

Re: [PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-09 Thread Gerd Hoffmann
On Fr, 2016-09-09 at 10:26 +0200, Gerd Hoffmann wrote: > Hi, > > > No, i thought of the GPIO pull up/down register values: > > > > BCM2835_PUD_OFF 0 > > BCM2835_PUD_DOWN 1 > > BCM2835_PUD_UP 2 > > We can do that, sure (and probably drop the unused

Re: [PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-09 Thread Gerd Hoffmann
Hi, > No, i thought of the GPIO pull up/down register values: > > BCM2835_PUD_OFF 0 > BCM2835_PUD_DOWN 1 > BCM2835_PUD_UP 2 We can do that, sure (and probably drop the unused "enum bcm2835_pinconf_pull" from drivers/pinctrl/bcm/pinctrl-bcm2835.c at the same time). But I fail to see how this

Re: [PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-09 Thread Gerd Hoffmann
Hi, > No, i thought of the GPIO pull up/down register values: > > BCM2835_PUD_OFF 0 > BCM2835_PUD_DOWN 1 > BCM2835_PUD_UP 2 We can do that, sure (and probably drop the unused "enum bcm2835_pinconf_pull" from drivers/pinctrl/bcm/pinctrl-bcm2835.c at the same time). But I fail to see how this

Re: [PATCH 2/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-08-31 at 14:58 +0200, Ulf Hansson wrote: > On 22 June 2016 at 13:42, Gerd Hoffmann <kra...@redhat.com> wrote: > > From: Eric Anholt <e...@anholt.net> > > > > The 2835 has two SD controllers: The Arasan SDHCI controller that we > > currently use,

Re: [PATCH 2/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-08-31 at 14:58 +0200, Ulf Hansson wrote: > On 22 June 2016 at 13:42, Gerd Hoffmann wrote: > > From: Eric Anholt > > > > The 2835 has two SD controllers: The Arasan SDHCI controller that we > > currently use, and a custom SD controller. The custom one r

Re: [PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-09-07 at 11:50 -0700, Eric Anholt wrote: > Stefan Wahren <stefan.wah...@i2se.com> writes: > > > Hi Gerd, > > > >> Gerd Hoffmann <kra...@redhat.com> hat am 7. September 2016 um 12:31 > >> geschrieben: > >> > >> &

Re: [PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-09-07 at 11:50 -0700, Eric Anholt wrote: > Stefan Wahren writes: > > > Hi Gerd, > > > >> Gerd Hoffmann hat am 7. September 2016 um 12:31 > >> geschrieben: > >> > >> > >> From: Eric Anholt > >> > >&g

Re: [PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-09-07 at 20:13 +0200, Stefan Wahren wrote: > > Gerd Hoffmann <kra...@redhat.com> hat am 7. September 2016 um 12:31 > > geschrieben: > > > > > > From: Eric Anholt <e...@anholt.net> > > > > This will be used for having EMMC (sdhci

Re: [PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-08 Thread Gerd Hoffmann
On Mi, 2016-09-07 at 20:13 +0200, Stefan Wahren wrote: > > Gerd Hoffmann hat am 7. September 2016 um 12:31 > > geschrieben: > > > > > > From: Eric Anholt > > > > This will be used for having EMMC (sdhci-bcm2835.c) drive the > > wireless. > &

[PATCH 6/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/b

[PATCH 6/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index ff62236..b936978 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-07 Thread Gerd Hoffmann
From: Eric Anholt This will be used for having EMMC (sdhci-bcm2835.c) drive the wireless. Signed-off-by: Eric Anholt --- arch/arm/boot/dts/bcm283x.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi

[PATCH 2/8] ARM: dts: bcm283x: Add the emmc pin group to bcm283x.dtsi.

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm283x.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index acb616f..164d962 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/bo

[PATCH 7/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/b

[PATCH 4/8] ARM: dts: bcm283x: Add a new EMMC pin group from the downstream tree.

2016-09-07 Thread Gerd Hoffmann
From: Eric Anholt This will be used for having EMMC (sdhci-bcm2835.c) drive the wireless. Signed-off-by: Eric Anholt --- arch/arm/boot/dts/bcm283x.dtsi | 5 + 1 file changed, 5 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index

[PATCH 2/8] ARM: dts: bcm283x: Add the emmc pin group to bcm283x.dtsi.

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm283x.dtsi | 4 1 file changed, 4 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index acb616f..164d962 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi

[PATCH 7/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index b936978..8688204 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH 5/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/b

[PATCH 8/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 8688204..3f0ce61 100644 --- a/arch/arm/boot/dts/b

[PATCH 5/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 88bcd0c..ff62236 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH 8/8] ARM: dts: bcm283x: add pinctrl group to , drop pins from

2016-09-07 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm/boot/dts/bcm2835-rpi.dtsi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/bcm2835-rpi.dtsi b/arch/arm/boot/dts/bcm2835-rpi.dtsi index 8688204..3f0ce61 100644 --- a/arch/arm/boot/dts/bcm2835-rpi.dtsi +++ b/arch

[PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-07 Thread Gerd Hoffmann
From: Eric Anholt The BCM2835-ARM-Peripherals.pdf documentation specifies what the function selects do for the pins, and there are a bunch of obvious groupings to be made. With these created, we'll be able to replace bcm2835-rpi.dtsi's main "set all of these pins to alt0" with

[PATCH 3/8] ARM: dts: bcm283x: Add a group for mapping pins 48-53 to sdhost.

2016-09-07 Thread Gerd Hoffmann
From: Eric Anholt This pin group definition comes from downstream. We don't have a driver for sdhost integrated yet, but they've been experimenting with it and it sounds useful to bring over. Signed-off-by: Eric Anholt --- arch/arm/boot/dts/bcm283x.dtsi | 4

[PATCH 1/8] ARM: dts: bcm283x: Define standard pinctrl groups in the gpio node.

2016-09-07 Thread Gerd Hoffmann
From: Eric Anholt The BCM2835-ARM-Peripherals.pdf documentation specifies what the function selects do for the pins, and there are a bunch of obvious groupings to be made. With these created, we'll be able to replace bcm2835-rpi.dtsi's main "set all of these pins to alt0" with references to

[PATCH 3/8] ARM: dts: bcm283x: Add a group for mapping pins 48-53 to sdhost.

2016-09-07 Thread Gerd Hoffmann
From: Eric Anholt This pin group definition comes from downstream. We don't have a driver for sdhost integrated yet, but they've been experimenting with it and it sounds useful to bring over. Signed-off-by: Eric Anholt --- arch/arm/boot/dts/bcm283x.dtsi | 4 1 file changed, 4

[PATCH 5/5] mmc: bcm2835-sdhost: add to devicetree

2016-06-22 Thread Gerd Hoffmann
--- arch/arm/boot/dts/bcm283x.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index b982522..b9540d9 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -239,6 +239,14 @@

[PATCH 2/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

2016-06-22 Thread Gerd Hoffmann
From: Eric Anholt The 2835 has two SD controllers: The Arasan SDHCI controller that we currently use, and a custom SD controller. The custom one runs faster The code was originally written by Phil Elwell in the downstream Rasbperry Pi tree, and I did a major cleanup on it

[PATCH 5/5] mmc: bcm2835-sdhost: add to devicetree

2016-06-22 Thread Gerd Hoffmann
--- arch/arm/boot/dts/bcm283x.dtsi | 8 1 file changed, 8 insertions(+) diff --git a/arch/arm/boot/dts/bcm283x.dtsi b/arch/arm/boot/dts/bcm283x.dtsi index b982522..b9540d9 100644 --- a/arch/arm/boot/dts/bcm283x.dtsi +++ b/arch/arm/boot/dts/bcm283x.dtsi @@ -239,6 +239,14 @@

[PATCH 2/5] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

2016-06-22 Thread Gerd Hoffmann
From: Eric Anholt The 2835 has two SD controllers: The Arasan SDHCI controller that we currently use, and a custom SD controller. The custom one runs faster The code was originally written by Phil Elwell in the downstream Rasbperry Pi tree, and I did a major cleanup on it (+319, -707 lines out

[PATCH 4/5] mmc: bcm2835-sdhost: reset tweaks. [fixup]

2016-06-22 Thread Gerd Hoffmann
the 10ms. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/mmc/host/bcm2835-sdhost.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/bcm2835-sdhost.c b/drivers/mmc/host/bcm2835-sdhost.c index 8a05c02..a895561 100644 --- a/drivers/mm

[PATCH 4/5] mmc: bcm2835-sdhost: reset tweaks. [fixup]

2016-06-22 Thread Gerd Hoffmann
the 10ms. Signed-off-by: Gerd Hoffmann --- drivers/mmc/host/bcm2835-sdhost.c | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/drivers/mmc/host/bcm2835-sdhost.c b/drivers/mmc/host/bcm2835-sdhost.c index 8a05c02..a895561 100644 --- a/drivers/mmc/host/bcm2835-sdhost.c

[PATCH 3/5] mmc: bcm2835-sdhost: zap mmiowb() [fixup]

2016-06-22 Thread Gerd Hoffmann
Arnd asked why they are needed. Seems they are not needed at all. Things are still working fine if I remove them. Guess the arm{,64} versions of writel() & friends take care already. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/mmc/host/bcm2835-sdhost.c | 15

[PATCH 3/5] mmc: bcm2835-sdhost: zap mmiowb() [fixup]

2016-06-22 Thread Gerd Hoffmann
Arnd asked why they are needed. Seems they are not needed at all. Things are still working fine if I remove them. Guess the arm{,64} versions of writel() & friends take care already. Signed-off-by: Gerd Hoffmann --- drivers/mmc/host/bcm2835-sdhost.c | 15 --- 1 file changed

[PATCH 1/5] dt-bindings: Add binding for brcm,bcm2835-sdhost.

2016-06-22 Thread Gerd Hoffmann
From: Eric Anholt This is the other SD controller on the platform, which can be swapped to the role of SD card host using pin muxing. Signed-off-by: Eric Anholt --- .../devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt | 3 +++

[PATCH 1/5] dt-bindings: Add binding for brcm,bcm2835-sdhost.

2016-06-22 Thread Gerd Hoffmann
From: Eric Anholt This is the other SD controller on the platform, which can be swapped to the role of SD card host using pin muxing. Signed-off-by: Eric Anholt --- .../devicetree/bindings/mmc/brcm,bcm2835-sdhci.txt | 3 +++ .../bindings/mmc/brcm,bcm2835-sdhost.txt | 24

Re: [PATCH 21/32] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

2016-06-21 Thread Gerd Hoffmann
Hi, > > + mmiowb(); > > +} > > What is the barrier for? Same question for all the other instances No idea. Removed them all, seems to work fine still. Guess writel() & friends have the needed barriers on arm? > > + > > +static void bcm2835_sdhost_reset(struct mmc_host *mmc) > > +{ > > +

Re: [PATCH 21/32] mmc: bcm2835-sdhost: Add new driver for the internal SD controller.

2016-06-21 Thread Gerd Hoffmann
Hi, > > + mmiowb(); > > +} > > What is the barrier for? Same question for all the other instances No idea. Removed them all, seems to work fine still. Guess writel() & friends have the needed barriers on arm? > > + > > +static void bcm2835_sdhost_reset(struct mmc_host *mmc) > > +{ > > +

[PATCH] arm64: Add BCM2835 support to the defconfig.

2016-06-16 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- arch/arm64/configs/defconfig | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index fd2d74d..50e5afc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/c

[PATCH] arm64: Add BCM2835 support to the defconfig.

2016-06-16 Thread Gerd Hoffmann
Signed-off-by: Gerd Hoffmann --- arch/arm64/configs/defconfig | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index fd2d74d..50e5afc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -31,6

Re: [PATCH] virtio-gpu: use src not crtc

2016-06-14 Thread Gerd Hoffmann
On Di, 2016-06-14 at 12:13 +0200, Marc-André Lureau wrote: > Hi > > On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann <kra...@redhat.com> wrote: > > Pick up the correct source rectangle from framebuffer. > > Without this multihead setups are not working correctly.

Re: [PATCH] virtio-gpu: use src not crtc

2016-06-14 Thread Gerd Hoffmann
On Di, 2016-06-14 at 12:13 +0200, Marc-André Lureau wrote: > Hi > > On Tue, May 31, 2016 at 2:52 PM, Gerd Hoffmann wrote: > > Pick up the correct source rectangle from framebuffer. > > Without this multihead setups are not working correctly. > > > > Signed-off

[RESENT PATCH] bochs: ignore device if there isn't enougth memory

2016-06-13 Thread Gerd Hoffmann
framebuffer. So skip the device and let vgacon or vesafb+fbcon handle the it. Signed-off-by: Gerd Hoffmann <kra...@redhat.com> --- drivers/gpu/drm/bochs/bochs_drv.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/bochs/bochs_drv.c b/drivers/gpu/drm/bochs/bochs_drv.c

[RESENT PATCH] bochs: ignore device if there isn't enougth memory

2016-06-13 Thread Gerd Hoffmann
framebuffer. So skip the device and let vgacon or vesafb+fbcon handle the it. Signed-off-by: Gerd Hoffmann --- drivers/gpu/drm/bochs/bochs_drv.c | 7 +++ 1 file changed, 7 insertions(+) diff --git a/drivers/gpu/drm/bochs/bochs_drv.c b/drivers/gpu/drm/bochs/bochs_drv.c index b332b4d3..6cf4b18

<    5   6   7   8   9   10   11   12   13   14   >