Flaky tests for vkms

2024-01-01 Thread Vignesh Raman
Hi Maintainers, The patch introducing vkms driver testing in drm-ci has been submitted upstream (https://patchwork.kernel.org/project/dri-devel/patch/20230922171237.550762-3-helen.ko...@collabora.com/) We will send an update to this patch with new test results from the latest drm-misc-next.

Re: [PATCH v4 10/17] drm/mediatek: Support more color formats in OVL

2024-01-01 Thread 胡俊光

Re: [PATCH v4 09/17] drm/mediatek: Support CSC in OVL

2024-01-01 Thread 胡俊光

Re: [PATCH v4 08/17] drm/mediatek: Support alpha blending in display driver

2024-01-01 Thread 胡俊光

Re: [PATCH v4 07/17] drm/mediatek: Support alpha blending in Mixer

2024-01-01 Thread 胡俊光

Re: [PATCH v4 06/17] drm/mediatek: Support alpha blending in OVL

2024-01-01 Thread 胡俊光

Re: [PATCH v4 05/17] drm/mediatek: Set DRM mode configs accordingly

2024-01-01 Thread 胡俊光

linux-next: build warning after merge of the drm tree

2024-01-01 Thread Stephen Rothwell
Hi all, After merging the drm tree, today's linux-next build (x86_64 allmodconfig) produced this warning: In file included from include/drm/drm_mm.h:51, from drivers/gpu/drm/xe/xe_bo_types.h:11, from drivers/gpu/drm/xe/xe_bo.h:11, from drivers/g

linux-next: manual merge of the drm tree with the mm tree

2024-01-01 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm tree got a conflict in: drivers/accel/qaic/qaic_data.c between commit: 78f5d33f3dd4 ("mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER") from the mm tree and commit: 47fbee5f27ed ("accel/qaic: Update MAX_ORDER use to be inclusive") from the d

[PATCH 2/2] drm/panel: samsung-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02

2024-01-01 Thread Artur Weber
It turns out that I had misconfigured the device I was using the panel with; the bus data polarity is not high for this panel, I had to change the config on the display controller's side. Fix the panel config to properly reflect its accurate settings. Signed-off-by: Artur Weber --- drivers/gpu/

[PATCH 1/2] ARM: dts: exynos4212-tab3: add samsung,invert-vclk flag to fimd

2024-01-01 Thread Artur Weber
After more investigation, I've found that it's not the panel driver config that needs to be modified to invert the data polarity, but the FIMD config. Add the missing invert-vclk option that is required to get the display to work correctly. Signed-off-by: Artur Weber --- arch/arm/boot/dts/samsu

[PATCH 0/2] Fix panel polarity mixup in S6D7AA0 panel driver and Galaxy Tab 3 8.0 DTSI

2024-01-01 Thread Artur Weber
-s6d7aa0: drop DRM_BUS_FLAG_DE_HIGH for lsl080al02 arch/arm/boot/dts/samsung/exynos4212-tab3.dtsi | 1 + drivers/gpu/drm/panel/panel-samsung-s6d7aa0.c | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) --- base-commit: 610a9b8f49fbcf1100716370d3b5f6f884a2835a change-id: 20240101-tab3-display

Re: [PATCH v2 5/8] dt-bindings: nt35510: add compatible for FRIDA FRD400B25025-A-CTK

2024-01-01 Thread Linus Walleij
On Mon, Jan 1, 2024 at 5:16 PM Dario Binacchi wrote: > The patch adds the FRIDA FRD400B25025-A-CTK panel, which belongs to the > Novatek NT35510-based panel family. > > Signed-off-by: Dario Binacchi Reviewed-by: Linus Walleij Yours, Linus Walleij

[PATCH v2 8/8] drm/panel: nt35510: support FRIDA FRD400B25025-A-CTK

2024-01-01 Thread Dario Binacchi
The initialization commands are taken from the STMicroelectronics driver found at [1]. To ensure backward compatibility, flags have been added to enable gamma correction setting and display control. In other cases, registers have been set to their default values according to the specifications foun

[PATCH v2 7/8] drm/panel: nt35510: move hardwired parameters to configuration

2024-01-01 Thread Dario Binacchi
This patch, preparatory for future developments, move the hardwired parameters to configuration data to allow the addition of new NT35510-based panels. Signed-off-by: Dario Binacchi --- Changes in v2: - Re-write the patch [7/8] "drm/panel: nt35510: refactor panel initialization" in the same s

[PATCH v2 5/8] dt-bindings: nt35510: add compatible for FRIDA FRD400B25025-A-CTK

2024-01-01 Thread Dario Binacchi
The patch adds the FRIDA FRD400B25025-A-CTK panel, which belongs to the Novatek NT35510-based panel family. Signed-off-by: Dario Binacchi --- Changes in v2: - Add a dash in front of each "items:" .../bindings/display/panel/novatek,nt35510.yaml| 10 +++--- 1 file changed, 7 inserti

[PATCH v2 0/8] Add display support for stm32f769-disco board

2024-01-01 Thread Dario Binacchi
The series adds display support for the stm32f769-disco board. It has been tested on hardware revisions MB1225-B03 and MB1166-A09. This required modifications to the nt35510 driver. As I do not have the Hydis HVA40WV1 display, it would be better if someone tested the driver in that configuration.

Re: [PATCH v5 0/4] drm/solomon: Add support for the SSD133x controller family

2024-01-01 Thread Javier Martinez Canillas
Javier Martinez Canillas writes: > Hello, > > This patch-set adds support for the family of SSD133x Solomon controllers, > such as the SSD1331. These are used for RGB Dot Matrix OLED/PLED panels. > > This is a v5 that is basically the same than the previous v4 but dropping > support for I2C since