video: driver: add get and set selection support

Add support to get and set selection to update
crop and compose values in driver.

Change-Id: I1f38ac6a4f3ceac64d08d66f30b422efd79959a9
Signed-off-by: Maheshwar Ajja <majja@codeaurora.org>
このコミットが含まれているのは:
Maheshwar Ajja
2020-12-23 12:13:32 -08:00
コミット e48a514a89
11個のファイルの変更288行の追加24行の削除

ファイルの表示

@@ -100,7 +100,8 @@ struct msm_vidc_inst {
struct msm_vidc_inst_cap_entry firmware;
bool request;
struct vb2_queue vb2q[MAX_PORT];
struct msm_vidc_crop crop;
struct msm_vidc_rectangle crop;
struct msm_vidc_rectangle compose;
struct msm_vidc_properties prop;
enum msm_vidc_stage_type stage;
enum msm_vidc_pipe_type pipe;