]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commitdiff
drm/amdgpu/disply: fix documentation warnings in display manager
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 15 Dec 2020 17:07:55 +0000 (12:07 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 16 Dec 2020 18:27:17 +0000 (13:27 -0500)
Add documentation for crc window.

Fixes: c920888c604d ("drm/amd/display: Expose new CRC window property")
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Wayne Lin <Wayne.Lin@amd.com>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Reviewed-by: Wayne Lin <Wayne.Lin@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.h

index 0b31779a04856ffef6730ce884299a6ee50afbaa..2ee6edb3df931b5eb100722377eff805f9c19fd7 100644 (file)
@@ -337,10 +337,29 @@ struct amdgpu_display_manager {
        const struct gpu_info_soc_bounding_box_v1_0 *soc_bounding_box;
 
 #ifdef CONFIG_DEBUG_FS
-       /* set the crc calculation window*/
+       /**
+        * @crc_win_x_start_property:
+        *
+        * X start of the crc calculation window
+        */
        struct drm_property *crc_win_x_start_property;
+       /**
+        * @crc_win_y_start_property:
+        *
+        * Y start of the crc calculation window
+        */
        struct drm_property *crc_win_y_start_property;
+       /**
+        * @crc_win_x_end_property:
+        *
+        * X end of the crc calculation window
+        */
        struct drm_property *crc_win_x_end_property;
+       /**
+        * @crc_win_y_end_property:
+        *
+        * Y end of the crc calculation window
+        */
        struct drm_property *crc_win_y_end_property;
 #endif
        /**