[PATCH] drm/omap: dss: Support all VOUT ports

2024-06-06 Thread Primoz Fiser
Allow function dss_dpi_select_source_dra7xx() to set the channel in the dra7xx DSS_CONTROL register for any VOUT port, not just VOUT1 (port 0). Signed-off-by: Primoz Fiser --- drivers/gpu/drm/omapdrm/dss/dss.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/drivers/gpu

[PATCH v2 3/3] drm/panel: simple: Add PrimeView PM070WL4 support

2024-06-06 Thread Primoz Fiser
Add support for PrimeView PM070WL4 7.0" (800x480) TFT-LCD panel. Datasheet can be found at [1]. [1] https://www.beyondinfinite.com/lcd/Library/Pvi/PM070WL4-V1.0.pdf Signed-off-by: Primoz Fiser --- Changes in v2: - sort alphabetically drivers/gpu/drm/panel/panel-simple.c

[PATCH v2 2/3] dt-bindings: display: simple: Add PrimeView PM070WL4 panel

2024-06-06 Thread Primoz Fiser
Add PrimeView PM070WL4 7.0" 800x480 TFT LCD panel compatible string. Signed-off-by: Primoz Fiser --- Changes in v2: - sort alphabetically .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bin

[PATCH v2 1/3] dt-bindings: vendor-prefixes: Add PrimeView

2024-06-06 Thread Primoz Fiser
The Prime View International (PVI) is a LCD panel manufacturer. Signed-off-by: Primoz Fiser --- Changes in v2: - fix subject line - sort alphabetically Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings

[PATCH 2/3] dt-bindings: display: simple: Add PrimeView PM070WL4 panel

2024-06-06 Thread Primoz Fiser
Add PrimeView PM070WL4 7.0" 800x480 TFT LCD panel compatible string. Signed-off-by: Primoz Fiser --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.ya

[PATCH 3/3] drm/panel: simple: Add PrimeView PM070WL4 support

2024-06-06 Thread Primoz Fiser
Add support for PrimeView PM070WL4 7.0" (800x480) TFT-LCD panel. Datasheet can be found at [1]. [1] https://www.beyondinfinite.com/lcd/Library/Pvi/PM070WL4-V1.0.pdf Signed-off-by: Primoz Fiser --- drivers/gpu/drm/panel/panel-simple.c | 29 1 file change

[PATCH 1/3] dt-bindings: Add vendor prefix for PrimeView

2024-06-06 Thread Primoz Fiser
The Prime View International (PVI) is a LCD panel manufacturer. Signed-off-by: Primoz Fiser --- Documentation/devicetree/bindings/vendor-prefixes.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/vendor-prefixes.yaml b/Documentation/devicetree

Re: [PATCH] drm/etnaviv: rework linear window offset calculation

2021-05-03 Thread Primoz Fiser
add: Tested-by: Primoz Fiser Otherwise, thank you for prompt response and implemented fix. BR, Primoz ___ dri-devel mailing list dri-devel@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/dri-devel

Re: [PATCH 2/2] drm/etnaviv: use CMA area to compute linear window offset if possible

2021-05-03 Thread Primoz Fiser
Hi, what happened to these patches? In thread "[REGRESSION] drm/etnaviv: command buffer outside valid memory window" [1] it was mentioned these got "shot down" due to layering violations, but no official correspondence has been found? Is is due to exporting symbols from mm/cma.c in [1/2] and why i

Re: [REGRESSION] drm/etnaviv: command buffer outside valid memory window

2021-04-26 Thread Primoz Fiser
Hi all, we are still affected by this issue from 2019 on 5.10. For example when setting "cma=256M" on phycore imx6q with 2G ram we get: [   12.573276] etnaviv etnaviv: command buffer outside valid memory window [   12.616460] etnaviv etnaviv: command buffer outside valid memory window [   12.6