From eb46db1927b0d81885091396459ee443041daa5e Mon Sep 17 00:00:00 2001 From: Jesse Barnes Date: Mon, 7 Nov 2011 12:03:14 -0800 Subject: [PATCH] --- yaml --- r: 282471 b: refs/heads/master c: 7749163efe5b366d53a3609229263c7a7994a8df h: refs/heads/master i: 282469: 319d7debb739461752766d95aecfe5c75208968c 282467: 7a0eb3618799c29d7710b2cc371809929039303f 282463: 9fd3191618767de870b9a627e6892ae9fbb5d50b v: v3 --- [refs] | 2 +- trunk/include/drm/drm_crtc.h | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/[refs] b/[refs] index 2d294fbb69bf..db3fb0fa691f 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 6f215f9f86eedd8dd8709ba2f725b042da6b6e89 +refs/heads/master: 7749163efe5b366d53a3609229263c7a7994a8df diff --git a/trunk/include/drm/drm_crtc.h b/trunk/include/drm/drm_crtc.h index 4f2feee4f479..9014599791a5 100644 --- a/trunk/include/drm/drm_crtc.h +++ b/trunk/include/drm/drm_crtc.h @@ -344,10 +344,21 @@ struct drm_crtc_funcs { /** * drm_crtc - central CRTC control structure + * @dev: parent DRM device + * @head: list management + * @base: base KMS object for ID tracking etc. * @enabled: is this CRTC enabled? + * @mode: current mode timings + * @hwmode: mode timings as programmed to hw regs * @x: x position on screen * @y: y position on screen * @funcs: CRTC control functions + * @gamma_size: size of gamma ramp + * @gamma_store: gamma ramp values + * @framedur_ns: precise frame timing + * @framedur_ns: precise line timing + * @pixeldur_ns: precise pixel timing + * @helper_private: mid-layer private data * * Each CRTC may have one or more connectors associated with it. This structure * allows the CRTC to be controlled.