drm/sun4i: Add support for A23 display pipeline
The A23's display pipeline is similar to the A33. Differences include: - Display backend supports larger layers, 8192x8192 instead of 2048x2048 - TCON has DMA input - There is no SAT module packed in the display backend Add support for the display pipeline and its components. As the MIPI DSI output device is not officially documented, and there are no A23 reference devices to test it, it is not covered by this patch. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com> Link: https://patchwork.freedesktop.org/patch/msgid/20190125032314.20915-7-wens@csie.org
This commit is contained in:

committed by
Maxime Ripard

parent
134592da02
commit
d0ec0a3e48
@@ -719,6 +719,10 @@ const struct of_device_id sun4i_frontend_of_table[] = {
|
||||
.compatible = "allwinner,sun7i-a20-display-frontend",
|
||||
.data = &sun4i_a10_frontend
|
||||
},
|
||||
{
|
||||
.compatible = "allwinner,sun8i-a23-display-frontend",
|
||||
.data = &sun8i_a33_frontend
|
||||
},
|
||||
{
|
||||
.compatible = "allwinner,sun8i-a33-display-frontend",
|
||||
.data = &sun8i_a33_frontend
|
||||
|
Reference in New Issue
Block a user