mirror of
git://nv-tegra.nvidia.com/linux-nv-oot.git
synced 2025-12-22 09:11:26 +03:00
nv_hawk_owl:Fix 3rd Hawk streaming fail.
Enable video pipe line for Hawk3 i.e video pipe 4 & 5. Bug 4564878 Change-Id: Ib39a5afc332722e5e8476f689a243f7dc71a6a2c Reviewed-on: https://git-master.nvidia.com/r/c/linux-nv-oot/+/3099879 Reviewed-by: Narendra Kondapalli <nkondapalli@nvidia.com> Reviewed-by: Ankur Pawar <ankurp@nvidia.com> GVS: Gerrit_Virtual_Submit <buildbot_gerritrpt@nvidia.com> Tested-by: Praveen AC <pac@nvidia.com> Reviewed-by: Praveen AC <pac@nvidia.com> Reviewed-by: Bibek Basu <bbasu@nvidia.com>
This commit is contained in:
committed by
mobile promotions
parent
9efa10a1d7
commit
e3f09d3989
@@ -1,5 +1,5 @@
|
|||||||
/* SPDX-License-Identifier: GPL-2.0 */
|
/* SPDX-License-Identifier: GPL-2.0 */
|
||||||
/* Copyright (c) 2022-2023, NVIDIA CORPORATION & AFFILIATES. All Rights Reserved. */
|
/* Copyright (c) 2022-2024, NVIDIA CORPORATION & AFFILIATES. All Rights Reserved. */
|
||||||
/*
|
/*
|
||||||
* hawk_owl_mode_tbls.h - ar0234 sensor mode tables
|
* hawk_owl_mode_tbls.h - ar0234 sensor mode tables
|
||||||
*/
|
*/
|
||||||
@@ -530,6 +530,7 @@ static struct index_reg_8 ar0234_Hawk_TripleLink_Dser_Ser[] = {
|
|||||||
{0x98, 0x0311, 0x21}, // Pipe X pulls data from port A, pipe Y from port B
|
{0x98, 0x0311, 0x21}, // Pipe X pulls data from port A, pipe Y from port B
|
||||||
{0x98, 0x0316, 0x6b}, // RAW10 to pipe Y
|
{0x98, 0x0316, 0x6b}, // RAW10 to pipe Y
|
||||||
{0x98, 0x0314, 0x6b}, // RAW10 to pipe Y
|
{0x98, 0x0314, 0x6b}, // RAW10 to pipe Y
|
||||||
|
{0x52, 0x00F4, 0x3f}, // Enable video pipe 0,1,2,3,4,5
|
||||||
|
|
||||||
/*Tuned params to fix streaming issues */
|
/*Tuned params to fix streaming issues */
|
||||||
{0x52, 0x00F0, 0x10}, // Link A ID 0 to pipe 0 // Link A ID 1 to pipe 1
|
{0x52, 0x00F0, 0x10}, // Link A ID 0 to pipe 0 // Link A ID 1 to pipe 1
|
||||||
|
|||||||
Reference in New Issue
Block a user