https://github.com/torvalds/linux
Revision e8e91f9395ef13cf054860f8ccd757333d9b6d0d authored by Rizvi on 02 December 2020, 21:52:22 UTC, committed by Alex Deucher on 23 December 2020, 20:01:47 UTC
[Why]
Need driver to pass values of backlight ramp start and ramp reduction so
that intensity can be ramped down appropriately.

[How]
Using abm_parameters structure to get these values from driver.

Signed-off-by: Rizvi <syerizvi@amd.com>
Acked-by: Bindu Ramamurthy <bindu.r@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
1 parent 9413b23
Raw File
Tip revision: e8e91f9395ef13cf054860f8ccd757333d9b6d0d authored by Rizvi on 02 December 2020, 21:52:22 UTC
drm/amd/display: gradually ramp ABM intensity
Tip revision: e8e91f9
COPYING
The Linux Kernel is provided under:

	SPDX-License-Identifier: GPL-2.0 WITH Linux-syscall-note

Being under the terms of the GNU General Public License version 2 only,
according with:

	LICENSES/preferred/GPL-2.0

With an explicit syscall exception, as stated at:

	LICENSES/exceptions/Linux-syscall-note

In addition, other licenses may also apply. Please see:

	Documentation/process/license-rules.rst

for more details.

All contributions to the Linux Kernel are subject to this COPYING file.
back to top