[PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-13 Thread Ville Syrjälä
On Fri, Apr 13, 2012 at 04:42:04AM +0200, Roland Scheidegger wrote: > Am 12.04.2012 14:23, schrieb Ville Syrj?l?: > > On Wed, Apr 11, 2012 at 08:53:08PM +0200, Roland Scheidegger wrote: > >> Am 05.04.2012 20:35, schrieb ville.syrjala at linux.intel.com: > >>> From: Ville Syrj?l? > >>> > >>> These

[PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-13 Thread Roland Scheidegger
Am 12.04.2012 14:23, schrieb Ville Syrj?l?: > On Wed, Apr 11, 2012 at 08:53:08PM +0200, Roland Scheidegger wrote: >> Am 05.04.2012 20:35, schrieb ville.syrjala at linux.intel.com: >>> From: Ville Syrj?l? >>> >>> These functions return the chroma subsampling factors for the specified >>> pixel

Re: [PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-13 Thread Ville Syrjälä
On Fri, Apr 13, 2012 at 04:42:04AM +0200, Roland Scheidegger wrote: Am 12.04.2012 14:23, schrieb Ville Syrjälä: On Wed, Apr 11, 2012 at 08:53:08PM +0200, Roland Scheidegger wrote: Am 05.04.2012 20:35, schrieb ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com

[PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-12 Thread Ville Syrjälä
On Wed, Apr 11, 2012 at 08:53:08PM +0200, Roland Scheidegger wrote: > Am 05.04.2012 20:35, schrieb ville.syrjala at linux.intel.com: > > From: Ville Syrj?l? > > > > These functions return the chroma subsampling factors for the specified > > pixel format. > Hmm not really related but looking at

Re: [PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-12 Thread Ville Syrjälä
On Wed, Apr 11, 2012 at 08:53:08PM +0200, Roland Scheidegger wrote: Am 05.04.2012 20:35, schrieb ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com These functions return the chroma subsampling factors for the specified pixel format. Hmm not really related

Re: [PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-12 Thread Roland Scheidegger
Am 12.04.2012 14:23, schrieb Ville Syrjälä: On Wed, Apr 11, 2012 at 08:53:08PM +0200, Roland Scheidegger wrote: Am 05.04.2012 20:35, schrieb ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com These functions return the chroma subsampling factors for the specified

[PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-11 Thread Roland Scheidegger
Am 05.04.2012 20:35, schrieb ville.syrjala at linux.intel.com: > From: Ville Syrj?l? > > These functions return the chroma subsampling factors for the specified > pixel format. Hmm not really related but looking at it this reminds me these formats always look a bit underspecified wrt chroma

Re: [PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-11 Thread Roland Scheidegger
Am 05.04.2012 20:35, schrieb ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com These functions return the chroma subsampling factors for the specified pixel format. Hmm not really related but looking at it this reminds me these formats always look a bit

[PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-05 Thread ville.syrj...@linux.intel.com
From: Ville Syrj?l? These functions return the chroma subsampling factors for the specified pixel format. Signed-off-by: Ville Syrj?l? --- drivers/gpu/drm/drm_crtc.c | 60 include/drm/drm_crtc.h |2 + 2

[PATCH 3/4] drm: Add drm_format_{horz, vert}_chroma_subsampling() utility functions

2012-04-05 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com These functions return the chroma subsampling factors for the specified pixel format. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/drm_crtc.c | 60