video driver: remove session priority handling

1. Removes depenceny of priority from frame rate
    and operating rate.
2. Removes changing priority from s_param

Change-Id: Iec51173eab5a3d59b841315549d1420df422d37f
Signed-off-by: Deepa Guthyappa Madivalara <quic_dmadival@quicinc.com>
此提交包含在:
Deepa Guthyappa Madivalara
2022-04-05 11:00:14 -07:00
父節點 3183f5831b
當前提交 fdef18ef50
共有 10 個檔案被更改,包括 32 行新增161 行删除

查看文件

@@ -161,8 +161,6 @@ struct msm_vidc_inst {
struct msm_vidc_inst_capability *capabilities;
struct completion completions[MAX_SIGNAL];
struct msm_vidc_fence_context fence_context;
enum priority_level priority_level;
u32 firmware_priority;
bool active;
u64 last_qbuf_time_ns;
bool vb2q_init;