Re: [PATCH v2] drm/panel: jdi-lt070me05000: Use MIPI DSI multi functions

From: Chintan Patel

Date: Wed Feb 04 2026 - 21:10:56 EST



---

Changes in v2:
- Replaced mdelay() with mipi_dsi_usleep_range() for timing (tighter bounds per review)
- Switched to mipi_dsi_generic_write_seq_multi() for cleaner varargs syntax
- Applied lowercase hex notation per kernel style guide
- Added error accumulator reset in jdi_panel_off() to preserve power-down behavior
- Kept final msleep(100) outside multi context for safety

.../gpu/drm/panel/panel-jdi-lt070me05000.c | 105 ++++--------------
1 file changed, 24 insertions(+), 81 deletions(-)

This looks nice to me now, and I think it's a nice improvement to the driver.

Reviewed-by: Douglas Anderson <dianders@xxxxxxxxxxxx>

I'll put it in my queue and plan to land it next week unless someone
beats me to it or has additional comments.

Thank you Doug! I appreciate your review feedback.

-Doug