mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-08 22:08:26 +02:00
nvc0: add a note about MP counters on GF100/GF110
MP counters on GF100/GF110 (compute capability 2.0) are buggy because there is a context-switch problem that we need to fix. Results might be wrong sometimes, be careful! Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
This commit is contained in:
parent
0461260d77
commit
a3b1757551
1 changed files with 5 additions and 0 deletions
|
|
@ -286,6 +286,11 @@ static const struct nvc0_hw_sm_query_cfg nve4_hw_sm_queries[] =
|
|||
#undef _M2B
|
||||
|
||||
/* === PERFORMANCE MONITORING COUNTERS for NVC0:NVE4 === */
|
||||
/* NOTES:
|
||||
* - MP counters on GF100/GF110 (compute capability 2.0) are buggy
|
||||
* because there is a context-switch problem that we need to fix.
|
||||
* Results might be wrong sometimes, be careful!
|
||||
*/
|
||||
static const char *nvc0_hw_sm_query_names[] =
|
||||
{
|
||||
/* MP counters */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue