aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/drm_atomic_helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/drm_atomic_helper.c')
-rw-r--r--drivers/gpu/drm/drm_atomic_helper.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/gpu/drm/drm_atomic_helper.c b/drivers/gpu/drm/drm_atomic_helper.c
index 799c1564a4f8..8eab8944c736 100644
--- a/drivers/gpu/drm/drm_atomic_helper.c
+++ b/drivers/gpu/drm/drm_atomic_helper.c
@@ -56,9 +56,9 @@
56 * implement these functions themselves but must use the provided helpers. 56 * implement these functions themselves but must use the provided helpers.
57 * 57 *
58 * The atomic helper uses the same function table structures as all other 58 * The atomic helper uses the same function table structures as all other
59 * modesetting helpers. See the documentation for struct &drm_crtc_helper_funcs, 59 * modesetting helpers. See the documentation for &struct drm_crtc_helper_funcs,
60 * struct &drm_encoder_helper_funcs and struct &drm_connector_helper_funcs. It 60 * struct &drm_encoder_helper_funcs and &struct drm_connector_helper_funcs. It
61 * also shares the struct &drm_plane_helper_funcs function table with the plane 61 * also shares the &struct drm_plane_helper_funcs function table with the plane
62 * helpers. 62 * helpers.
63 */ 63 */
64static void 64static void
@@ -1369,7 +1369,7 @@ static int stall_checks(struct drm_crtc *crtc, bool nonblock)
1369 * actually committing the hardware state, and for nonblocking commits this call 1369 * actually committing the hardware state, and for nonblocking commits this call
1370 * must be placed in the async worker. See also drm_atomic_helper_swap_state() 1370 * must be placed in the async worker. See also drm_atomic_helper_swap_state()
1371 * and it's stall parameter, for when a driver's commit hooks look at the 1371 * and it's stall parameter, for when a driver's commit hooks look at the
1372 * ->state pointers of struct &drm_crtc, &drm_plane or &drm_connector directly. 1372 * ->state pointers of &struct drm_crtc, &drm_plane or &drm_connector directly.
1373 * 1373 *
1374 * Completion of the hardware commit step must be signalled using 1374 * Completion of the hardware commit step must be signalled using
1375 * drm_atomic_helper_commit_hw_done(). After this step the driver is not allowed 1375 * drm_atomic_helper_commit_hw_done(). After this step the driver is not allowed