[Intel-gfx] [PATCH] drm: expose subpixel order name routine v3

2014-02-11 Thread Daniel Vetter
On Mon, Feb 10, 2014 at 03:32:44PM -0800, Jesse Barnes wrote: > Just like we have for connector type etc. > > v2: drop static array (Chris) > v3: add kdoc (Daniel) > > Signed-off-by: Jesse Barnes Merged this and the i915 debugfs patch to dinq with Dave's ack. -Daniel -- Daniel Vetter Software

[PATCH] drm: expose subpixel order name routine v3

2014-02-10 Thread Jesse Barnes
Just like we have for connector type etc. v2: drop static array (Chris) v3: add kdoc (Daniel) Signed-off-by: Jesse Barnes --- drivers/gpu/drm/drm_crtc.c | 23 +++ include/drm/drm_crtc.h |1 + 2 files changed, 24 insertions(+) diff --git a/drivers/gpu/drm/drm_crtc.