[PATCH v3] drm/bridge: microchip-lvds: fix bus format mismatch with VESA displays

2025-06-25 Thread Dharma Balasubiramani
From: Sandeep Sheriker M The LVDS controller was hardcoded to JEIDA mapping, which leads to distorted output on panels expecting VESA mapping. Update the driver to dynamically select the appropriate mapping and pixel size based on the panel's advertised media bus format. This ensures compatibili

Re: [PATCH v3] drm/bridge: microchip-lvds: fix bus format mismatch with VESA displays

2025-06-23 Thread Maxime Ripard
Hi, On Tue, Jun 24, 2025 at 10:10:25AM +0530, Dharma Balasubiramani wrote: > From: Sandeep Sheriker M > > The LVDS controller was hardcoded to JEIDA mapping, which leads to > distorted output on panels expecting VESA mapping. > > Update the driver to dynamically select the appropriate mapping a