Signed-off-by: John Hunter zhjwpku@gmail.com --- include/drm/drm_crtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 2e80ad1..8ad8507 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -974,7 +974,7 @@ struct drm_mode_set { * struct drm_mode_config_funcs - basic driver provided mode setting functions * @fb_create: create a new framebuffer object * @output_poll_changed: function to handle output configuration changes - * @atomic_check: check whether a give atomic state update is possible + * @atomic_check: check whether a given atomic state update is possible * @atomic_commit: commit an atomic state update previously verified with * atomic_check() *
On Tue, Apr 14, 2015 at 05:07:22PM +0800, John Hunter wrote:
Signed-off-by: John Hunter zhjwpku@gmail.com
Merged to topic/drm-misc, thanks. -Daniel
include/drm/drm_crtc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 2e80ad1..8ad8507 100644 --- a/include/drm/drm_crtc.h +++ b/include/drm/drm_crtc.h @@ -974,7 +974,7 @@ struct drm_mode_set {
- struct drm_mode_config_funcs - basic driver provided mode setting functions
- @fb_create: create a new framebuffer object
- @output_poll_changed: function to handle output configuration changes
- @atomic_check: check whether a give atomic state update is possible
- @atomic_check: check whether a given atomic state update is possible
- @atomic_commit: commit an atomic state update previously verified with
- atomic_check()
-- 1.9.1
dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel
dri-devel@lists.freedesktop.org