Searched refs:vcodec_control_v4 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/media/platform/qcom/venus/ |
H A D | pm_helpers.c | 377 static int vcodec_control_v4(struct venus_core *core, u32 coreid, bool enable) in vcodec_control_v4() function 413 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, true); in poweroff_coreid() 419 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, false); in poweroff_coreid() 429 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, true); in poweroff_coreid() 435 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, false); in poweroff_coreid() 456 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, true); in poweron_coreid() 464 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, false); in poweron_coreid() 474 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, true); in poweron_coreid() 482 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, false); in poweron_coreid() 692 ret = vcodec_control_v4(cor in vdec_power_v4() [all...] |
/kernel/linux/linux-6.6/drivers/media/platform/qcom/venus/ |
H A D | pm_helpers.c | 409 static int vcodec_control_v4(struct venus_core *core, u32 coreid, bool enable) in vcodec_control_v4() function 448 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, true); in poweroff_coreid() 454 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, false); in poweroff_coreid() 464 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, true); in poweroff_coreid() 470 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, false); in poweroff_coreid() 491 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, true); in poweron_coreid() 499 ret = vcodec_control_v4(core, VIDC_CORE_ID_1, false); in poweron_coreid() 509 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, true); in poweron_coreid() 517 ret = vcodec_control_v4(core, VIDC_CORE_ID_2, false); in poweron_coreid() 798 ret = vcodec_control_v4(cor in vdec_power_v4() [all...] |
Completed in 3 milliseconds