]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/commit
drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>
Mon, 17 Oct 2016 22:41:13 +0000 (01:41 +0300)
committerArchit Taneja <architt@codeaurora.org>
Tue, 18 Oct 2016 09:51:49 +0000 (15:21 +0530)
commitba0891d1120389ad44c4f4e6d0b71f5fbcc23163
tree8429f9abab4a247e5d0e82508b76286fab560a64
parent333d2da5b7cf8046aee88c0412170be5f6f1ed55
drm: hdlcd: Replace drm_fb_get_bpp_depth() with drm_format_plane_cpp()

The driver needs the number of bytes per pixel, not the bpp and depth
info meant for fbdev compatibility. Use the right API.

Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Acked-by: Liviu Dudau <Liviu.Dudau@arm.com>
Signed-off-by: Archit Taneja <architt@codeaurora.org>
Link: http://patchwork.freedesktop.org/patch/msgid/1476744081-24485-6-git-send-email-laurent.pinchart@ideasonboard.com
drivers/gpu/drm/arm/hdlcd_crtc.c