On Sat, May 21, 2022 at 01:31:55PM +0800, Junhao Xie wrote: > Add Samsung Full HD EA8076 panel with a resolution of 2340x1080@60Hz > > Xiaomi MIX 3 smartphone uses this panel > > Signed-off-by: Junhao Xie <bigfoot@xxxxxxxxxxx> > --- > .../display/panel/panel-simple-dsi.yaml | 2 + Acked-by: Rob Herring <robh@xxxxxxxxxx> In the future, bindings should be a separate patch. > drivers/gpu/drm/panel/Kconfig | 10 + > drivers/gpu/drm/panel/Makefile | 1 + > .../gpu/drm/panel/panel-samsung-fhd-ea8076.c | 339 ++++++++++++++++++ > 4 files changed, 352 insertions(+) > create mode 100644 drivers/gpu/drm/panel/panel-samsung-fhd-ea8076.c