From ea888c771c47d9a670f6fa6a3bab43b37da14f7f Mon Sep 17 00:00:00 2001 From: Jordan Justen Date: Mon, 13 Apr 2015 12:25:39 -0700 Subject: [PATCH] i965: Remove comment about chv device numbers being preliminary Signed-off-by: Jordan Justen Reviewed-by: Kenneth Graunke --- src/mesa/drivers/dri/i965/brw_device_info.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index 928bf99f770..df4431c57d2 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.c +++ b/src/mesa/drivers/dri/i965/brw_device_info.c @@ -269,9 +269,6 @@ static const struct brw_device_info brw_device_info_bdw_gt3 = { } }; -/* Thread counts and URB limits are placeholders, and may not be accurate. - * These were copied from Haswell GT1, above. - */ static const struct brw_device_info brw_device_info_chv = { GEN8_FEATURES, .is_cherryview = 1, .gt = 1, .has_llc = false, -- 2.30.2