media: venus: hfi: export few HFI functions
Export few HFI functions to use them from decoder to implement more granular control needed for stateful Codec API compliance. Signed-off-by: Stanimir Varbanov <stanimir.varbanov@linaro.org> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
This commit is contained in:
parent
05dea7980d
commit
e42dbe8e86
@ -276,6 +276,7 @@ int hfi_session_start(struct venus_inst *inst)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(hfi_session_start);
|
||||
|
||||
int hfi_session_stop(struct venus_inst *inst)
|
||||
{
|
||||
@ -299,6 +300,7 @@ int hfi_session_stop(struct venus_inst *inst)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(hfi_session_stop);
|
||||
|
||||
int hfi_session_continue(struct venus_inst *inst)
|
||||
{
|
||||
@ -328,6 +330,7 @@ int hfi_session_abort(struct venus_inst *inst)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(hfi_session_abort);
|
||||
|
||||
int hfi_session_load_res(struct venus_inst *inst)
|
||||
{
|
||||
@ -374,6 +377,7 @@ int hfi_session_unload_res(struct venus_inst *inst)
|
||||
|
||||
return 0;
|
||||
}
|
||||
EXPORT_SYMBOL_GPL(hfi_session_unload_res);
|
||||
|
||||
int hfi_session_flush(struct venus_inst *inst, u32 type)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user