public inbox for intel-gfx@lists.freedesktop.org
 help / color / mirror / Atom feed
* [PATCH] drm/i915/cnl: Allow the reg_read ioctl to read the RCS TIMESTAMP register
@ 2017-09-05 18:45 Nanley Chery
  2017-09-05 19:04 ` ✗ Fi.CI.BAT: failure for " Patchwork
  2017-09-05 19:04 ` [PATCH] " Vivi, Rodrigo
  0 siblings, 2 replies; 7+ messages in thread
From: Nanley Chery @ 2017-09-05 18:45 UTC (permalink / raw)
  To: intel-gfx; +Cc: Rodrigo Vivi, Nanley Chery, Ben Widawsky

From: Ben Widawsky <benjamin.widawsky@intel.com>

This enables the Mesa driver to advertise support for ARB_timer_query, and
thus an OpenGL version higher than 3.2.

Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Nanley Chery <nanley.g.chery@intel.com>
---
 drivers/gpu/drm/i915/intel_uncore.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/i915/intel_uncore.c b/drivers/gpu/drm/i915/intel_uncore.c
index 1d7b879cc68c..0529af7cfbb8 100644
--- a/drivers/gpu/drm/i915/intel_uncore.c
+++ b/drivers/gpu/drm/i915/intel_uncore.c
@@ -1251,7 +1251,7 @@ static const struct register_whitelist {
 } whitelist[] = {
 	{ .offset_ldw = RING_TIMESTAMP(RENDER_RING_BASE),
 	  .offset_udw = RING_TIMESTAMP_UDW(RENDER_RING_BASE),
-	  .size = 8, .gen_bitmask = GEN_RANGE(4, 9) },
+	  .size = 8, .gen_bitmask = GEN_RANGE(4, 10) },
 };
 
 int i915_reg_read_ioctl(struct drm_device *dev,
-- 
2.14.1

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

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

end of thread, other threads:[~2017-09-06 20:13 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-05 18:45 [PATCH] drm/i915/cnl: Allow the reg_read ioctl to read the RCS TIMESTAMP register Nanley Chery
2017-09-05 19:04 ` ✗ Fi.CI.BAT: failure for " Patchwork
2017-09-05 19:04 ` [PATCH] " Vivi, Rodrigo
2017-09-06 18:26   ` Nanley Chery
2017-09-06 19:16     ` Rodrigo Vivi
2017-09-06 19:32       ` Rodrigo Vivi
2017-09-06 20:13         ` Nanley Chery

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