]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commite0140297c0391ff06ca49708a17febab348c5f9b
treecc9dc2de8848e99062fda2a8c251b04d5d2d964f
parent1b04fc7b5b32b49c7aeee762fa8b1da28728ac1a
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