drm/amd/display: Expand documentation for timing
authorRodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Fri, 11 Mar 2022 19:26:58 +0000 (14:26 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 16 Aug 2022 22:14:31 +0000 (18:14 -0400)
commitbf0dec4604979e09be60b7dc41066e3d07d29bf9
treecc9dc2de8848e99062fda2a8c251b04d5d2d964f
parentea76895ffab1a610fa162ca56f99048cc161c293
drm/amd/display: Expand documentation for timing

The timing programming inside DCN is far from trivial, it has multiple
parameters associated with that, and the lack of documentation does not
help comprehend this already complicated topic. This commit tries to
improve this situation by expanding the documentation of dc_crtc_timing
and the VTG program function.

Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Tom Chung <chiahsuan.chung@amd.com>
Signed-off-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/dc/dc_hw_types.h
drivers/gpu/drm/amd/display/dc/dcn10/dcn10_optc.c