linux/drivers/gpu/drm/amd/display/dc/dsc
Wenjing Liu 98ce7d32e2 drm/amd/display: convert link.h functions to function pointer style
[Why & How]
All dc subcomponents should call another dc component via function pointers
stored in a component structure. This is part of dc coding convention since
the beginning. The reason behind this is to improve encapsulation and
polymorphism. The function contract is extracted into a single link service
structure defined in link.h header file and implemented only in link_factory.c instead
of spreading across multiple files in link component file structure.

Reviewed-by: Jun Lei <Jun.Lei@amd.com>
Acked-by: Qingqing Zhuo <qingqing.zhuo@amd.com>
Signed-off-by: Wenjing Liu <wenjing.liu@amd.com>
Tested-by: Daniel Wheeler <daniel.wheeler@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2023-03-14 15:35:03 -04:00
..
Makefile drm/amd/display: move FPU associated DSC code to DML folder 2021-10-28 14:26:14 -04:00
dc_dsc.c drm/amd/display: convert link.h functions to function pointer style 2023-03-14 15:35:03 -04:00
dscc_types.h drm/amd/display: add rc_params_override option in dc_dsc_config 2023-01-31 14:00:51 -05:00
rc_calc.c drm/amd/display: Rename DCN config to FP 2023-03-07 14:22:40 -05:00
rc_calc.h drm/amd/display: fixed an error related to 4:2:0/4:2:2 DSC 2021-11-24 14:06:52 -05:00
rc_calc_dpi.c drm/amd/display: add rc_params_override option in dc_dsc_config 2023-01-31 14:00:51 -05:00