linux_dsm_epyc7002/drivers/gpu/drm/amd/display/dc/dce112
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
..
dce112_compressor.c drm/amd: drop use of drmp.h in os_types.h 2019-06-10 22:59:45 +02:00
dce112_compressor.h amdgpu/dc: another round of dce/dcn construct cleanups. 2017-09-29 13:02:34 -04:00
dce112_hw_sequencer.c drm/amd/display: add separate of private hwss functions 2019-12-05 16:26:46 -05:00
dce112_hw_sequencer.h drm/amd/display: add separate of private hwss functions 2019-12-05 16:26:46 -05:00
dce112_resource.c drm/amd/display: cleanup of construct and destruct funcs 2019-11-19 10:12:52 -05:00
dce112_resource.h drm/amd/display: Add fast_validate parameter 2019-04-15 00:22:11 -05:00
Makefile drm/amdgpu: add license to Makefiles 2017-12-04 11:47:55 -05:00