Received: by 2002:a05:6a10:af89:0:0:0:0 with SMTP id iu9csp4003295pxb; Tue, 25 Jan 2022 01:07:28 -0800 (PST) X-Google-Smtp-Source: ABdhPJzWuFMoX8LwDaD/0uxWY2lfxTxL3WkytvJ5tnbpqs2Q1aVcDb7nsIJCRTh4ustMV9G6hr/i X-Received: by 2002:a17:90b:3e84:: with SMTP id rj4mr2585213pjb.110.1643101648031; Tue, 25 Jan 2022 01:07:28 -0800 (PST) ARC-Seal: i=1; a=rsa-sha256; t=1643101648; cv=none; d=google.com; s=arc-20160816; b=CPksgmgpoKRBZqVMEt+P44ke7/SUvLQKjS+vyNvB8S2ymtaa/0cd+gfqamx4YuAwf0 yW6OWE3v+jvrM5UjB6sGnwMlQ176RJFVIlmYwLcWvwGEUhcuTG2xnTCD0xNHIFCrmb+D bWe4EsZFmg8SqC+oS7qifJBVRj1ajDKJehOVKUukjdCDYmdwaN5w3UrPXcc93A+aGW5L MzQh0rGxRHQ3q+AyKcEnS5Mu3oqnHKkSsGIUrU/QtuaArormMFJoIZyaFeGkzQwMQzCN ROAwCgNXqRc3yesnIPW5z1LmotU5aNx0MlhssF244pv7DfXsXsOyGJFWR333AM8JAvng IslQ== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=list-id:precedence:content-transfer-encoding:mime-version :references:in-reply-to:message-id:date:subject:to:from; bh=GPEWoKK5ZnEa2Bz4To0oZOLmxgB6RJNbnu4RX+SEBuI=; b=F6FGKd33slG1guYKZsAfT/d9TVI0yCLF7rn0oBXkBkByN6lX8QfZwubFd9TKYy/OH5 2aIFlFxtF1pIj22W9eie8YCXH6bFiDNUeSVrlK0pI3WyX8Uj09RQ/QIgdahPhF5zU4pz 6p2yqtTqK+AYN9T7KHo8BKk3YR3a6uchfgdCfJ60U4u7a0/trKmr2aTri8iAJIQv0WN/ HI7IGXXoM95BbXYUMckqOuvCee+xOzzriVa+gWqIBzo9YUISYen+tQr2X9c6u8e7MNDQ H9Xyr/Y/0P6PluUPgU+0XHEX6WAekZpCFAOonnGQ/UfvAm+2SNQVQA1soIxjqukaUX6w tA5A== ARC-Authentication-Results: i=1; mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Return-Path: Received: from vger.kernel.org (vger.kernel.org. [23.128.96.18]) by mx.google.com with ESMTP id d6si748735pfv.47.2022.01.25.01.07.11; Tue, 25 Jan 2022 01:07:28 -0800 (PST) Received-SPF: pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) client-ip=23.128.96.18; Authentication-Results: mx.google.com; spf=pass (google.com: domain of linux-kernel-owner@vger.kernel.org designates 23.128.96.18 as permitted sender) smtp.mailfrom=linux-kernel-owner@vger.kernel.org Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1359264AbiAYGrt (ORCPT + 99 others); Tue, 25 Jan 2022 01:47:49 -0500 Received: from twspam01.aspeedtech.com ([211.20.114.71]:46728 "EHLO twspam01.aspeedtech.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1357883AbiAYGoV (ORCPT ); Tue, 25 Jan 2022 01:44:21 -0500 Received: from mail.aspeedtech.com ([192.168.0.24]) by twspam01.aspeedtech.com with ESMTP id 20P6akpG078228; Tue, 25 Jan 2022 14:36:46 +0800 (GMT-8) (envelope-from jammy_huang@aspeedtech.com) Received: from JammyHuang-PC.aspeed.com (192.168.2.115) by TWMBX02.aspeed.com (192.168.0.24) with Microsoft SMTP Server (TLS) id 15.0.1497.2; Tue, 25 Jan 2022 14:44:06 +0800 From: Jammy Huang To: , , , , , , , , Subject: [PATCH v4 1/3] media: aspeed: Correct value for h-total-pixels Date: Tue, 25 Jan 2022 14:44:07 +0800 Message-ID: <20220125064409.5502-2-jammy_huang@aspeedtech.com> X-Mailer: git-send-email 2.25.1 In-Reply-To: <20220125064409.5502-1-jammy_huang@aspeedtech.com> References: <20220125064409.5502-1-jammy_huang@aspeedtech.com> MIME-Version: 1.0 Content-Transfer-Encoding: 7BIT Content-Type: text/plain; charset=US-ASCII X-Originating-IP: [192.168.2.115] X-ClientProxiedBy: TWMBX02.aspeed.com (192.168.0.24) To TWMBX02.aspeed.com (192.168.0.24) X-DNSRBL: X-MAIL: twspam01.aspeedtech.com 20P6akpG078228 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Previous reg-field, 0x98[11:0], stands for the period of the detected hsync signal. Use the correct reg, 0xa0, to get h-total in pixels. Fixes: d2b4387f3bdf ("media: platform: Add Aspeed Video Engine driver") Signed-off-by: Jammy Huang Reviewed-by: Joel Stanley --- v4: - no update v3: - no update v2: - no update --- drivers/media/platform/aspeed-video.c | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/drivers/media/platform/aspeed-video.c b/drivers/media/platform/aspeed-video.c index b388bc56ce81..d5f77b205175 100644 --- a/drivers/media/platform/aspeed-video.c +++ b/drivers/media/platform/aspeed-video.c @@ -166,7 +166,7 @@ #define VE_SRC_TB_EDGE_DET_BOT GENMASK(28, VE_SRC_TB_EDGE_DET_BOT_SHF) #define VE_MODE_DETECT_STATUS 0x098 -#define VE_MODE_DETECT_H_PIXELS GENMASK(11, 0) +#define VE_MODE_DETECT_H_PERIOD GENMASK(11, 0) #define VE_MODE_DETECT_V_LINES_SHF 16 #define VE_MODE_DETECT_V_LINES GENMASK(27, VE_MODE_DETECT_V_LINES_SHF) #define VE_MODE_DETECT_STATUS_VSYNC BIT(28) @@ -177,6 +177,8 @@ #define VE_SYNC_STATUS_VSYNC_SHF 16 #define VE_SYNC_STATUS_VSYNC GENMASK(27, VE_SYNC_STATUS_VSYNC_SHF) +#define VE_H_TOTAL_PIXELS 0x0A0 + #define VE_INTERRUPT_CTRL 0x304 #define VE_INTERRUPT_STATUS 0x308 #define VE_INTERRUPT_MODE_DETECT_WD BIT(0) @@ -938,6 +940,7 @@ static void aspeed_video_get_resolution(struct aspeed_video *video) u32 src_lr_edge; u32 src_tb_edge; u32 sync; + u32 htotal; struct v4l2_bt_timings *det = &video->detected_timings; det->width = MIN_WIDTH; @@ -983,6 +986,7 @@ static void aspeed_video_get_resolution(struct aspeed_video *video) src_tb_edge = aspeed_video_read(video, VE_SRC_TB_EDGE_DET); mds = aspeed_video_read(video, VE_MODE_DETECT_STATUS); sync = aspeed_video_read(video, VE_SYNC_STATUS); + htotal = aspeed_video_read(video, VE_H_TOTAL_PIXELS); video->frame_bottom = (src_tb_edge & VE_SRC_TB_EDGE_DET_BOT) >> VE_SRC_TB_EDGE_DET_BOT_SHF; @@ -999,8 +1003,7 @@ static void aspeed_video_get_resolution(struct aspeed_video *video) VE_SRC_LR_EDGE_DET_RT_SHF; video->frame_left = src_lr_edge & VE_SRC_LR_EDGE_DET_LEFT; det->hfrontporch = video->frame_left; - det->hbackporch = (mds & VE_MODE_DETECT_H_PIXELS) - - video->frame_right; + det->hbackporch = htotal - video->frame_right; det->hsync = sync & VE_SYNC_STATUS_HSYNC; if (video->frame_left > video->frame_right) continue; -- 2.25.1