i965: Add debug flag to print out the new L3 state during transitions.

Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Reviewed-by: Samuel Iglesias Gonsálvez <siglesias@igalia.com>
Reviewed-by: Kenneth Graunke <kenneth@whitecape.org>
Reviewed-by: Kristian Høgsberg  <krh@bitplanet.net>
This commit is contained in:
Francisco Jerez
2015-09-05 15:05:48 +03:00
parent acc77947ca
commit 09d9638dd0
3 changed files with 19 additions and 0 deletions

View File

@@ -78,6 +78,7 @@ static const struct debug_control debug_control[] = {
{ "tcs", DEBUG_TCS },
{ "ds", DEBUG_TES },
{ "tes", DEBUG_TES },
{ "l3", DEBUG_L3 },
{ NULL, 0 }
};