From: Ben Widawsky Date: Fri, 7 Aug 2015 20:46:30 +0000 (-0700) Subject: i965/skl: (trivial) Remove invalid comment about thread counts X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a1adf0b3fe428a4bf690f166c2697d8c7ea2dcb0;p=mesa.git 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 --- diff --git a/src/mesa/drivers/dri/i965/brw_device_info.c b/src/mesa/drivers/dri/i965/brw_device_info.c index fcc243e1d4c..be517e826c4 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, \