From: Jordan Justen Date: Mon, 13 Apr 2015 19:25:39 +0000 (-0700) Subject: i965: Remove comment about chv device numbers being preliminary X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ea888c771c47d9a670f6fa6a3bab43b37da14f7f;p=mesa.git i965: Remove comment about chv device numbers being preliminary Signed-off-by: Jordan Justen Reviewed-by: Kenneth Graunke --- 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,