]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/amdgpu: fix build error without CONFIG_HSA_AMD
authorShirish S <shirish.s@amd.com>
Tue, 10 Sep 2019 07:15:01 +0000 (12:45 +0530)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 16 Sep 2019 15:05:07 +0000 (10:05 -0500)
commit8c9f69bc5cc40ca949a9f0b12e05d81bb5a9f446
tree8f9d868eb32ebf2f429b6a0a767ef7e592fb142f
parent38750f03030a40976524295b8a8facfda2a5f393
drm/amdgpu: fix build error without CONFIG_HSA_AMD

If CONFIG_HSA_AMD is not set, build fails:

drivers/gpu/drm/amd/amdgpu/amdgpu_device.o: In function `amdgpu_device_ip_early_init':
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c:1626: undefined reference to `sched_policy'

Use CONFIG_HSA_AMD to guard this.

Fixes: 1abb680ad371 ("drm/amdgpu: disable gfxoff while use no H/W scheduling policy")
Signed-off-by: Shirish S <shirish.s@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu.h
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c