public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH 0/4] drm: Add decoding for DRM/KMS and i915 ioctls
@ 2015-06-09 11:26 Patrik Jakobsson
  2015-06-09 11:26 ` [PATCH 1/4] drm: Add config for detecting libdrm Patrik Jakobsson
                   ` (4 more replies)
  0 siblings, 5 replies; 29+ messages in thread
From: Patrik Jakobsson @ 2015-06-09 11:26 UTC (permalink / raw)
  To: strace-devel; +Cc: intel-gfx, Dmitry V. Levin

This set of patches adds a dispatcher for handling DRM ioctls. The
kernel headers for DRM might not be available on all distributions
so we depend on libdrm for those. If libdrm is not available we fall
back on the kernel headers. Since DRM drivers share the same range of
private ioctl numbers I've added a function for detecting the driver
based on it's name.

Patrik Jakobsson (4):
  drm: Add config for detecting libdrm
  drm: Add dispatcher and driver identification for DRM
  drm: Add decoding of i915 ioctls
  drm: Add decoding of DRM and KMS ioctls

 Makefile.am                |   2 +
 configure.ac               |   4 +
 defs.h                     |   8 +-
 drm.c                      | 613 +++++++++++++++++++++++++++++++++++++++++++++
 drm_i915.c                 | 287 +++++++++++++++++++++
 io.c                       |   2 +-
 ioctl.c                    |  19 +-
 xlat/drm_i915_getparams.in |  28 +++
 xlat/drm_i915_ioctls.in    |  51 ++++
 xlat/drm_i915_setparams.in |   4 +
 10 files changed, 1015 insertions(+), 3 deletions(-)
 create mode 100644 drm.c
 create mode 100644 drm_i915.c
 create mode 100644 xlat/drm_i915_getparams.in
 create mode 100644 xlat/drm_i915_ioctls.in
 create mode 100644 xlat/drm_i915_setparams.in

-- 
2.1.0

_______________________________________________
Intel-gfx mailing list
Intel-gfx@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/intel-gfx

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

end of thread, other threads:[~2015-06-14 21:56 UTC | newest]

Thread overview: 29+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-09 11:26 [PATCH 0/4] drm: Add decoding for DRM/KMS and i915 ioctls Patrik Jakobsson
2015-06-09 11:26 ` [PATCH 1/4] drm: Add config for detecting libdrm Patrik Jakobsson
2015-06-09 11:26 ` [PATCH 2/4] drm: Add dispatcher and driver identification for DRM Patrik Jakobsson
2015-06-09 13:51   ` Gabriel Laskar
2015-06-09 14:35     ` Patrik Jakobsson
     [not found]   ` <1433849204-4125-3-git-send-email-patrik.jakobsson-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-06-09 22:14     ` Dmitry V. Levin
2015-06-10 11:52       ` Patrik Jakobsson
2015-06-10 23:26         ` Dmitry V. Levin
2015-06-11 14:11           ` Patrik Jakobsson
2015-06-12 23:41             ` Dmitry V. Levin
2015-06-14 11:12               ` Patrik Jakobsson
2015-06-14 21:56                 ` [Intel-gfx] " Dmitry V. Levin
2015-06-09 23:10   ` Dmitry V. Levin
     [not found] ` <1433849204-4125-1-git-send-email-patrik.jakobsson-VuQAYsv1563Yd54FQh9/CA@public.gmane.org>
2015-06-09 11:26   ` [PATCH 3/4] drm: Add decoding of i915 ioctls Patrik Jakobsson
2015-06-09 22:35     ` Dmitry V. Levin
2015-06-10 12:45       ` Patrik Jakobsson
2015-06-10 23:27         ` Dmitry V. Levin
2015-06-11 13:34           ` Patrik Jakobsson
2015-06-12 23:48             ` Dmitry V. Levin
2015-06-14 11:10               ` Patrik Jakobsson
2015-06-09 11:26 ` [PATCH 4/4] drm: Add decoding of DRM and KMS ioctls Patrik Jakobsson
2015-06-09 13:51   ` Gabriel Laskar
2015-06-09 14:29     ` Patrik Jakobsson
2015-06-09 14:38       ` Gabriel Laskar
2015-06-09 22:55         ` Dmitry V. Levin
2015-06-09 22:46   ` Dmitry V. Levin
2015-06-10 14:27     ` Patrik Jakobsson
2015-06-09 13:51 ` [PATCH 0/4] drm: Add decoding for DRM/KMS and i915 ioctls Gabriel Laskar
     [not found]   ` <20150609155105.77ac6a9a-krIL5v34lyW+8jMViQwUxmazZaUMDOZU@public.gmane.org>
2015-06-09 14:36     ` Patrik Jakobsson

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox