video: rockchip: rve: update to 1.0.5

fix unexpected exit during execution of llp tasks, The 0th
bit of the work status register indicates whether the current
task in linked-list mode has successfully completed execution.
The 4th bit indicates all tasks has been processed done.

Change-Id: I099c55e2f00cc63e9f4ee0d3e2696ccec9a5ae9a
Signed-off-by: Jacob Chen <cc@rock-chips.com>
This commit is contained in:
Jacob Chen
2023-12-01 15:55:01 +08:00
parent ad7b71f2e2
commit 80af59f8b8
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -72,7 +72,7 @@
#define DRIVER_MAJOR_VERSION 1
#define DRIVER_MINOR_VERSION 0
#define DRIVER_REVISION_VERSION 4
#define DRIVER_REVISION_VERSION 5
#define DRIVER_VERSION (STR(DRIVER_MAJOR_VERSION) "." STR(DRIVER_MINOR_VERSION) \
"." STR(DRIVER_REVISION_VERSION))
+1 -1
View File
@@ -73,7 +73,7 @@
/* mode value */
#define RVE_LLP_MODE 0x8000
#define RVE_LLP_DONE 0x11
#define RVE_LLP_DONE 0x10
#define RVE_CLEAR_UP_REG6_WROK_STA 0xff0000
void rve_soft_reset(struct rve_scheduler_t *scheduler);