Re: [PATCH 1/2] drm/amdgpu/display: check if fbc is available in set_static_screen_control

2018-11-05 Thread Wentland, Harry
On 2018-11-05 2:27 p.m., Alex Deucher wrote: > The value is dependent on whether fbc is available. > > Signed-off-by: Alex Deucher > --- > drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/drivers/gpu/drm/amd/

[PATCH 1/2] drm/amdgpu/display: check if fbc is available in set_static_screen_control

2018-11-05 Thread Alex Deucher
The value is dependent on whether fbc is available. Signed-off-by: Alex Deucher --- drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c b/drivers/gpu/drm/am