All of lore.kernel.org
 help / color / mirror / Atom feed
From: Neil Roberts <neil@linux.intel.com>
To: dri-devel@lists.freedesktop.org
Subject: [PATCH] i915: Add I915_PARAM_REVISION
Date: Wed,  4 Mar 2015 14:37:09 +0000	[thread overview]
Message-ID: <1425479829-9265-1-git-send-email-neil@linux.intel.com> (raw)

This is a new parameter for DRM_I915_GETPARAM to query the GPU
revision.

Signed-off-by: Neil Roberts <neil@linux.intel.com>
---
 include/drm/i915_drm.h | 1 +
 1 file changed, 1 insertion(+)

diff --git a/include/drm/i915_drm.h b/include/drm/i915_drm.h
index 15dd01d..943a9d9 100644
--- a/include/drm/i915_drm.h
+++ b/include/drm/i915_drm.h
@@ -340,6 +340,7 @@ typedef struct drm_i915_irq_wait {
 #define I915_PARAM_HAS_EXEC_HANDLE_LUT   26
 #define I915_PARAM_HAS_WT     	 	 27
 #define I915_PARAM_CMD_PARSER_VERSION	 28
+#define I915_PARAM_REVISION              32
 
 typedef struct drm_i915_getparam {
 	int param;
-- 
1.9.3

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

             reply	other threads:[~2015-03-04 14:37 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-03-04 14:37 Neil Roberts [this message]
2015-03-04 18:02 ` [PATCH] i915: Add I915_PARAM_REVISION Daniel Vetter
2015-03-04 22:59   ` Emil Velikov
2015-03-05 14:11     ` [PATCH] intel: Merge latest i915_drm.h Neil Roberts
2015-03-19 17:11       ` [PATCH v2] " Neil Roberts
2015-03-19 17:23         ` Damien Lespiau

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1425479829-9265-1-git-send-email-neil@linux.intel.com \
    --to=neil@linux.intel.com \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.