IntelRealSense / realsense_mipi_platform_driver

Intel® RealSense™ camera driver for GMSL* interface
GNU General Public License v2.0
15 stars 14 forks source link

DesSer: Initialize DesSer registers after probe #43

Closed qingwuzh closed 2 years ago

qingwuzh commented 2 years ago

Signed-off-by: Qingwu Zhang qingwu.zhang@intel.com

qingwuzh commented 2 years ago

``

qingwuzh commented 2 years ago

Addressing Xin's questions, please see my comments. [Q1] yes. for first step, I would like to replace the script for non-blocking any user cases. [Q2] yes, (comparing the original settings), the pipelines setup of our DesSer are different and more settings are needed for multi-stream cases.

ev-mp commented 2 years ago

@qingwuzh , can you elaborate how this affected probing of d4xx driver? Also let's review the PR in sync

qingwuzh commented 2 years ago

Addressing Evigeni's question, please see my comments. This patch doesn't affect probing of D4XX driver. In probing stage of D4XX driver, it only read some info from D457 side by I2C. But DesDer only setup pipe for data path.

qingwuzh commented 2 years ago

Update SerDes register list based on latest SerDes script 1.0.0.6.

qingwuzh commented 2 years ago

use a new PR