]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amdgpu: Fix undefined dm_ip_block for navi12
authorPetr Cvek <petrcvekcz@gmail.com>
Fri, 30 Aug 2019 14:31:58 +0000 (16:31 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Aug 2019 20:37:17 +0000 (15:37 -0500)
commit5f0a5551257c0687f9210b22f0992eeb62382144
tree672920faec17d2a2334bbd38fe4279087704bf28
parent6b848e6ad4b7e4c8e5440da704a77a0e7d08f542
drm/amdgpu: Fix undefined dm_ip_block for navi12

There is missing "if defined" CONFIG_DRM_AMD_DC block for non DC
configurations. This will cause link error. The patch is fixing that.

Bug: https://bugs.freedesktop.org/show_bug.cgi?id=110979
Signed-off-by: Petr Cvek <petrcvekcz@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/nv.c