Re: [PATCH v3 31/81] drm/panel/ili9341: Run DRM default client setup

2024-08-30 Thread Jessica Zhang
On 8/30/2024 1:40 AM, Thomas Zimmermann wrote: Call drm_client_setup() to run the kernel's default client setup for DRM. Set fbdev_probe in struct drm_driver, so that the client setup can start the common fbdev client. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica

Re: [PATCH 7/9] drm/panel: panel-sony-acx565akm: Use backlight power constants

2024-08-01 Thread Jessica Zhang
On 7/31/2024 5:17 AM, Thomas Zimmermann wrote: Replace FB_BLANK_ constants with their counterparts from the backlight subsystem. The values are identical, so there's no change in functionality or semantics. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Rev

Re: [PATCH 6/9] drm/panel: panel-samsung-s6e3ha2: Use backlight power constants

2024-08-01 Thread Jessica Zhang
On 7/31/2024 5:17 AM, Thomas Zimmermann wrote: Replace FB_BLANK_ constants with their counterparts from the backlight subsystem. The values are identical, so there's no change in functionality or semantics. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Rev

Re: [PATCH 5/9] drm/panel: panel-samsung-s6e63j0x03: Use backlight power constants

2024-08-01 Thread Jessica Zhang
On 7/31/2024 5:17 AM, Thomas Zimmermann wrote: Replace FB_BLANK_ constants with their counterparts from the backlight subsystem. The values are identical, so there's no change in functionality or semantics. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Rev

Re: [PATCH 4/9] drm/panel: panel-orisetech-otm8009a: Use backlight power constants

2024-08-01 Thread Jessica Zhang
On 7/31/2024 5:17 AM, Thomas Zimmermann wrote: Replace FB_BLANK_ constants with their counterparts from the backlight subsystem. The values are identical, so there's no change in functionality or semantics. Signed-off-by: Thomas Zimmermann Cc: Neil Armstrong Cc: Jessica Zhang Rev

Re: [PATCH 3/9] drm/panel: panel-novatak-nt35510: Use backlight power constants

2024-08-01 Thread Jessica Zhang
ssica Zhang Hi Thomas, Reviewed-by: Jessica Zhang Thanks, Jessica Zhang --- drivers/gpu/drm/panel/panel-novatek-nt35510.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/panel/panel-novatek-nt35510.c b/drivers/gpu/drm/panel/panel-novatek-nt35510.c

Re: [PATCH v3 6/6] drm/ci: update xfails for the new testlist

2024-05-29 Thread Jessica Zhang
-by: Jessica Zhang # msm test list --- v2: - Set the timeout of all i915 jobs to 1h30m and updated expectations file. v3: - Add a link to the email reporting the flaky tests to the maintainers. --- drivers/gpu/drm/ci/test.yml | 6 +- .../gpu/drm/ci/xfails/amdgpu

Re: [PATCH v3 5/6] drm/ci: skip driver specific tests

2024-05-29 Thread Jessica Zhang
On 5/28/2024 7:40 PM, Vignesh Raman wrote: Skip driver specific tests and skip kms tests for panfrost driver since it is not a kms driver. Reviewed-by: Dmitry Baryshkov Signed-off-by: Vignesh Raman Reviewed-by: Jessica Zhang --- v2: - Skip xe tests for amdgpu and virtio. v3

Re: [PATCH v3 2/6] drm/ci: add farm variable

2024-05-29 Thread Jessica Zhang
jobs. Signed-off-by: Vignesh Raman Reviewed-by: Jessica Zhang --- v3: - New commit to add farm variable and update device type variable. --- drivers/gpu/drm/ci/test.yml | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/ci/test.yml b/drivers

Re: [PATCH v3 1/6] drm/ci: uprev mesa version

2024-05-29 Thread Jessica Zhang
scripts for logging. Signed-off-by: Vignesh Raman Hi Vignesh, Reviewed-by: Jessica Zhang Thanks, Jessica Zhang --- v2: - Uprev to recent version and use id_tokens for JWT authentication v3: - Move adding farm variable and updating device type variable to seperate commit --- drivers

Re: [PATCH v3 1/3] drm/display: split DSC helpers from DP helpers

2024-05-28 Thread Jessica Zhang
by the separate DRM_DISPLAY_DSC_HELPER Kconfig symbol. Signed-off-by: Dmitry Baryshkov Hi Dmitry, LGTM Reviewed-by: Jessica Zhang Thanks, Jessica Zhang --- drivers/gpu/drm/amd/amdgpu/Kconfig | 1 + drivers/gpu/drm/display/Kconfig| 6 ++ drivers/gpu/drm/display/Makefile | 3

Re: [PATCH 2/8] drm/panel: do not return negative error codes from drm_panel_get_modes()

2024-03-08 Thread Jessica Zhang
to other counts leading to bogus values. On the other hand, many of the struct drm_panel_funcs .get_modes() hooks do return negative error codes, so handle them gracefully instead of propagating further. Return 0 for no modes, whatever the reason. Cc: Neil Armstrong Cc: Jessica Zhang Cc: Sam

Re: [Intel-gfx] [PATCH v5 7/8] drm/display/dsc: include the rest of pre-SCR parameters

2023-05-08 Thread Jessica Zhang
art of DSC model 20161212. Signed-off-by: Dmitry Baryshkov I checked these pre-SCR values against DSC model 20161212 and they look good to me. Reviewed-by: Jessica Zhang --- drivers/gpu/drm/display/drm_dsc_helper.c | 72 1 file changed, 72 insertions(+) di

Re: [Intel-gfx] [Freedreno] [RFC PATCH 1/2] drm/msm/dpu: add dsc helper functions

2023-03-15 Thread Jessica Zhang
on pclk_per_line (which is calculated differently between DP and DSI), but dce_bytes_per_line is calculated the same way between DP and DSI. To avoid having to duplicate math in 2 different places, I think it would help to have these calculations in some msm_dsc_helper.c file. Any thoughts on

Re: [Intel-gfx] [PATCH] drm/atomic-helpers: remove legacy_cursor_update hacks

2022-04-06 Thread Jessica Zhang
qs last enabled at (55938): [] __do_softirq+0x1e8/0x480 [ 3092.848256] softirqs last disabled at (55923): [] __irq_exit_rcu+0xdc/0x140 [ 3092.857022] ---[ end trace 0000 ]--- Thanks, Jessica Zhang Cc: "Kazlauskas, Nicholas" Cc: Dmitry Osipenko Signed-off-by: