commit | d9e32672a1285d6c5e06bedaabb465441c172aa8 | [log] [tgz] |
---|---|---|
author | Anthony Koo <Anthony.Koo@amd.com> | Thu Oct 31 21:39:39 2019 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Tue Nov 19 10:12:52 2019 -0500 |
tree | 5b17e283c2e57bad0b4200e7fc7526677d37e736 | |
parent | 03527f0d0056f5605863d894615a0533afc34c7c [diff] |
drm/amd/display: cleanup of construct and destruct funcs [Why] Too many construct functions which makes searching difficult, especially on some debuggers. [How] Append all construct and destruct functions with dcn number and object type to make each construct function name unique Signed-off-by: Anthony Koo <Anthony.Koo@amd.com> Reviewed-by: Aric Cyr <Aric.Cyr@amd.com> Acked-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>