drm/amd/display: Fix incorrect comment
authorAurabindo Pillai <aurabindo.pillai@amd.com>
Wed, 9 Aug 2023 19:43:07 +0000 (15:43 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 30 Aug 2023 19:37:33 +0000 (15:37 -0400)
Fix incorrect comment about hardware capabilities debugfs interface.

Reviewed-by: Jerry Zuo <jerry.zuo@amd.com>
Acked-by: Hamza Mahfooz <hamza.mahfooz@amd.com>
Signed-off-by: Aurabindo Pillai <aurabindo.pillai@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c

index b5f3b33b625d15490649277a992939554f92374b..0c4dd922cfaf62ae523957980906bc19b9271dd3 100644 (file)
@@ -3606,8 +3606,7 @@ DEFINE_DEBUGFS_ATTRIBUTE(disable_hpd_ops, disable_hpd_get,
                         disable_hpd_set, "%llu\n");
 
 /*
- * Returns 1 if hardware supports MALL cache
- * 0 otherwise.
+ * Prints hardware capabilities. These are used for IGT testing.
  */
 static int capabilities_show(struct seq_file *m, void *unused)
 {