Merge "video driver: calculate power based on input queuing rate"

This commit is contained in:
qctecmdr
2022-03-22 19:08:48 -07:00
committed by Gerrit - the friendly Code Review server
13 changed files with 122 additions and 35 deletions

View File

@@ -145,6 +145,7 @@ struct msm_vidc_inst {
struct list_head response_works; /* list of struct response_work */
struct list_head enc_input_crs;
struct list_head dmabuf_tracker; /* list of struct msm_memory_dmabuf */
struct list_head input_timer_list; /* list of struct msm_vidc_input_timer */
struct list_head caps_list;
struct list_head children_list; /* struct msm_vidc_inst_cap_entry */
struct list_head firmware_list; /* struct msm_vidc_inst_cap_entry */