diff mbox

[media] s5p-mfc: Bug fix of timestamp/timecode copy mechanism

Message ID 1352106843-1765-1-git-send-email-arun.kk@samsung.com (mailing list archive)
State New, archived
Headers show

Commit Message

Arun Kumar K Nov. 5, 2012, 9:14 a.m. UTC
Modified the function s5p_mfc_get_dec_y_adr_v6 to access the
decode Y address register instead of display Y address.

Signed-off-by: Sunil Mazhavanchery <sunilm@samsung.com>
Signed-off-by: Arun Kumar K <arun.kk@samsung.com>
---
 drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

Comments

Kamil Debski Nov. 20, 2012, 5:22 p.m. UTC | #1
> From: Arun Kumar K [mailto:arun.kk@samsung.com]
> Sent: Monday, November 05, 2012 10:14 AM
> Subject: [PATCH] [media] s5p-mfc: Bug fix of timestamp/timecode copy
> mechanism
> 
> Modified the function s5p_mfc_get_dec_y_adr_v6 to access the decode Y
> address register instead of display Y address.
> 
> Signed-off-by: Sunil Mazhavanchery <sunilm@samsung.com>
> Signed-off-by: Arun Kumar K <arun.kk@samsung.com>

Acked-by: Kamil Debski <k.debski@samsung.com>

> ---
>  drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> index 50b5bee..3a8cfd9 100644
> --- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> +++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
> @@ -1762,7 +1762,7 @@ int s5p_mfc_get_dspl_y_adr_v6(struct s5p_mfc_dev
> *dev)
> 
>  int s5p_mfc_get_dec_y_adr_v6(struct s5p_mfc_dev *dev)  {
> -	return mfc_read(dev, S5P_FIMV_D_DISPLAY_LUMA_ADDR_V6);
> +	return mfc_read(dev, S5P_FIMV_D_DECODED_LUMA_ADDR_V6);
>  }
> 
>  int s5p_mfc_get_dspl_status_v6(struct s5p_mfc_dev *dev)
> --
> 1.7.0.4


--
To unsubscribe from this list: send the line "unsubscribe linux-media" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
diff mbox

Patch

diff --git a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
index 50b5bee..3a8cfd9 100644
--- a/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
+++ b/drivers/media/platform/s5p-mfc/s5p_mfc_opr_v6.c
@@ -1762,7 +1762,7 @@  int s5p_mfc_get_dspl_y_adr_v6(struct s5p_mfc_dev *dev)
 
 int s5p_mfc_get_dec_y_adr_v6(struct s5p_mfc_dev *dev)
 {
-	return mfc_read(dev, S5P_FIMV_D_DISPLAY_LUMA_ADDR_V6);
+	return mfc_read(dev, S5P_FIMV_D_DECODED_LUMA_ADDR_V6);
 }
 
 int s5p_mfc_get_dspl_status_v6(struct s5p_mfc_dev *dev)