diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2021-05-07 16:33:28 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-05-11 22:07:00 -0400 |
commit | 50610b74eea70eafedc47db4ee2ed372aca77c1c (patch) | |
tree | 20e35409dbdd489239c9eaa12de7e836b4794a12 /drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c | |
parent | 610e6f7ea5bf50d33f764e330ea517b9cc95d320 (diff) | |
download | linux-50610b74eea70eafedc47db4ee2ed372aca77c1c.tar.gz linux-50610b74eea70eafedc47db4ee2ed372aca77c1c.tar.bz2 linux-50610b74eea70eafedc47db4ee2ed372aca77c1c.zip |
drm/amdgpu/display: fix build when CONFIG_DRM_AMD_DC_DCN is not defined
Fixes:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c: In function ‘amdgpu_dm_initialize_drm_device’:
drivers/gpu/drm/amd/amdgpu/../display/amdgpu_dm/amdgpu_dm.c:3726:7: error: implicit declaration of function ‘register_outbox_irq_handlers’; did you mean ‘register_hpd_handlers’? [-Werror=implicit-function-declaration]
3726 | if (register_outbox_irq_handlers(dm->adev)) {
| ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
| register_hpd_handlers
Fixes: 81927e2808be ("drm/amd/display: Support for DMUB AUX")
Reviewed-by: Jude Shih <shenshih@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Jude Shish <Jude.Shih@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/gfx_v9_4_2.c')
0 files changed, 0 insertions, 0 deletions