mirror of
https://github.com/torvalds/linux.git
synced 2026-01-25 15:03:52 +08:00
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:
committed by
Alex Deucher
parent
3e50b1d625
commit
3e71fc7c4c
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user