Re: Exynos vblank timeout issue

2022-06-04 Thread Martin Jücker
gt; > Thanks, > Inki Dae > > 2022년 5월 27일 (금) 오전 8:34, Martin Jücker 님이 작성: > > > > Hello again, > > > > I tried to dig around a bit to unearth some more information. What I'm > > seeing is that it works just fine in the beginning, planes are updated a &

Re: Exynos vblank timeout issue

2022-05-26 Thread Martin Jücker
x/y(0,0), width/height(1280,800) -> vsync timeout comes here - I have no idea how to analyze this further on the kernel side. I'll try to write an executable that triggers this bug next. If you have any ideas on that, I'd be very grateful. Kind Regards Martin On Sun, May 22, 2022 at 12:

Re: Exynos vblank timeout issue

2022-05-22 Thread Martin Jücker
On Sun, May 22, 2022 at 09:45:51AM +0200, Krzysztof Kozlowski wrote: > On 22/05/2022 02:02, Martin Jücker wrote: > > Hello, > > > > I'm trying to get Android 12 up and running on my Galaxy Note 10.1 which > > is based on Exynos 4412 with a Mali GPU. For Andr

Exynos vblank timeout issue

2022-05-22 Thread Martin Jücker
Hello, I'm trying to get Android 12 up and running on my Galaxy Note 10.1 which is based on Exynos 4412 with a Mali GPU. For Android 11, I had no issues with graphics but after upgrading and building Android 12, I'm getting a vblank wait timeout shortly after starting the device setup, which in tu

[PATCH 2/3] drm/panel: simple: add support for the Samsung LTL101AL01 panel

2022-05-18 Thread Martin Jücker
Add timings and panel description for the Samsung LTL101AL01 panel. Signed-off-by: Martin Jücker --- drivers/gpu/drm/panel/panel-simple.c | 34 1 file changed, 34 insertions(+) diff --git a/drivers/gpu/drm/panel/panel-simple.c b/drivers/gpu/drm/panel/panel

[PATCH 1/3] dt-bindings: display: simple: add support for Samsung LTL101AL01

2022-05-18 Thread Martin Jücker
Add the Samsung LTL101AL01 WXGA LCD panel to the list. Signed-off-by: Martin Jücker --- .../devicetree/bindings/display/panel/panel-simple.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Documentation/devicetree/bindings/display/panel/panel-simple.yaml b/Documentation

[PATCH 3/3] ARM: dts: exynos: add panel and backlight to p4note

2022-05-18 Thread Martin Jücker
Add configuration for the LTL101AL01 panel and a pwm backlight to drive the display in the p4note devices. Signed-off-by: Martin Jücker --- arch/arm/boot/dts/exynos4412-p4note.dtsi | 84 1 file changed, 71 insertions(+), 13 deletions(-) diff --git a/arch/arm/boot/dts

Re: [PATCH] drm/exynos: fimd: add BGR support for exynos4/5

2022-03-02 Thread Martin Jücker
Hi Inki, On Tue, Mar 01, 2022 at 04:52:20PM +0900, Inki Dae wrote: > Hi Martin, > > 22. 2. 25. 18:33에 Martin Jücker 이(가) 쓴 글: > > Hello Inki, > > > > On Fri, Feb 25, 2022 at 12:52:56PM +0900, Inki Dae wrote: > >> Hi Martin, > >> > >> 22.

Re: [PATCH] drm/exynos: fimd: add BGR support for exynos4/5

2022-02-26 Thread Martin Jücker
Hello Inki, On Fri, Feb 25, 2022 at 12:52:56PM +0900, Inki Dae wrote: > Hi Martin, > > 22. 2. 25. 08:27에 Martin Jücker 이(가) 쓴 글: > > Hello Inki, > > > > On Thu, Feb 24, 2022 at 10:41:04AM +0900, Inki Dae wrote: > >> Hi Martin. > >> > >> I

Re: [PATCH] drm/exynos: fimd: add BGR support for exynos4/5

2022-02-25 Thread Martin Jücker
used on tested devices? I know that some other Galaxy Note and S devices with the exynos4 chip have the same problem (and solution). > > Anyway, I'd like to recommend you to use documented register only. > > Sorry for late and thanks, > Inki Dae Kind Regards Martin > &

[PATCH] drm/exynos: fimd: add BGR support for exynos4/5

2022-01-31 Thread Martin Jücker
to have at least one device with this logic in the corresponding downstream kernels. Signed-off-by: Martin Jücker --- drivers/gpu/drm/exynos/exynos_drm_fimd.c | 42 ++-- include/video/samsung_fimd.h | 4 +++ 2 files changed, 44 insertions(+), 2 deletions(-) diff