diff options
author | Melissa Wen <[email protected]> | 2023-12-14 18:45:16 -0100 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2023-12-14 15:29:33 -0500 |
commit | c6ef0a2265c518aa6699b64d10a7e5a9049ac96a (patch) | |
tree | bc3cf8bdb3ccedb61e427e08fecf103986d91ed0 | |
parent | 8b881b5d6fe9ebb7736097f37103c9b07ea45642 (diff) |
drm/amd/display: fix documentation for dm_crtc_additional_color_mgmt()
warning: expecting prototype for drm_crtc_additional_color_mgmt().
Prototype was for dm_crtc_additional_color_mgmt() instead
Reported-by: kernel test robot <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Melissa Wen <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c index 9224e2d7f32b..7545a184e43a 100644 --- a/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c +++ b/drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_crtc.c @@ -299,7 +299,7 @@ static int amdgpu_dm_crtc_late_register(struct drm_crtc *crtc) #ifdef AMD_PRIVATE_COLOR /** - * drm_crtc_additional_color_mgmt - enable additional color properties + * dm_crtc_additional_color_mgmt - enable additional color properties * @crtc: DRM CRTC * * This function lets the driver enable post-blending CRTC regamma transfer |