[Mesa-dev] [PATCH v2 18/20] i965: Remove comment about chv device numbers relating to hsw gt1

Jordan Justen jordan.l.justen at intel.com
Fri Apr 24 16:33:10 PDT 2015


Remove comment "These were copied from Haswell GT1, above.". Many of
these numbers have been modified by this point, so the HSW GT1
reference no longer seems helpful.

The comment "Thread counts and URB limits are placeholders, and may
not be accurate." is retained for now.

Signed-off-by: Jordan Justen <jordan.l.justen at intel.com>
---
 src/mesa/drivers/dri/i965/brw_device_info.c | 4 +---
 1 file changed, 1 insertion(+), 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 7999ba9..8938384 100644
--- a/src/mesa/drivers/dri/i965/brw_device_info.c
+++ b/src/mesa/drivers/dri/i965/brw_device_info.c
@@ -278,9 +278,7 @@ 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.
- */
+/* Thread counts and URB limits are placeholders, and may not be accurate. */
 static const struct brw_device_info brw_device_info_chv = {
    GEN8_FEATURES, .is_cherryview = 1, .gt = 1,
    .has_llc = false,
-- 
2.1.4



More information about the mesa-dev mailing list