]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amd: Duplicate DC_FEATURE_MASK and DC_DEBUG_MASK enum values into kdoc
authorMario Limonciello <mario.limonciello@amd.com>
Wed, 10 Sep 2025 18:40:30 +0000 (13:40 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 15 Sep 2025 20:56:04 +0000 (16:56 -0400)
commite0dd9b8e9e669c5f7de0bbf2e1d2706a7c7d63f7
tree78831d25c42285b96d056425e9beee950f68cf91
parentefbacd8aeace6e0ab161e3254eb5e73fc6a85bf2
drm/amd: Duplicate DC_FEATURE_MASK and DC_DEBUG_MASK enum values into kdoc

[Why]
When kernel documentation is generated the enum values themselves don't
end up in the documentation.  This makes browsing them in HTML a lot
less useful.

[How]
Copy DC_DEBUG_MASK and DC_FEATURE_MASK enum values into matching kdoc
comments.

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Documentation/gpu/amdgpu/driver-core.rst
drivers/gpu/drm/amd/include/amd_shared.h