Skip to content

Commit 9ea5d97

Browse files
Aurabindo Pillaigregkh
authored andcommitted
drm/amd/display: Fix vupdate_offload_work doc
commit e9c840d4505d5049da1873acf93744d384b12a0b upstream. Fix the following warning in struct documentation: drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h:168: warning: expecting prototype for struct dm_vupdate_work. Prototype was for struct vupdate_offload_work instead Fixes: c210b757b400 ("drm/amd/display: fix dmub access race condition") Reported-by: Stephen Rothwell <[email protected]> Signed-off-by: Aurabindo Pillai <[email protected]> Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Alex Deucher <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 1b60457 commit 9ea5d97

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ struct idle_workqueue {
153153
};
154154

155155
/**
156-
* struct dm_vupdate_work - Work data for periodic action in idle
156+
* struct vupdate_offload_work - Work data for offloading task from vupdate handler
157157
* @work: Kernel work data for the work event
158158
* @adev: amdgpu_device back pointer
159159
* @stream: DC stream associated with the crtc

0 commit comments

Comments
 (0)