We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50610b7 commit cbd4945Copy full SHA for cbd4945
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
@@ -139,6 +139,10 @@ struct amdgpu_dm_backlight_caps {
139
140
/**
141
* 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
146
*/
147
struct dal_allocation {
148
struct list_head list;
0 commit comments