commit | e7f9ccb43729a2abdd90a67c605ccea7ba82d01f | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Tue Jan 23 16:17:24 2018 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Feb 19 14:18:31 2018 -0500 |
tree | 32459459d53834679a2e1091a96c80f0bb1824bf | |
parent | 97745f68520df38d9ffb8bd6cb0fa70c047a2c2c [diff] |
drm/amdgpu/psp: use a function pointer structure This way we can make all of the IP specific functions static, and we only need a single entry point into the PSP IP modules. Reviewed-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>