]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd/display: Detach backlight from stream
authorDavid Francis <David.Francis@amd.com>
Tue, 20 Nov 2018 14:42:58 +0000 (09:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 14 Jan 2019 20:04:36 +0000 (15:04 -0500)
commitc95b419bea4345efc499ef77e3fc7f7c23d3cd28
treebef24b9677f2839fd7adde1d3e4a119f46feba74
parent463d65f730e7b45b07a62dea4ee487099c9ac20b
drm/amd/display: Detach backlight from stream

[Why]
Backlight is conceptually a property of links, not streams.
All backlight programming is done on links, but there is a
stream property bl_pwm_level that is used to restore backlight
on dpms on and s3 resume.  This is unnecessary, as backlight
is already restored by hardware with no driver intervention.

[How]
Remove bl_pwm_level, and the stream argument to set_backlight

Signed-off-by: David Francis <David.Francis@amd.com>
Reviewed-by: Harry Wentland <Harry.Wentland@amd.com>
Acked-by: Anthony Koo <Anthony.Koo@amd.com>
Acked-by: Leo Li <sunpeng.li@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm.c
drivers/gpu/drm/amd/display/dc/core/dc_link.c
drivers/gpu/drm/amd/display/dc/dc_link.h
drivers/gpu/drm/amd/display/dc/dc_stream.h