[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-29 Thread Alex Deucher
On Tue, Jul 28, 2015 at 10:35 PM, Alexandr Akulich wrote: > On Wed, Jul 22, 2015 at 1:20 PM, Michel Dänzer wrote: >> On 22.07.2015 16:33, Alexandr Akulich wrote: >>> On Wed, Jul 22, 2015 at 1:19 PM, Michel Dänzer >>> wrote: On 17.07.2015 22:33, Alexandr Akulich wrote: > As I see, thi

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-29 Thread Alexandr Akulich
On Wed, Jul 22, 2015 at 1:20 PM, Michel Dänzer wrote: > On 22.07.2015 16:33, Alexandr Akulich wrote: >> On Wed, Jul 22, 2015 at 1:19 PM, Michel Dänzer >> wrote: >>> On 17.07.2015 22:33, Alexandr Akulich wrote: As I see, this is not a kernel header, but a local (belongs to libdrm) one. >>>

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-22 Thread Michel Dänzer
On 22.07.2015 16:33, Alexandr Akulich wrote: > On Wed, Jul 22, 2015 at 1:19 PM, Michel Dänzer wrote: >> On 17.07.2015 22:33, Alexandr Akulich wrote: >>> As I see, this is not a kernel header, but a local (belongs to libdrm) one. >>> (Otherwise, I would like you to point me on such file at, say, >

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-22 Thread Michel Dänzer
On 17.07.2015 22:33, Alexandr Akulich wrote: > As I see, this is not a kernel header, but a local (belongs to libdrm) one. > (Otherwise, I would like you to point me on such file at, say, > https://github.com/torvalds/linux/tree/master/include/drm) https://github.com/torvalds/linux/blob/master/inc

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-22 Thread Alexandr Akulich
>> Makes sense to me, the patch is >> >> Reviewed-by: Michel Dänzer > Thanks! I have no write access to this fd.o repository. Can you apply it > please? I mean "apply the patch".

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-22 Thread Alexandr Akulich
On Wed, Jul 22, 2015 at 1:19 PM, Michel Dänzer wrote: > On 17.07.2015 22:33, Alexandr Akulich wrote: >> As I see, this is not a kernel header, but a local (belongs to libdrm) one. >> (Otherwise, I would like you to point me on such file at, say, >> https://github.com/torvalds/linux/tree/master/in

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-17 Thread Alexandr Akulich
As I see, this is not a kernel header, but a local (belongs to libdrm) one. (Otherwise, I would like you to point me on such file at, say, https://github.com/torvalds/linux/tree/master/include/drm) At files drm_sarea.h, mga_drm.h, qxl_drm.h, radeon_drm.h and via_drm.h we have #include "drm.h" At

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-17 Thread Michel Dänzer
On 17.07.2015 05:19, akulichalexander at gmail.com wrote: > From: Alexandr Akulich > > The include type changed from system to own. > > Signed-off-by: Alexandr Akulich > --- > include/drm/amdgpu_drm.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/include/drm/amdgpu_

[PATCH] libdrm/amdgpu: Fixed drm.h include.

2015-07-17 Thread akulichalexan...@gmail.com
From: Alexandr Akulich The include type changed from system to own. Signed-off-by: Alexandr Akulich --- include/drm/amdgpu_drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/amdgpu_drm.h b/include/drm/amdgpu_drm.h index b6fce90..25e9b0a 100644 --- a/include/d