提交 cbd4945c 编写于 作者: A Alex Deucher

drm/amdgpu/display: fix dal_allocation documentation

Add missing structure elements.

Fixes: 0dd79532 ("drm/amdgpu/display: Implement functions to let DC allocate GPU memory")
Reviewed-by: NRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: NAlex Deucher <alexander.deucher@amd.com>
上级 50610b74
...@@ -139,6 +139,10 @@ struct amdgpu_dm_backlight_caps { ...@@ -139,6 +139,10 @@ struct amdgpu_dm_backlight_caps {
/** /**
* struct dal_allocation - Tracks mapped FB memory for SMU communication * struct dal_allocation - Tracks mapped FB memory for SMU communication
* @list: list of dal allocations
* @bo: GPU buffer object
* @cpu_ptr: CPU virtual address of the GPU buffer object
* @gpu_addr: GPU virtual address of the GPU buffer object
*/ */
struct dal_allocation { struct dal_allocation {
struct list_head list; struct list_head list;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册