Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit ac10277b authored by Govindaraj Rajagopal's avatar Govindaraj Rajagopal Committed by Gerrit - the friendly Code Review server
Browse files

msm: vidc: remove unused entries in msm_vidc_cb_event_types



[1] remove unused enums in msm_vidc_cb_event_types.
[2] add MSM_VIDC_FW_MIN_COUNT to support fw_min_count.

Change-Id: Ied36d983680cade60186cd2c3c5c930c5ecb69c7
Signed-off-by: default avatarGovindaraj Rajagopal <grajagop@codeaurora.org>
parent c8bdb031
Loading
Loading
Loading
Loading
+1 −6
Original line number Diff line number Diff line
@@ -362,11 +362,6 @@ enum msm_vidc_cb_event_types {
	MSM_VIDC_BIT_DEPTH,
	MSM_VIDC_PIC_STRUCT,
	MSM_VIDC_COLOR_SPACE,
	MSM_VIDC_CROP_TOP,
	MSM_VIDC_CROP_LEFT,
	MSM_VIDC_CROP_HEIGHT,
	MSM_VIDC_CROP_WIDTH,
	MSM_VIDC_PROFILE,
	MSM_VIDC_LEVEL,
	MSM_VIDC_FW_MIN_COUNT,
};
#endif