|
@@ -425,9 +425,8 @@ static int cam_vfe_camif_ver3_resource_start(
|
|
/* epoch config */
|
|
/* epoch config */
|
|
switch (soc_private->cpas_version) {
|
|
switch (soc_private->cpas_version) {
|
|
case CAM_CPAS_TITAN_480_V100:
|
|
case CAM_CPAS_TITAN_480_V100:
|
|
- epoch0_line_cfg = ((rsrc_data->last_line -
|
|
|
|
- rsrc_data->first_line) / 4) +
|
|
|
|
- rsrc_data->first_line;
|
|
|
|
|
|
+ epoch0_line_cfg = (rsrc_data->last_line -
|
|
|
|
+ rsrc_data->first_line) / 4;
|
|
/* epoch line cfg will still be configured at midpoint of the
|
|
/* epoch line cfg will still be configured at midpoint of the
|
|
* frame width. We use '/ 4' instead of '/ 2'
|
|
* frame width. We use '/ 4' instead of '/ 2'
|
|
* cause it is multipixel path
|
|
* cause it is multipixel path
|