i965: Remove comment about chv device numbers being preliminary
authorJordan Justen <jordan.l.justen@intel.com>
Mon, 13 Apr 2015 19:25:39 +0000 (12:25 -0700)
committerJordan Justen <jordan.l.justen@intel.com>
Sat, 2 May 2015 07:34:29 +0000 (00:34 -0700)
Signed-off-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
src/mesa/drivers/dri/i965/brw_device_info.c

index 928bf99..df4431c 100644 (file)
@@ -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,