aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
diff options
context:
space:
mode:
authorAlex Deucher <alexander.deucher@amd.com>2016-07-27 16:39:19 -0400
committerAlex Deucher <alexander.deucher@amd.com>2016-07-29 14:36:45 -0400
commitfc94d32dbf4f95353c89a51c1b3bef11c4ae30bd (patch)
treee244d7a26ed895a763d93d2cc4343d54a874cc82 /drivers/gpu/drm
parentecb2caae6aa7e33a8b413479d802a6b818316f97 (diff)
drm/radeon: drop confusing message about backlight control
The message is harmless and confusing. On PX systems, there is one ATIF method, but potentially multiple GPUs leading to an error on the GPU with no backlight control. Bug: https://bugzilla.kernel.org/show_bug.cgi?id=115011 Signed-off-by: Alex Deucher <alexander.deucher@amd.com> Cc: Hans de Goede <jwrdegoede@fedoraproject.org>
Diffstat (limited to 'drivers/gpu/drm')
-rw-r--r--drivers/gpu/drm/radeon/radeon_acpi.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/gpu/drm/radeon/radeon_acpi.c b/drivers/gpu/drm/radeon/radeon_acpi.c
index 59acd0e5c2c6..31c9a92d6a1b 100644
--- a/drivers/gpu/drm/radeon/radeon_acpi.c
+++ b/drivers/gpu/drm/radeon/radeon_acpi.c
@@ -741,13 +741,6 @@ int radeon_acpi_init(struct radeon_device *rdev)
741 } 741 }
742 742
743 atif->encoder_for_bl = target; 743 atif->encoder_for_bl = target;
744 if (!target) {
745 /* Brightness change notification is enabled, but we
746 * didn't find a backlight controller, this should
747 * never happen.
748 */
749 DRM_ERROR("Cannot find a backlight controller\n");
750 }
751 } 744 }
752 745
753 if (atif->functions.sbios_requests && !atif->functions.system_params) { 746 if (atif->functions.sbios_requests && !atif->functions.system_params) {