commit | d13b33fa7d76b8f7cbf0212d570aa82887b6db0f | [log] [tgz] |
---|---|---|
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | Thu Jun 09 02:32:10 2016 +0300 |
committer | Rob Clark <robdclark@gmail.com> | Sat Jul 16 10:29:29 2016 -0400 |
tree | dbd669499a84027a0d5e6c6e8810732e8d4abb69 | |
parent | 2abe1f2509bf4976dce9a220cab3f1424f0cbb0f [diff] |
drm/msm: 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> Signed-off-by: Rob Clark <robdclark@gmail.com>