drm/arm: hdlcd: Use CMA helper for plane buffer address calculation
authorLiviu Dudau <Liviu.Dudau@arm.com>
Tue, 13 Jun 2017 11:18:03 +0000 (12:18 +0100)
committerLiviu Dudau <Liviu.Dudau@arm.com>
Wed, 21 Jun 2017 09:30:01 +0000 (10:30 +0100)
commit49a58f26af7b5ee28ea8788fcd2bb7b590c711c5
treec871ae0cfb520c1a1ee6e449738b8e4488c28cd3
parentde5cc8155cd250a31da67dea49aff7637ce98887
drm/arm: hdlcd: Use CMA helper for plane buffer address calculation

CMA has gained a recent helper function for calculating the start
of the plane buffer's physical address. Use that instead of the
hand rolled version.

Signed-off-by: Liviu Dudau <liviu.dudau@arm.com>
drivers/gpu/drm/arm/hdlcd_crtc.c