[PATCH 1/2] drm/bridge: Add virtual display DT bindings
Linus Walleij
linus.walleij at linaro.org
Tue Oct 16 09:40:06 UTC 2018
On Wed, Aug 29, 2018 at 2:16 PM Andrzej Hajda <a.hajda at samsung.com> wrote:
> My question still stands: what is wrong/missing with dpi panel?
Hopefully described with my other answer :)
> I did not analyze details, but pl111 output seems to be DPI compatible.
This patch set is not trying to support the electronic device
PL111 at all. I am trying to support an emulator which has a
half-done emulation of the PL111 registers.
The other panels actually attached to real world instances
of PL111 made in silicon, all have proper drivers in
drivers/gpu/drm/panel already.
All real electronics are already covered. They use:
drivers/gpu/drm/panel/panel-arm-versatile.c
drivers/gpu/drm/bridge/dumb-vga-dac.c
All QEMU emulators are already covered (by making
QEMU emulation behave like real hardware). It now
uses DDC by way of dumb-vga-dac.c.
This virtual display in this emulator is the missing final piece to
convert the PL111 fbdev driver over to use DRM.
Yours,
Linus Walleij
More information about the dri-devel
mailing list