video: driver: refine queue work functionality
[1] remove unwanted switch cases to reduce code complexity [2] refine queue_response_work functionality. Change-Id: I91aabb2eb4c64caea09a26895358544972a7d427 Signed-off-by: Govindaraj Rajagopal <grajagop@codeaurora.org>
This commit is contained in:
@@ -185,6 +185,7 @@ static inline bool is_session_error(struct msm_vidc_inst* inst)
|
||||
return inst->state == MSM_VIDC_ERROR;
|
||||
}
|
||||
|
||||
const char *cap_name(enum msm_vidc_inst_capability_type cap);
|
||||
void print_vidc_buffer(u32 tag, const char *tag_str, const char *str, struct msm_vidc_inst *inst,
|
||||
struct msm_vidc_buffer *vbuf);
|
||||
void print_vb2_buffer(const char *str, struct msm_vidc_inst *inst,
|
||||
|
Reference in New Issue
Block a user