Loading include/drm/drm_crtc.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -975,7 +975,7 @@ struct drm_mode_set { * struct drm_mode_config_funcs - basic driver provided mode setting functions * struct drm_mode_config_funcs - basic driver provided mode setting functions * @fb_create: create a new framebuffer object * @fb_create: create a new framebuffer object * @output_poll_changed: function to handle output configuration changes * @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_commit: commit an atomic state update previously verified with * atomic_check() * atomic_check() * * Loading Loading
include/drm/drm_crtc.h +1 −1 Original line number Original line Diff line number Diff line Loading @@ -975,7 +975,7 @@ struct drm_mode_set { * struct drm_mode_config_funcs - basic driver provided mode setting functions * struct drm_mode_config_funcs - basic driver provided mode setting functions * @fb_create: create a new framebuffer object * @fb_create: create a new framebuffer object * @output_poll_changed: function to handle output configuration changes * @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_commit: commit an atomic state update previously verified with * atomic_check() * atomic_check() * * Loading