Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: panel: simple-panel: add bus format information for foxlink panel

Foxlink's fl500wvr00-a0t supports RGB888 format.

Signed-off-by: Boris Brezillon <boris.brezillon@free-electrons.com>
Acked-by: Thierry Reding <treding@nvidia.com>

+1
+1
drivers/gpu/drm/panel/panel-simple.c
··· 563 563 .width = 108, 564 564 .height = 65, 565 565 }, 566 + .bus_format = MEDIA_BUS_FMT_RGB888_1X24, 566 567 }; 567 568 568 569 static const struct drm_display_mode hannstar_hsd070pww1_mode = {