Searched refs:dumpstate (Results 1 – 3 of 3) sorted by relevance
35 extern bool dumpstate; in mdp4_irq_error_handler()39 if (dumpstate && __ratelimit(&rs)) { in mdp4_irq_error_handler()
37 extern bool dumpstate; in mdp5_irq_error_handler()41 if (dumpstate && __ratelimit(&rs)) { in mdp5_irq_error_handler()
72 bool dumpstate = false; variable73 MODULE_PARM_DESC(dumpstate, "Dump KMS state on errors");74 module_param(dumpstate, bool, 0600);