MALI: bifrost: quick_reset: reduce JM_DEFAULT_RESET_TIMEOUT_MS to 1 (ms)

To implement quick reset.
Not work for CSF based Valhall GPU.

Change-Id: I4d84d3a11ec4a5632c1a5f09bd90ed241fb9fc9a
Signed-off-by: Zhen Chen <chenzhen@rock-chips.com>
This commit is contained in:
Zhen Chen
2022-03-24 12:04:20 +08:00
committed by Tao Huang
parent a6b577b156
commit d61da3a0f2

View File

@@ -213,7 +213,7 @@ enum {
/* Default number of milliseconds given for other jobs on the GPU to be
* soft-stopped when the GPU needs to be reset.
*/
#define JM_DEFAULT_RESET_TIMEOUT_MS (3000) /* 3s */
#define JM_DEFAULT_RESET_TIMEOUT_MS (1) /* 1 ms */
#endif /* MALI_USE_CSF */