Home
last modified time | relevance | path

Searched refs:hang_debug (Results 1 – 4 of 4) sorted by relevance

/linux/drivers/gpu/drm/msm/adreno/
H A Dadreno_device.c11 bool hang_debug = false; variable
12 MODULE_PARM_DESC(hang_debug, "Dump registers when hang is detected (can be slow!)");
13 module_param_named(hang_debug, hang_debug, bool, 0600);
H A Da2xx_gpu.c8 extern bool hang_debug;
281 if (hang_debug) in a2xx_recover()
H A Da3xx_gpu.c26 extern bool hang_debug;
378 if (hang_debug) in a3xx_recover()
H A Da8xx_gpu.c889 if (hang_debug) in a8xx_recover()