Re: [PATCH 2/2] drm/amd: move variable to local scope

2021-12-10 Thread Harry Wentland
With Christian's comments addressed both patches are Reviewed-by: Harry Wentland Harry On 2021-12-10 10:54, Mario Limonciello wrote: > `edp_stream` is only used when backend is enabled on eDP, don't > declare the variable outside that scope. > > Signed-off-by: Mario Limonciello > --- >

RE: [PATCH 2/2] drm/amd: move variable to local scope

2021-12-10 Thread Limonciello, Mario
[AMD Official Use Only] > -Original Message- > From: Koenig, Christian > Sent: Friday, December 10, 2021 10:19 > To: Limonciello, Mario ; Koenig, Christian > ; amd-gfx@lists.freedesktop.org > Subject: Re: [PATCH 2/2] drm/amd: move variable to local scope > &

Re: [PATCH 2/2] drm/amd: move variable to local scope

2021-12-10 Thread Christian König
Am 10.12.21 um 17:12 schrieb Limonciello, Mario: [AMD Official Use Only] -Original Message- From: Koenig, Christian Sent: Friday, December 10, 2021 10:07 To: Limonciello, Mario ; amd- g...@lists.freedesktop.org Subject: Re: [PATCH 2/2] drm/amd: move variable to local scope Am

RE: [PATCH 2/2] drm/amd: move variable to local scope

2021-12-10 Thread Limonciello, Mario
[AMD Official Use Only] > -Original Message- > From: Koenig, Christian > Sent: Friday, December 10, 2021 10:07 > To: Limonciello, Mario ; amd- > g...@lists.freedesktop.org > Subject: Re: [PATCH 2/2] drm/amd: move variable to local scope > > > > Am 1

Re: [PATCH 2/2] drm/amd: move variable to local scope

2021-12-10 Thread Christian König
Am 10.12.21 um 16:54 schrieb Mario Limonciello: `edp_stream` is only used when backend is enabled on eDP, don't declare the variable outside that scope. Signed-off-by: Mario Limonciello --- drivers/gpu/drm/amd/display/dc/dce110/dce110_hw_sequencer.c | 3 +-- 1 file changed, 1