From a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0 Mon Sep 17 00:00:00 2001 From: Ben Widawsky Date: Fri, 7 Aug 2015 13:46:30 -0700 Subject: [PATCH] i965/skl: (trivial) Remove invalid comment about thread counts This should have been a part of: commit 7eaacc1678195738fab3bb98870828611cae066d Author: Ben Widawsky Date: Wed Jul 29 12:35:24 2015 -0700 i965/skl: Add production thread counts and URB size Signed-off-by: Ben Widawsky --- src/mesa/drivers/dri/i965/brw_device_info.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index fcc243e..be517e8 100644 --- a/src/mesa/drivers/dri/i965/brw_device_info.c +++ b/src/mesa/drivers/dri/i965/brw_device_info.c @@ -299,7 +299,6 @@ static const struct brw_device_info brw_device_info_chv = { } }; -/* Thread counts and URB limits are placeholders, and may not be accurate. */ #define GEN9_FEATURES \ .gen = 9, \ .has_hiz_and_separate_stencil = true, \ -- 2.7.4