diff options
author | Rikard Falkeborn <rikard.falkeborn@gmail.com> | 2020-08-04 22:06:55 +0200 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2020-08-04 17:29:29 -0400 |
commit | cc9fc1b1444f12addc1cf6aa6e653426990f1ad2 (patch) | |
tree | b8d1a5742af2b02b72f9c10ac29c9531a05aeec6 /drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c | |
parent | ea22cc3353eda4b275d394c2369c8ffa87753165 (diff) |
drm/amd/display: Constify dcn30_res_pool_funcs
The only usage of dcn30_res_pool_funcs is to assign its address to a
const pointer. Make it const to allow the compiler to put it in
read-only memory.
Signed-off-by: Rikard Falkeborn <rikard.falkeborn@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c')
0 files changed, 0 insertions, 0 deletions