gma500: color distortion on framebuffer console unbind

2016-10-25 Thread Baruch Siach
nutes. The application is idle during that time. Not sure what to make of that. Thanks, baruch > On Mon, Oct 10, 2016 at 10:01 AM, Baruch Siach wrote: > > I am using the gma500 driver of the latest stable kernel, 4.8.1. My > > hardware is Atom N2600 processor integrated graphics co

gma500: color distortion on framebuffer console unbind

2016-10-10 Thread Baruch Siach
Hi Patrik, I am using the gma500 driver of the latest stable kernel, 4.8.1. My hardware is Atom N2600 processor integrated graphics controller, PCI PID: 0x0be1. Output is LVDS. The system starts with framebuffer console enabled. Later in the boot process I unbind the console with the following

[PATCH RESEND 2/2] dt/bindings: display: move rotation into a common place

2017-08-04 Thread Baruch Siach
erring <r...@kernel.org> Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- Documentation/devicetree/bindings/display/panel/panel-common.txt | 6 ++ Documentation/devicetree/bindings/display/panel/panel.txt| 4 2 files changed, 6 insertions(+), 4 deletions(-)

[PATCH RESEND 1/2] dt/bindings: display: fix display-timing reference

2017-08-04 Thread Baruch Siach
Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties") Cc: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> Acked-by: Rob Herring <r...@kernel.org> Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- Documentation/devic

[PATCH 1/2] dt/bindings: display: fix display-timing reference

2017-05-17 Thread Baruch Siach
Fixes: 14da3ed8dd08 ("devicetree/bindings: display: Document common panel properties") Cc: Laurent Pinchart <laurent.pinchart+rene...@ideasonboard.com> Cc: Rob Herring <r...@kernel.org> Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- Documentation/devicetree/

[PATCH 2/2] dt/bindings: display: move rotation into a common place

2017-05-17 Thread Baruch Siach
ing <r...@kernel.org> Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- Documentation/devicetree/bindings/display/panel/panel-common.txt | 6 ++ Documentation/devicetree/bindings/display/panel/panel.txt| 4 2 files changed, 6 insertions(+), 4 deletions(-) delete mode 10

Re: [PATCH 1/2] dt/bindings: display: fix display-timing reference

2017-05-24 Thread Baruch Siach
Hi Daniel, On Wed, May 24, 2017 at 02:23:22PM +0200, Daniel Vetter wrote: > On Tue, May 23, 2017 at 09:47:56AM -0500, Rob Herring wrote: > > On Tue, May 16, 2017 at 11:19:04AM +0300, Baruch Siach wrote: > > > Fixes: 14da3ed8dd08 ("devicetree/bindings: display

[PATCH] drm: panels: lvds: fix driver description heading

2018-01-23 Thread Baruch Siach
Cc: Laurent Pinchart <laurent.pinch...@ideasonboard.com> Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- drivers/gpu/drm/panel/panel-lvds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-lvds.c b/drivers/gpu/drm/panel/panel-

[PATCH] drm: of: simplify component probe code

2018-02-23 Thread Baruch Siach
Use positive logic for better readability. This also eliminates one of_node_put() call, making the code shorter. Signed-off-by: Baruch Siach <bar...@tkos.co.il> --- drivers/gpu/drm/drm_of.c | 8 +++- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/drivers/gpu/drm/drm_

Re: [PATCH 1/1] drm/mediatek: Remove redundant error printing in mtk_cec_probe()

2021-05-12 Thread Baruch Siach
Hi Zhen Lei, On Tue, May 11 2021, Zhen Lei wrote: > When devm_ioremap_resource() fails, a clear enough error message will be > printed by its subfunction __devm_ioremap_resource(). The error > information contains the device name, failure cause, and possibly resource > information. > > Therefore,

QAIC reset failure

2024-01-16 Thread Baruch Siach
Hi qaic driver maintainers, I am testing an A100 device on arm64 platform. Kernel version is current Linus master as of commit 052d534373b7. The driver is unable to reset the device properly. [ 137.706765] pci :01:00.0: enabling device ( -> 0002) [ 137.712528] pci :02:00.0:

Re: [PATCH] doc: dma-buf: fix grammar typo

2024-04-15 Thread Baruch Siach
Hi Christian, On Mon, Apr 15 2024, Christian König wrote: > Am 14.04.24 um 15:07 schrieb Baruch Siach: >> Signed-off-by: Baruch Siach >> --- >> Documentation/driver-api/dma-buf.rst | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git

[PATCH v2] doc: dma-buf: fix grammar typo

2024-04-16 Thread Baruch Siach
Use 'supported' instead of 'support'. 'support' makes no sense in this context. Signed-off-by: Baruch Siach --- v2: Add commit log message (Christian König) --- Documentation/driver-api/dma-buf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/dma

Re: [PATCH v2] doc: dma-buf: fix grammar typo

2024-04-18 Thread Baruch Siach
it up and pushed the patch, but please take a bit more care next time. Thanks. I'm curious to know what kind of care I should take. baruch > Am 17.04.24 um 06:59 schrieb Baruch Siach: >> Use 'supported' instead of 'support'. 'support' makes no sense in this >> context. >> >> Sig

[PATCH] doc: dma-buf: fix grammar typo

2024-04-14 Thread Baruch Siach
Signed-off-by: Baruch Siach --- Documentation/driver-api/dma-buf.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/driver-api/dma-buf.rst b/Documentation/driver-api/dma-buf.rst index 0c153d79ccc4..29abf1eebf9f 100644 --- a/Documentation/driver-api/dma-buf.rst