diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-05 18:20:37 +0200 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2014-05-05 18:20:37 +0200 |
commit | 08686c79ae55acc256152f4c746e42bf935ea929 (patch) | |
tree | 1a87cf50b84a5bc756c136620a715371d12c4367 /include/drm/drm_crtc_helper.h | |
parent | 89bfa937a08295b85023869def10ea031c63cd0a (diff) | |
parent | a74591d781a8e445e8d5aec8a8bb9ec43a31138b (diff) |
Merge remote-tracking branch 'origin/topic/core-stuff' into drm-intel-nightly
Diffstat (limited to 'include/drm/drm_crtc_helper.h')
-rw-r--r-- | include/drm/drm_crtc_helper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drm/drm_crtc_helper.h b/include/drm/drm_crtc_helper.h index f51c8393e9a8..a3d75fefd010 100644 --- a/include/drm/drm_crtc_helper.h +++ b/include/drm/drm_crtc_helper.h @@ -114,7 +114,7 @@ struct drm_encoder_helper_funcs { /** * drm_connector_helper_funcs - helper operations for connectors * @get_modes: get mode list for this connector - * @mode_valid: is this mode valid on the given connector? + * @mode_valid (optional): is this mode valid on the given connector? * * The helper operations are called by the mid-layer CRTC helper. */ |