Re: [PATCH 2/4] drm/amdgpu/display: don't assert in set backlight function

2021-03-04 Thread Kazlauskas, Nicholas
On 2021-03-04 1:41 p.m., Alex Deucher wrote: On Thu, Mar 4, 2021 at 1:33 PM Kazlauskas, Nicholas wrote: On 2021-03-04 12:41 p.m., Alex Deucher wrote: It just spams the logs. Signed-off-by: Alex Deucher This series in general looks reasonable to me: Reviewed-by: Nicholas Kazlauskas ---

Re: [PATCH 2/4] drm/amdgpu/display: don't assert in set backlight function

2021-03-04 Thread Alex Deucher
On Thu, Mar 4, 2021 at 1:33 PM Kazlauskas, Nicholas wrote: > > On 2021-03-04 12:41 p.m., Alex Deucher wrote: > > It just spams the logs. > > > > Signed-off-by: Alex Deucher > > This series in general looks reasonable to me: > Reviewed-by: Nicholas Kazlauskas > > > --- > >

Re: [PATCH 2/4] drm/amdgpu/display: don't assert in set backlight function

2021-03-04 Thread Kazlauskas, Nicholas
On 2021-03-04 12:41 p.m., Alex Deucher wrote: It just spams the logs. Signed-off-by: Alex Deucher This series in general looks reasonable to me: Reviewed-by: Nicholas Kazlauskas --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 - 1 file changed, 1 deletion(-) diff --git

[PATCH 2/4] drm/amdgpu/display: don't assert in set backlight function

2021-03-04 Thread Alex Deucher
It just spams the logs. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/core/dc_link.c | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/core/dc_link.c b/drivers/gpu/drm/amd/display/dc/core/dc_link.c index fa9a62dc174b..974b70f21837 100644 ---