diff options
| author | Linux Build Service Account <lnxbuild@localhost> | 2017-01-13 17:03:02 -0800 |
|---|---|---|
| committer | Gerrit - the friendly Code Review server <code-review@localhost> | 2017-01-13 17:03:01 -0800 |
| commit | bdf70d6dd40ea3ec69e87f31fe3baa617ef25b92 (patch) | |
| tree | b3a4a92794dcaad0edab9c8a1596bb82823360e0 /include | |
| parent | 96698897d2ba218abb92f7591c815f954994fae9 (diff) | |
| parent | 80818060880d98d26c2833a44d4948c3948e6845 (diff) | |
Merge "mm: camera: isp: send PD stats buffer earlier"
Diffstat (limited to 'include')
| -rw-r--r-- | include/uapi/media/msmb_isp.h | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/include/uapi/media/msmb_isp.h b/include/uapi/media/msmb_isp.h index 44d75aa107d9..fac254c4361b 100644 --- a/include/uapi/media/msmb_isp.h +++ b/include/uapi/media/msmb_isp.h @@ -293,9 +293,10 @@ struct msm_vfe_axi_plane_cfg { uint8_t rdi_cid;/*CID 1-16*/ }; -enum msm_stream_memory_input_t { - MEMORY_INPUT_DISABLED, - MEMORY_INPUT_ENABLED +enum msm_stream_rdi_input_type { + MSM_CAMERA_RDI_MIN, + MSM_CAMERA_RDI_PDAF, + MSM_CAMERA_RDI_MAX, }; struct msm_vfe_axi_stream_request_cmd { @@ -318,7 +319,7 @@ struct msm_vfe_axi_stream_request_cmd { uint32_t controllable_output; uint32_t burst_len; /* Flag indicating memory input stream */ - enum msm_stream_memory_input_t memory_input; + enum msm_stream_rdi_input_type rdi_input_type; }; struct msm_vfe_axi_stream_release_cmd { @@ -726,6 +727,7 @@ struct msm_isp_fetch_eng_event { struct msm_isp_stats_event { uint32_t stats_mask; /* 4 bytes */ uint8_t stats_buf_idxs[MSM_ISP_STATS_MAX]; /* 11 bytes */ + uint8_t pd_stats_idx; }; struct msm_isp_stream_ack { |
