mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-07 11:26:02 +09:00
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:
@@ -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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user