linux_dsm_epyc7002/drivers/gpu/drm/amd/display/dc/dce80
Anthony Koo f42ea55be1 drm/amd/display: add separate of private hwss functions
[Why]
Some function pointers in the hwss function pointer table are
meant to be hw sequencer entry points to be called from dc.

However some of those function pointers are not meant to
be entry points, but instead used as a code reuse/inheritance
tool called directly by other hwss functions, not by dc.

Therefore, we want a more clear separation of which functions
we determine to be interface functions vs the functions we
use within hwss.

[How]
DC interface functions will be stored in:
    struct hw_sequencer_funcs
Functions used within HWSS will be stored in:
    struct hwseq_private_funcs

Signed-off-by: Anthony Koo <Anthony.Koo@amd.com>
Reviewed-by: Tony Cheng <Tony.Cheng@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
2019-12-05 16:26:46 -05:00
..
dce80_hw_sequencer.c drm/amd/display: add separate of private hwss functions 2019-12-05 16:26:46 -05:00
dce80_hw_sequencer.h drm/amd/display: add separate of private hwss functions 2019-12-05 16:26:46 -05:00
dce80_resource.c drm/amd/display: cleanup of construct and destruct funcs 2019-11-19 10:12:52 -05:00
dce80_resource.h drm/amd/display: Flattening core_dc to dc 2017-09-26 18:16:40 -04:00
dce80_timing_generator.c drm/amd/display: stop external access to internal optc sync params 2019-05-24 12:20:49 -05:00
dce80_timing_generator.h drm/amd/display: Make couple functions in DCE80 TG static 2018-02-19 14:20:05 -05:00
Makefile drm/amd/display: Remove unused DCE80 compressor 2018-02-19 14:20:03 -05:00