mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 06:57:50 +00:00
linux (Rockchip): rebase patches for 6.16-rc1 for valid_fmt
This commit is contained in:
parent
7c10ce41f5
commit
a356cf666c
@ -31,7 +31,7 @@ new file mode 100644
|
|||||||
index 000000000000..7a375a23eaf1
|
index 000000000000..7a375a23eaf1
|
||||||
--- /dev/null
|
--- /dev/null
|
||||||
+++ b/drivers/staging/media/rkvdec/rkvdec-hevc.c
|
+++ b/drivers/staging/media/rkvdec/rkvdec-hevc.c
|
||||||
@@ -0,0 +1,2572 @@
|
@@ -0,0 +1,2571 @@
|
||||||
+// SPDX-License-Identifier: GPL-2.0
|
+// SPDX-License-Identifier: GPL-2.0
|
||||||
+/*
|
+/*
|
||||||
+ * Rockchip Video Decoder HEVC backend
|
+ * Rockchip Video Decoder HEVC backend
|
||||||
@ -2602,7 +2602,6 @@ index 000000000000..7a375a23eaf1
|
|||||||
+ .stop = rkvdec_hevc_stop,
|
+ .stop = rkvdec_hevc_stop,
|
||||||
+ .run = rkvdec_hevc_run,
|
+ .run = rkvdec_hevc_run,
|
||||||
+ .try_ctrl = rkvdec_hevc_try_ctrl,
|
+ .try_ctrl = rkvdec_hevc_try_ctrl,
|
||||||
+ .valid_fmt = rkvdec_hevc_valid_fmt,
|
|
||||||
+};
|
+};
|
||||||
diff --git a/drivers/staging/media/rkvdec/rkvdec-regs.h b/drivers/staging/media/rkvdec/rkvdec-regs.h
|
diff --git a/drivers/staging/media/rkvdec/rkvdec-regs.h b/drivers/staging/media/rkvdec/rkvdec-regs.h
|
||||||
index 265f5234f4eb..4319ee3ccbbc 100644
|
index 265f5234f4eb..4319ee3ccbbc 100644
|
||||||
|
Loading…
x
Reference in New Issue
Block a user