Commit 3e71fc7c authored by James Flowers's avatar James Flowers Committed by Alex Deucher
Browse files

drm/amd/display: adds kernel-doc comment for dc_stream_remove_writeback()



Adds kernel-doc for externally linked dc_stream_remove_writeback function.

Signed-off-by: default avatarJames Flowers <bold.zone2373@fastmail.com>
Reviewed-by: default avatarAlex Hung <alex.hung@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 3e50b1d6
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -569,6 +569,14 @@ bool dc_stream_fc_disable_writeback(struct dc *dc,
	return true;
}

/**
 * dc_stream_remove_writeback() - Disables writeback and removes writeback info.
 * @dc: Display core control structure.
 * @stream: Display core stream state.
 * @dwb_pipe_inst: Display writeback pipe.
 *
 * Return: returns true on success, false otherwise.
 */
bool dc_stream_remove_writeback(struct dc *dc,
		struct dc_stream_state *stream,
		uint32_t dwb_pipe_inst)