Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-19 Thread Guenter Roeck
On 10/19/2018 01:53 AM, Daniel Vetter wrote: On Mon, Oct 08, 2018 at 06:13:56PM +, Koenig, Christian wrote: Am 08.10.2018 um 19:46 schrieb Guenter Roeck: On Mon, Oct 08, 2018 at 05:22:24PM +, Koenig, Christian wrote: Am 08.10.2018 um 17:57 schrieb Deucher, Alexander: One thing I found

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-19 Thread Alex Deucher
On Fri, Oct 19, 2018 at 9:31 AM Guenter Roeck wrote: > > On 10/19/2018 01:53 AM, Daniel Vetter wrote: > > On Mon, Oct 08, 2018 at 06:13:56PM +, Koenig, Christian wrote: > >> Am 08.10.2018 um 19:46 schrieb Guenter Roeck: > >>> On Mon, Oct 08, 2018 at 05:22:24PM +, Koenig, Christian wrote: >

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-19 Thread Daniel Vetter
On Fri, Oct 19, 2018 at 10:53 AM Daniel Vetter wrote: > > On Mon, Oct 08, 2018 at 06:13:56PM +, Koenig, Christian wrote: > > Am 08.10.2018 um 19:46 schrieb Guenter Roeck: > > > On Mon, Oct 08, 2018 at 05:22:24PM +, Koenig, Christian wrote: > > >> Am 08.10.2018 um 17:57 schrieb Deucher, Ale

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-19 Thread Daniel Vetter
On Mon, Oct 08, 2018 at 06:13:56PM +, Koenig, Christian wrote: > Am 08.10.2018 um 19:46 schrieb Guenter Roeck: > > On Mon, Oct 08, 2018 at 05:22:24PM +, Koenig, Christian wrote: > >> Am 08.10.2018 um 17:57 schrieb Deucher, Alexander: > >> One thing I found missing in the discussion was

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-09 Thread Guenter Roeck
On Mon, Oct 08, 2018 at 05:22:24PM +, Koenig, Christian wrote: > Am 08.10.2018 um 17:57 schrieb Deucher, Alexander: > One thing I found missing in the discussion was the reference to the > C standard. > The C99 standard states in section 6.7.8 (Initialization) clause 19: > "

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-09 Thread Guenter Roeck
On 10/08/2018 06:47 AM, Koenig, Christian wrote: Am 08.10.2018 um 15:33 schrieb Guenter Roeck: On 10/08/2018 01:00 AM, Christian König wrote: Am 05.10.2018 um 10:38 schrieb Guenter Roeck: On 10/05/2018 01:14 AM, Koenig, Christian wrote: Am 04.10.2018 um 20:52 schrieb Guenter Roeck: Hi, On F

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-09 Thread Guenter Roeck
e; linux-ker...@vger.kernel.org; dri- > > de...@lists.freedesktop.org; amd-...@lists.freedesktop.org; Deucher, > > Alexander > > Subject: Re: [PATCH] amdgpu/gmc : fix compile warning > > > > On 10/08/2018 06:47 AM, Koenig, Christian wrote: > > > Am 08.10.20

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-09 Thread Guenter Roeck
On 10/08/2018 01:00 AM, Christian König wrote: Am 05.10.2018 um 10:38 schrieb Guenter Roeck: On 10/05/2018 01:14 AM, Koenig, Christian wrote: Am 04.10.2018 um 20:52 schrieb Guenter Roeck: Hi, On Fri, Sep 14, 2018 at 06:05:52PM +0800, Peng Hao wrote: drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:    

RE: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Deucher, Alexander
lists.freedesktop.org > Subject: Re: [PATCH] amdgpu/gmc : fix compile warning > > On Mon, Oct 08, 2018 at 03:57:07PM +, Deucher, Alexander wrote: > > > -Original Message- > > > From: Guenter Roeck On Behalf Of Guenter > Roeck > > > Sent: Monday, Oct

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Koenig, Christian
Am 08.10.2018 um 19:46 schrieb Guenter Roeck: > On Mon, Oct 08, 2018 at 05:22:24PM +, Koenig, Christian wrote: >> Am 08.10.2018 um 17:57 schrieb Deucher, Alexander: >> One thing I found missing in the discussion was the reference to the >> C standard. >> The C99 standard states in s

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Koenig, Christian
Am 08.10.2018 um 17:57 schrieb Deucher, Alexander: One thing I found missing in the discussion was the reference to the C standard. The C99 standard states in section 6.7.8 (Initialization) clause 19: "... all subobjects that are not initialized explicitly shall be initiali

RE: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Deucher, Alexander
edesktop.org; Deucher, > Alexander > Subject: Re: [PATCH] amdgpu/gmc : fix compile warning > > On 10/08/2018 06:47 AM, Koenig, Christian wrote: > > Am 08.10.2018 um 15:33 schrieb Guenter Roeck: > >> On 10/08/2018 01:00 AM, Christian König wrote: > >>> Am 05.10.2018 u

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Koenig, Christian
Am 08.10.2018 um 15:33 schrieb Guenter Roeck: > On 10/08/2018 01:00 AM, Christian König wrote: >> Am 05.10.2018 um 10:38 schrieb Guenter Roeck: >>> On 10/05/2018 01:14 AM, Koenig, Christian wrote: Am 04.10.2018 um 20:52 schrieb Guenter Roeck: > Hi, > > On Fri, Sep 14, 2018 at 06:05

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Christian König
Am 05.10.2018 um 10:38 schrieb Guenter Roeck: On 10/05/2018 01:14 AM, Koenig, Christian wrote: Am 04.10.2018 um 20:52 schrieb Guenter Roeck: Hi, On Fri, Sep 14, 2018 at 06:05:52PM +0800, Peng Hao wrote: drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:   In function ‘gmc_v8_0_process_interrupt’: dri

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-08 Thread Guenter Roeck
On 10/05/2018 01:14 AM, Koenig, Christian wrote: Am 04.10.2018 um 20:52 schrieb Guenter Roeck: Hi, On Fri, Sep 14, 2018 at 06:05:52PM +0800, Peng Hao wrote: drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: In function ‘gmc_v8_0_process_interrupt’: drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1447:10:

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-05 Thread Koenig, Christian
Am 04.10.2018 um 20:52 schrieb Guenter Roeck: > Hi, > > On Fri, Sep 14, 2018 at 06:05:52PM +0800, Peng Hao wrote: >> drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: >> In function ‘gmc_v8_0_process_interrupt’: >> drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1447:10: >> warning: missing braces around init

Re: [PATCH] amdgpu/gmc : fix compile warning

2018-10-05 Thread Guenter Roeck
Hi, On Fri, Sep 14, 2018 at 06:05:52PM +0800, Peng Hao wrote: > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c: > In function ‘gmc_v8_0_process_interrupt’: > drivers/gpu/drm/amd/amdgpu/gmc_v8_0.c:1447:10: > warning: missing braces around initializer [-Wmissing-braces] > > Signed-off-by: Peng Hao