mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-11-20 02:34:23 +08:00
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>
This commit is contained in:
parent
ecb2caae6a
commit
fc94d32dbf
@ -741,13 +741,6 @@ int radeon_acpi_init(struct radeon_device *rdev)
|
||||
}
|
||||
|
||||
atif->encoder_for_bl = target;
|
||||
if (!target) {
|
||||
/* Brightness change notification is enabled, but we
|
||||
* didn't find a backlight controller, this should
|
||||
* never happen.
|
||||
*/
|
||||
DRM_ERROR("Cannot find a backlight controller\n");
|
||||
}
|
||||
}
|
||||
|
||||
if (atif->functions.sbios_requests && !atif->functions.system_params) {
|
||||
|
Loading…
Reference in New Issue
Block a user