Loading drivers/media/platform/msm/cvp/cvp_hfi.h +3 −1 Original line number Diff line number Diff line Loading @@ -146,8 +146,10 @@ (HFI_MSG_SESSION_CVP_START + 0x037) #define HFI_MSG_SESSION_CVP_RELEASE_PERSIST_BUFFERS\ (HFI_MSG_SESSION_CVP_START + 0x038) #define HFI_MSG_SESSION_CVP_FLUSH\ #define HFI_MSG_SESSION_CVP_FLUSH_DEPRECATE\ (HFI_CMD_SESSION_CVP_START + 0x03A) #define HFI_MSG_SESSION_CVP_FLUSH\ (HFI_MSG_SESSION_CVP_START + 0x03A) #define CVP_IFACEQ_MAX_PKT_SIZE 1024 #define CVP_IFACEQ_MED_PKT_SIZE 768 Loading drivers/media/platform/msm/cvp/hfi_response_handler.c +1 −0 Original line number Diff line number Diff line Loading @@ -648,6 +648,7 @@ int cvp_hfi_process_msg_packet(u32 device_id, void *hdr, pkt_func = (pkt_func_def)hfi_process_session_abort_done; break; case HFI_MSG_SESSION_CVP_FLUSH: case HFI_MSG_SESSION_CVP_FLUSH_DEPRECATE: pkt_func = (pkt_func_def)hfi_process_session_flush_done; break; case HFI_MSG_SESSION_CVP_OPERATION_CONFIG: Loading Loading
drivers/media/platform/msm/cvp/cvp_hfi.h +3 −1 Original line number Diff line number Diff line Loading @@ -146,8 +146,10 @@ (HFI_MSG_SESSION_CVP_START + 0x037) #define HFI_MSG_SESSION_CVP_RELEASE_PERSIST_BUFFERS\ (HFI_MSG_SESSION_CVP_START + 0x038) #define HFI_MSG_SESSION_CVP_FLUSH\ #define HFI_MSG_SESSION_CVP_FLUSH_DEPRECATE\ (HFI_CMD_SESSION_CVP_START + 0x03A) #define HFI_MSG_SESSION_CVP_FLUSH\ (HFI_MSG_SESSION_CVP_START + 0x03A) #define CVP_IFACEQ_MAX_PKT_SIZE 1024 #define CVP_IFACEQ_MED_PKT_SIZE 768 Loading
drivers/media/platform/msm/cvp/hfi_response_handler.c +1 −0 Original line number Diff line number Diff line Loading @@ -648,6 +648,7 @@ int cvp_hfi_process_msg_packet(u32 device_id, void *hdr, pkt_func = (pkt_func_def)hfi_process_session_abort_done; break; case HFI_MSG_SESSION_CVP_FLUSH: case HFI_MSG_SESSION_CVP_FLUSH_DEPRECATE: pkt_func = (pkt_func_def)hfi_process_session_flush_done; break; case HFI_MSG_SESSION_CVP_OPERATION_CONFIG: Loading