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: James Flowers <bold.zone2373@fastmail.com>
Reviewed-by: Alex Hung <alex.hung@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
James Flowers
2025-05-03 14:18:51 -07:00
committed by Alex Deucher
parent 3e50b1d625
commit 3e71fc7c4c

View File

@@ -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)