forked fromtorvalds/linux
- Notifications
You must be signed in to change notification settings - Fork1
Commit9605d1c
drm/i915/guc: Default to non-verbose GuC logging
Now that we've decoupled logging from relay, GuC log level is onlycontrolling the GuC behavior - there shouldn't be any impact on i915behaviour. We're only going to see a single extra interrupt when logwill get half full.That, and the fact that we're seeing igt/gem_exec_nop/basic-seriesfailing with non-verbose logging being disabled.v2: Bring back the "auto" guc_log_level, now that we fixed the logSigned-off-by: Michał Winiarski <michal.winiarski@intel.com>Cc: Chris Wilson <chris@chris-wilson.co.uk>Cc: Daniele Ceraolo Spurio <daniele.ceraolospurio@intel.com>Cc: Sagar Arun Kamble <sagar.a.kamble@intel.com>Cc: Michal Wajdeczko <michal.wajdeczko@intel.com>Reviewed-by: Sagar Arun Kamble <sagar.a.kamble@intel.com>Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>Link:https://patchwork.freedesktop.org/patch/msgid/20180319095348.9716-11-michal.winiarski@intel.com1 parentcb5d64e commit9605d1c
2 files changed
+2
-2
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
48 | 48 |
| |
49 | 49 |
| |
50 | 50 |
| |
51 |
| - | |
| 51 | + | |
52 | 52 |
| |
53 | 53 |
| |
54 | 54 |
| |
|
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
69 | 69 |
| |
70 | 70 |
| |
71 | 71 |
| |
72 |
| - | |
| 72 | + | |
73 | 73 |
| |
74 | 74 |
| |
75 | 75 |
| |
|
0 commit comments
Comments
(0)