Skip to content

Commit cbd4945

Browse files
committed
drm/amdgpu/display: fix dal_allocation documentation
Add missing structure elements. Fixes: 0dd7953 ("drm/amdgpu/display: Implement functions to let DC allocate GPU memory") Reviewed-by: Rodrigo Siqueira <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
1 parent 50610b7 commit cbd4945

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

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

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,10 @@ struct amdgpu_dm_backlight_caps {
139139

140140
/**
141141
* struct dal_allocation - Tracks mapped FB memory for SMU communication
142+
* @list: list of dal allocations
143+
* @bo: GPU buffer object
144+
* @cpu_ptr: CPU virtual address of the GPU buffer object
145+
* @gpu_addr: GPU virtual address of the GPU buffer object
142146
*/
143147
struct dal_allocation {
144148
struct list_head list;

0 commit comments

Comments
 (0)