power-profiles-daemon/tests
Mario Limonciello 0ce9b63d47 amdgpu_panel_power: Add support for progressive ABM levels
More users use power saver as their default value than expected, and
so ABM is a more negative experience for some of them.

Instead of a table of values, use "progressive" values that change
based on battery life.

The selected values:
* Balanced + AC:
  ABM 0
* Balanced + battery:
  >= 30% battery
    ABM 0
  < 30% battery
    ABM 1
* Power Saver + AC:
  ABM 0
* Power Saver + battery:
  >= 50% battery
    ABM 0
  30-49% battery
    ABM 1
  20-30% battery
    ABM 2
  <20% battery
    ABM 3
2024-07-30 00:18:25 -05:00
..
integration_test.py amdgpu_panel_power: Add support for progressive ABM levels 2024-07-30 00:18:25 -05:00
meson.build tests: Add support for collecting python coverage data 2024-04-01 18:04:32 +02:00
unittest_inspector.py Reformat unittest_inspector.py using pylint and black 2024-02-13 20:04:46 +00:00