Re: [PATCH xf86-video-amdgpu 17/19] Store device_name as AMDGPUEntRec::master_node

2018-04-10 Thread Michel Dänzer
On 2018-04-10 11:51 AM, Emil Velikov wrote: > On 10 April 2018 at 09:29, Michel Dänzer wrote: >> On 2018-04-04 04:29 PM, Emil Velikov wrote: >>> From: Emil Velikov >>> >>> Rename the variable to reflect what it is. Plus move it out of the dri2 >>>

Re: [PATCH xf86-video-amdgpu 17/19] Store device_name as AMDGPUEntRec::master_node

2018-04-10 Thread Emil Velikov
On 10 April 2018 at 09:29, Michel Dänzer wrote: > On 2018-04-04 04:29 PM, Emil Velikov wrote: >> From: Emil Velikov >> >> Rename the variable to reflect what it is. Plus move it out of the dri2 >> section - it's used in dri2 and dri3. >> >>

Re: [PATCH xf86-video-amdgpu 17/19] Store device_name as AMDGPUEntRec::master_node

2018-04-10 Thread Michel Dänzer
On 2018-04-04 04:29 PM, Emil Velikov wrote: > From: Emil Velikov > > Rename the variable to reflect what it is. Plus move it out of the dri2 > section - it's used in dri2 and dri3. > > Signed-off-by: Emil Velikov [...] > diff --git

[PATCH xf86-video-amdgpu 17/19] Store device_name as AMDGPUEntRec::master_node

2018-04-04 Thread Emil Velikov
From: Emil Velikov Rename the variable to reflect what it is. Plus move it out of the dri2 section - it's used in dri2 and dri3. Signed-off-by: Emil Velikov --- src/amdgpu_dri2.c | 8 +--- src/amdgpu_dri2.h | 1 - src/amdgpu_dri3.c