]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amd: Drop abm_level property
authorMario Limonciello <mario.limonciello@amd.com>
Fri, 16 Feb 2024 15:33:34 +0000 (09:33 -0600)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 27 Feb 2024 15:46:59 +0000 (10:46 -0500)
commit0887054d14ae23061e28e28747cdea7e40be9224
tree63f2eadc872b5a509f1dc9ecb18af21c46e9c521
parentc37ce764cd492f044dcdbb39616298f02b0dbc7f
drm/amd: Drop abm_level property

This vendor specific property has never been used by userspace
software and conflicts with the panel_power_savings sysfs file.
That is a compositor and user could fight over the same data.

Fixes: 63d0b87213a0 ("drm/amd/display: add panel_power_savings sysfs entry to eDP connectors")
Suggested-by: Harry Wentland <Harry.Wentland@amd.com>
Cc: Hamza Mahfooz <Hamza.Mahfooz@amd.com>
Cc: "Sun peng Li (Leo)" <Sunpeng.Li@amd.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Acked-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_display.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mode.h
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c