aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2021-04-23 16:46:19 -0400
committerAlex Deucher <alexander.deucher@amd.com>2021-05-10 18:06:42 -0400
commita273f315b949ac55694fedac9ee4ceeb47f537b0 (patch)
tree5fa43b218ddc613ab30f4971ea1c5ecbf27c5866
parentdrm/amd/pm/powerplay/hwmgr: Fix kernel-doc syntax in documentation (diff)
downloadlinux-dev-a273f315b949ac55694fedac9ee4ceeb47f537b0.tar.xz
linux-dev-a273f315b949ac55694fedac9ee4ceeb47f537b0.zip
drm/amdgpu/display: add documentation for dmcub_trace_event_en
Was missing when this structure was updated. Fixes: 46a83eba276cd3 ("drm/amd/display: Add debugfs to control DMUB trace buffer events") Reviewed-by: Leo (Hanghong) Ma <hanghong.ma@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
index b2f2ccfc20bb..47c658ca3535 100644
--- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
+++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h
@@ -164,6 +164,7 @@ struct dal_allocation {
* @compressor: Frame buffer compression buffer. See &struct dm_compressor_info
* @force_timing_sync: set via debugfs. When set, indicates that all connected
* displays will be forced to synchronize.
+ * @dmcub_trace_event_en: enable dmcub trace events
*/
struct amdgpu_display_manager {