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
README
Linux kernel
============

There are several guides for kernel developers and users. These guides can
be rendered in a number of formats, like HTML and PDF. Please read
Documentation/admin-guide/README.rst first.

In order to build the documentation, use ``make htmldocs`` or
``make pdfdocs``.  The formatted documentation can also be read online at:

    https://www.kernel.org/doc/html/latest/

There are various text files in the Documentation/ subdirectory,
several of them using the Restructured Text markup notation.

Please read the Documentation/process/changes.rst file, as it contains the
requirements for building and running the kernel, and information about
the problems which may result by upgrading your kernel.
back to top