Hi,
On Tue, Nov 28, 2017 at 12:19:44AM +0800, Chen-Yu Tsai wrote:
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.
I'll change that.
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.
Yeah, it's a rebase gone wrong... The second one was meant to be folded into this one.
Maxime