]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Fix compile error with ACPI disabled
authorDavid Francis <David.Francis@amd.com>
Tue, 27 Nov 2018 16:10:07 +0000 (11:10 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 28 Nov 2018 20:55:30 +0000 (15:55 -0500)
commitc08e51da548eaa7471d26ad939ed19b81647f09d
tree5385e2245ff4cca4d22b8cbacd85acc05a380024
parent1c6da765fe6bc01a6cdb2a096c5d1fdb6d8bb814
drm/amd/display: Fix compile error with ACPI disabled

The fallback code for getting default backlight caps was using
the wrong variable name.  Fix it.

Fixes: https://lists.freedesktop.org/archives/dri-devel/2018-November/197752.html
Signed-off-by: David Francis <David.Francis@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c