On Mon, Nov 27, 2017 at 11:41 PM, Maxime Ripard maxime.ripard@free-electrons.com wrote:
Add support for the A83T display pipeline.
Reviewed-by: Chen-Yu Tsai wens@csie.org Signed-off-by: Maxime Ripard maxime.ripard@free-electrons.com
Documentation/devicetree/bindings/display/sunxi/sun4i-drm.txt | 3 +++
Rob mentioned that he'd like to see these multiple one-liners be in a separate patch.
drivers/gpu/drm/sun4i/sun4i_drv.c | 2 ++ drivers/gpu/drm/sun4i/sun4i_tcon.c | 5 +++++ drivers/gpu/drm/sun4i/sun8i_mixer.c | 4 ++++ 4 files changed, 14 insertions(+)
Also not sure why you have two patches with the same subject.
ChenYu