Hi, On Wed, Oct 8, 2025 at 1:28 AM Svyatoslav Ryhel <[email protected]> wrote: > > The LD070WX3 is a Color Active Matrix Liquid Crystal Display with an > integral Light Emitting Diode (LED) backlight system. The matrix employs > a-Si Thin Film Transistor as the active element. It is a transmissive type > display operating in the normally Black mode. This TFT-LCD has 7.0 inches > diagonally measured active display area with WXGA resolution (800 by 1280 > pixel array). > > LG LD070WX3-SL01 MIPI DSI panel was treated as simple DSI panel when it is > actually not and requires proper setup for correct work. Simple panel work > relied on preliminary configuration done by bootloader. > > Signed-off-by: Svyatoslav Ryhel <[email protected]> > --- > drivers/gpu/drm/panel/Kconfig | 13 ++ > drivers/gpu/drm/panel/Makefile | 1 + > drivers/gpu/drm/panel/panel-lg-ld070wx3.c | 184 ++++++++++++++++++++++ > drivers/gpu/drm/panel/panel-simple.c | 31 ---- > 4 files changed, 198 insertions(+), 31 deletions(-) > create mode 100644 drivers/gpu/drm/panel/panel-lg-ld070wx3.c
Reviewed-by: Douglas Anderson <[email protected]>
