[PATCH 01/22] drm: Add drm_format_plane_width() and drm_format_plane_height()

2015-10-21 Thread Daniel Vetter
On Wed, Oct 14, 2015 at 07:28:53PM +0300, ville.syrjala at linux.intel.com wrote: > From: Ville Syrjälä > > Add a few helpers to get the dimensions of the chroma plane(s). > > Cc: dri-devel at lists.freedesktop.org > Signed-off-by: Ville Syrjälä > --- > include/drm/drm_crtc.h | 12 +++

[PATCH 01/22] drm: Add drm_format_plane_width() and drm_format_plane_height()

2015-10-14 Thread ville.syrj...@linux.intel.com
From: Ville Syrjälä Add a few helpers to get the dimensions of the chroma plane(s). Cc: dri-devel at lists.freedesktop.org Signed-off-by: Ville Syrjälä --- include/drm/drm_crtc.h | 12 1 file changed, 12 insertions(+) diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc