From: Som Qin Date: Thu, 12 Jan 2023 01:16:41 +0000 (+0800) Subject: Media:wave5: set default format for display_fmt X-Git-Tag: accepted/tizen/unified/x/20240220.145856~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8c491732029c20296567010ee28130d048e08ce2;p=platform%2Fkernel%2Flinux-starfive.git Media:wave5: set default format for display_fmt Signed-off-by: Som Qin [sw0312.kim: cherry-pick the commit 6d80c00e9258 from https://github.com/starfive-tech/linux/tree/JH7110_VisionFive2_6.1.y_devel] Signed-off-by: Seung-Woo Kim Change-Id: Ic0f74bf12580e72ba3209c766e8d167c204702c5 --- diff --git a/drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c b/drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c index f722924413b5..bba48cbc8080 100644 --- a/drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c +++ b/drivers/media/platform/chips-media/wave5/wave5-vpu-dec.c @@ -1403,6 +1403,7 @@ static int wave5_vpu_open_dec(struct file *filp) v4l2_ctrl_handler_setup(&inst->v4l2_ctrl_hdl); wave5_set_default_format(&inst->src_fmt, &inst->dst_fmt); + memcpy((void *)&inst->display_fmt, (void *)&inst->dst_fmt, sizeof(struct v4l2_pix_format_mplane)); inst->colorspace = V4L2_COLORSPACE_REC709; inst->ycbcr_enc = V4L2_YCBCR_ENC_DEFAULT; inst->hsv_enc = 0;