Re: [PATCH] drm/amd/display: make two symbols static

2020-09-28 Thread Alex Deucher
Applied. Thanks! Alex On Mon, Sep 28, 2020 at 10:06 AM Harry Wentland wrote: > > On 2020-09-27 10:35 p.m., Jason Yan wrote: > > This addresses the following sparse warning: > > > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2740:6: > > warning: symbol 'dce110_set_curs

Re: [PATCH] drm/amd/display: make two symbols static

2020-09-28 Thread Harry Wentland
On 2020-09-27 10:35 p.m., Jason Yan wrote: > This addresses the following sparse warning: > > drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2740:6: > warning: symbol 'dce110_set_cursor_position' was not declared. Should it > be static? > drivers/gpu/drm/amd/amdgpu/../displa

[PATCH] drm/amd/display: make two symbols static

2020-09-28 Thread Jason Yan
This addresses the following sparse warning: drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2740:6: warning: symbol 'dce110_set_cursor_position' was not declared. Should it be static? drivers/gpu/drm/amd/amdgpu/../display/dc/dce110/dce110_hw_sequencer.c:2785:6: warning: symb