summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJordan Justen <[email protected]>2015-04-13 12:25:39 -0700
committerJordan Justen <[email protected]>2015-05-02 00:34:29 -0700
commitea888c771c47d9a670f6fa6a3bab43b37da14f7f (patch)
treef35ac966323add01c48ec0154c2a3cb99cdeb777
parentc380973a9564be57acdae5ab6c6a9efcb72cf6c9 (diff)
i965: Remove comment about chv device numbers being preliminary
Signed-off-by: Jordan Justen <[email protected]> Reviewed-by: Kenneth Graunke <[email protected]>
-rw-r--r--src/mesa/drivers/dri/i965/brw_device_info.c3
1 files changed, 0 insertions, 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,