All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/9] uapi: drm: fixes for userspace compilation
@ 2015-11-12 18:14 Gabriel Laskar
  2015-11-12 18:14   ` Gabriel Laskar
                   ` (9 more replies)
  0 siblings, 10 replies; 33+ messages in thread
From: Gabriel Laskar @ 2015-11-12 18:14 UTC (permalink / raw)
  To: DRI devel

Public headers should use types from include/uapi/linux/types.h.

This series fixes that, and allow out-of-the-box compilation of thoses headers
from userspace.

Some programs need to parse and use these headers, in order to gather
informations about the public kernel API, for example strace generation
scripts, some abi checkers, and so on.

Gabriel Laskar (9):
  include/uapi/drm/armada_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/virtgpu_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/qxl_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/nouveau_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/amdgpu_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/armada_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/drm_mode.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/vmwgfx_drm.h: use __u{32,64} types instead of
    uint{32,64}_t
  include/uapi/drm/omap_drm.h: use __u{32,64} types instead of
    uint{32,64}_t

 include/uapi/drm/amdgpu_drm.h  | 292 +++++++++++++++++++++--------------------
 include/uapi/drm/armada_drm.h  |  24 ++--
 include/uapi/drm/drm_mode.h    |  16 +--
 include/uapi/drm/nouveau_drm.h |  84 ++++++------
 include/uapi/drm/omap_drm.h    |  39 +++---
 include/uapi/drm/qxl_drm.h     |  74 +++++------
 include/uapi/drm/radeon_drm.h  | 130 +++++++++---------
 include/uapi/drm/virtgpu_drm.h |  99 +++++++-------
 include/uapi/drm/vmwgfx_drm.h  | 264 ++++++++++++++++++-------------------
 9 files changed, 515 insertions(+), 507 deletions(-)

-- 
2.6.2

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 33+ messages in thread

end of thread, other threads:[~2015-11-18 12:54 UTC | newest]

Thread overview: 33+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-11-12 18:14 [PATCH 0/9] uapi: drm: fixes for userspace compilation Gabriel Laskar
2015-11-12 18:14 ` [PATCH 1/9] include/uapi/drm/armada_drm.h: use __u{32,64} types instead of uint{32,64}_t Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 2/9] include/uapi/drm/virtgpu_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 3/9] include/uapi/drm/qxl_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 4/9] include/uapi/drm/nouveau_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 5/9] include/uapi/drm/amdgpu_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 6/9] include/uapi/drm/armada_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 7/9] include/uapi/drm/drm_mode.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 8/9] include/uapi/drm/vmwgfx_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 18:14 ` [PATCH 9/9] include/uapi/drm/omap_drm.h: " Gabriel Laskar
2015-11-12 18:14   ` Gabriel Laskar
2015-11-12 19:34 ` [PATCH 0/9] uapi: drm: fixes for userspace compilation Emil Velikov
2015-11-13 19:24   ` Gabriel Laskar
2015-11-13 19:31     ` Gabriel Laskar
2015-11-13 20:38       ` Emil Velikov
2015-11-13 21:36         ` Gabriel Laskar
2015-11-13 22:06           ` Emil Velikov
2015-11-17  7:22             ` Michel Dänzer
2015-11-17 11:08               ` Emil Velikov
2015-11-17 19:13                 ` Gabriel Laskar
2015-11-17 21:22                   ` Emil Velikov
2015-11-18  3:12                     ` Michel Dänzer
2015-11-18 12:54                       ` Emil Velikov
2015-11-17 20:13                 ` Dave Airlie
2015-11-17 22:00                   ` Emil Velikov

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.