msm: camera: isp: Pack the data for plain128
If csid doesn't give unpacked msb out, packing needs to be done at csid side for plain128 in order to enable RPP subpath. CRs-Fixed: 3198208 Change-Id: I9b228382804a9eb41d45b6d7bf6433bcfd4b4e40 Signed-off-by: Depeng Shao <quic_depengs@quicinc.com>
Цей коміт міститься в:

зафіксовано
Camera Software Integration

джерело
5a407ddbd7
коміт
94ac5049af
@@ -270,12 +270,12 @@ int cam_ife_csid_get_format_rdi(
|
||||
case CAM_FORMAT_MIPI_RAW_6:
|
||||
case CAM_FORMAT_MIPI_RAW_8:
|
||||
case CAM_FORMAT_YUV422:
|
||||
case CAM_FORMAT_PLAIN128:
|
||||
if (mipi_unpacked)
|
||||
path_format->plain_fmt = 0x0;
|
||||
else
|
||||
path_format->packing_fmt = 0x1;
|
||||
break;
|
||||
case CAM_FORMAT_PLAIN128:
|
||||
case CAM_FORMAT_PLAIN8:
|
||||
path_format->plain_fmt = 0x0;
|
||||
break;
|
||||
|
Посилання в новій задачі
Заблокувати користувача