linux/drivers/gpu/drm/sun4i
Jernej Skrabec f356fe8e0f drm/sun4i: Start using layer id in DE2 driver
Till now, plane selection was hardcoded to first overlay in first UI
channel and layer parameter is unused.

Rename and add parameters to layer functions so they would represent HW
more accurately and start using then.

It turns out that overlays don't fit well in current DRM design, because
they can't be blended together or scaled independetly when they are set
to same channel. Because of that, always use only first overlay in each
channel.

Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20171201060550.10392-11-jernej.skrabec@siol.net
2017-12-05 13:22:42 +01:00
..
Kconfig
Makefile main drm pull request for v4.15 2017-11-15 20:42:10 -08:00
sun4i_backend.c drm/sun4i: Add support for A20 display pipeline components 2017-10-17 19:49:17 +02:00
sun4i_backend.h drm/sun4i: backend: Support output muxing 2017-10-17 19:49:15 +02:00
sun4i_crtc.c drm/sun4i: tcon: Don't rely on encoders to set the TCON mode 2017-10-17 19:49:13 +02:00
sun4i_crtc.h
sun4i_dotclock.c
sun4i_dotclock.h
sun4i_drv.c drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCON 2017-11-30 16:46:05 +01:00
sun4i_drv.h
sun4i_framebuffer.c
sun4i_framebuffer.h
sun4i_hdmi_ddc_clk.c drm/sun4i: tcon: Don't rely on encoders to set the TCON mode 2017-10-17 19:49:13 +02:00
sun4i_hdmi_enc.c drm/sun4i: hdmi: Support HDMI controller on A10 2017-10-17 19:49:16 +02:00
sun4i_hdmi_i2c.c
sun4i_hdmi_tmds_clk.c drm/sun4i: tcon: Don't rely on encoders to set the TCON mode 2017-10-17 19:49:13 +02:00
sun4i_hdmi.h
sun4i_layer.c
sun4i_layer.h
sun4i_rgb.c drm/sun4i: tcon: Don't rely on encoders to set the TCON mode 2017-10-17 19:49:13 +02:00
sun4i_rgb.h
sun4i_tcon.c drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCON 2017-11-30 16:46:05 +01:00
sun4i_tcon.h drm/sun4i: use sun4i_tcon_of_table to check if a device node is a TCON 2017-11-30 16:46:05 +01:00
sun4i_tv.c drm/sun4i: tcon: Don't rely on encoders to set the TCON mode 2017-10-17 19:49:13 +02:00
sun6i_drc.c
sun8i_layer.c drm/sun4i: Start using layer id in DE2 driver 2017-12-05 13:22:42 +01:00
sun8i_layer.h drm/sun4i: Start using layer id in DE2 driver 2017-12-05 13:22:42 +01:00
sun8i_mixer.c drm/sun4i: Start using layer id in DE2 driver 2017-12-05 13:22:42 +01:00
sun8i_mixer.h drm/sun4i: Start using layer id in DE2 driver 2017-12-05 13:22:42 +01:00
sunxi_engine.h