mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 13:16:41 +00:00
linux (Samsung): update patches for 5.18-rc3
This commit is contained in:
parent
b847d83912
commit
640b3dc703
@ -9,10 +9,10 @@ Signed-off-by: memeka <mihailescu2m@gmail.com>
|
|||||||
drivers/media/platform/s5p-jpeg/jpeg-core.c | 45 ++++++++++++++++-----
|
drivers/media/platform/s5p-jpeg/jpeg-core.c | 45 ++++++++++++++++-----
|
||||||
1 file changed, 35 insertions(+), 10 deletions(-)
|
1 file changed, 35 insertions(+), 10 deletions(-)
|
||||||
|
|
||||||
diff --git a/drivers/media/platform/s5p-jpeg/jpeg-core.c b/drivers/media/platform/s5p-jpeg/jpeg-core.c
|
diff --git a/drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c b/drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
|
||||||
index 86bda3947110..3015a9c350f2 100644
|
index 86bda3947110..3015a9c350f2 100644
|
||||||
--- a/drivers/media/platform/s5p-jpeg/jpeg-core.c
|
--- a/drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
|
||||||
+++ b/drivers/media/platform/s5p-jpeg/jpeg-core.c
|
+++ b/drivers/media/platform/samsung/s5p-jpeg/jpeg-core.c
|
||||||
@@ -1797,6 +1797,31 @@ static int exynos3250_jpeg_try_crop(struct s5p_jpeg_ctx *ctx,
|
@@ -1797,6 +1797,31 @@ static int exynos3250_jpeg_try_crop(struct s5p_jpeg_ctx *ctx,
|
||||||
* V4L2 controls
|
* V4L2 controls
|
||||||
*/
|
*/
|
||||||
|
@ -8,10 +8,10 @@ Signed-off-by: memeka <mihailescu2m@gmail.com>
|
|||||||
drivers/media/platform/exynos-gsc/gsc-core.h | 4 ++--
|
drivers/media/platform/exynos-gsc/gsc-core.h | 4 ++--
|
||||||
1 file changed, 2 insertions(+), 2 deletions(-)
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
||||||
|
|
||||||
diff --git a/drivers/media/platform/exynos-gsc/gsc-core.h b/drivers/media/platform/exynos-gsc/gsc-core.h
|
diff --git a/drivers/media/platform/samsung/exynos-gsc/gsc-core.h b/drivers/media/platform/samsung/exynos-gsc/gsc-core.h
|
||||||
index 8e5a9acb78aa..235d687614f0 100644
|
index 8e5a9acb78aa..235d687614f0 100644
|
||||||
--- a/drivers/media/platform/exynos-gsc/gsc-core.h
|
--- a/drivers/media/platform/samsung/exynos-gsc/gsc-core.h
|
||||||
+++ b/drivers/media/platform/exynos-gsc/gsc-core.h
|
+++ b/drivers/media/platform/samsung/exynos-gsc/gsc-core.h
|
||||||
@@ -474,9 +474,9 @@ static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx,
|
@@ -474,9 +474,9 @@ static inline struct gsc_frame *ctx_get_frame(struct gsc_ctx *ctx,
|
||||||
{
|
{
|
||||||
struct gsc_frame *frame;
|
struct gsc_frame *frame;
|
||||||
|
@ -9,10 +9,10 @@ Signed-off-by: memeka <mihailescu2m@gmail.com>
|
|||||||
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 9 +++++++++
|
drivers/media/platform/s5p-mfc/s5p_mfc_enc.c | 9 +++++++++
|
||||||
1 file changed, 9 insertions(+)
|
1 file changed, 9 insertions(+)
|
||||||
|
|
||||||
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
|
diff --git a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c b/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
|
||||||
index 912fe0c5ab18..d48e7b57d96a 100644
|
index 912fe0c5ab18..d48e7b57d96a 100644
|
||||||
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
|
--- a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
|
||||||
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_enc.c
|
+++ b/drivers/media/platform/samsung/s5p-mfc/s5p_mfc_enc.c
|
||||||
@@ -1208,6 +1208,7 @@ static int enc_post_frame_start(struct s5p_mfc_ctx *ctx)
|
@@ -1208,6 +1208,7 @@ static int enc_post_frame_start(struct s5p_mfc_ctx *ctx)
|
||||||
{
|
{
|
||||||
struct s5p_mfc_dev *dev = ctx->dev;
|
struct s5p_mfc_dev *dev = ctx->dev;
|
||||||
|
@ -11,10 +11,10 @@ Signed-off-by: memeka <mihailescu2m@gmail.com>
|
|||||||
drivers/media/platform/s5p-mfc/s5p_mfc.c | 5 +++++
|
drivers/media/platform/s5p-mfc/s5p_mfc.c | 5 +++++
|
||||||
1 file changed, 5 insertions(+)
|
1 file changed, 5 insertions(+)
|
||||||
|
|
||||||
diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc.c b/drivers/media/platform/s5p-mfc/s5p_mfc.c
|
diff --git a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c b/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
|
||||||
index 37f2113a00ec..8c39528be39e 100644
|
index 37f2113a00ec..8c39528be39e 100644
|
||||||
--- a/drivers/media/platform/s5p-mfc/s5p_mfc.c
|
--- a/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
|
||||||
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc.c
|
+++ b/drivers/media/platform/samsung/s5p-mfc/s5p_mfc.c
|
||||||
@@ -941,6 +941,11 @@ static int s5p_mfc_release(struct file *file)
|
@@ -941,6 +941,11 @@ static int s5p_mfc_release(struct file *file)
|
||||||
mfc_debug_enter();
|
mfc_debug_enter();
|
||||||
if (dev)
|
if (dev)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user