Re: [PATCH v06 32/36] uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t

2017-08-07 Thread Daniel Vetter
On Sun, Aug 06, 2017 at 06:44:23PM +0200, Mikko Rapeli wrote: > These are defined in linux/types.h or drm/drm.h. Fixes > user space compilation errors like: > > drm/armada_drm.h:26:2: error: unknown type name ‘uint32_t’ > uint32_t handle; > ^~~~ > > Signed-off-by: Mikko Rapeli

Re: [PATCH v06 32/36] uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t

2017-08-07 Thread Daniel Vetter
On Sun, Aug 06, 2017 at 06:44:23PM +0200, Mikko Rapeli wrote: > These are defined in linux/types.h or drm/drm.h. Fixes > user space compilation errors like: > > drm/armada_drm.h:26:2: error: unknown type name ‘uint32_t’ > uint32_t handle; > ^~~~ > > Signed-off-by: Mikko Rapeli > Cc:

[PATCH v06 32/36] uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t

2017-08-06 Thread Mikko Rapeli
These are defined in linux/types.h or drm/drm.h. Fixes user space compilation errors like: drm/armada_drm.h:26:2: error: unknown type name ‘uint32_t’ uint32_t handle; ^~~~ Signed-off-by: Mikko Rapeli Cc: Emil Velikov Cc: Gabriel Laskar

[PATCH v06 32/36] uapi drm/armada_drm.h: use __u32 and __u64 instead of uint32_t and uint64_t

2017-08-06 Thread Mikko Rapeli
These are defined in linux/types.h or drm/drm.h. Fixes user space compilation errors like: drm/armada_drm.h:26:2: error: unknown type name ‘uint32_t’ uint32_t handle; ^~~~ Signed-off-by: Mikko Rapeli Cc: Emil Velikov Cc: Gabriel Laskar Cc: Russell King Cc: Rob Clark ---