Searched refs:final (Results 1 - 11 of 11) sorted by relevance
/device/soc/rockchip/common/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 134 /* final cpb status after current frame encoding */ 135 EncFrmStatus final[MAX_CPB_REFS]; member
|
/device/soc/rockchip/rk3399/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 134 /* final cpb status after current frame encoding */ 135 EncFrmStatus final[MAX_CPB_REFS]; member
|
/device/soc/rockchip/rk3568/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 134 /* final cpb status after current frame encoding */ 135 EncFrmStatus final[MAX_CPB_REFS]; member
|
/device/soc/rockchip/rk3588/hardware/mpp/include/ |
H A D | mpp_rc_defs.h | 153 /* final cpb status after current frame encoding */ 154 EncFrmStatus final[MAX_CPB_REFS]; member
|
/device/board/hisilicon/hispark_aries/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 46 @ are done in the result. On the final pass, this may subtract
|
/device/board/hisilicon/hispark_taurus/uboot/secureboot_release/ddr_init/boot/ |
H A D | _udivsi3.S | 46 @ are done in the result. On the final pass, this may subtract
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_gem.c | 218 bool final = false; in drm_gem_object_handle_put_unlocked() local 233 final = true; in drm_gem_object_handle_put_unlocked() 237 if (final) in drm_gem_object_handle_put_unlocked()
|
/device/soc/rockchip/common/vendor/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 589 u64 final, diff;
in hdmi_audio_math_diff() local 592 final = (u64)pixel_clk * n;
in hdmi_audio_math_diff() 594 cts = final;
in hdmi_audio_math_diff() 597 diff = final - (u64)cts * (0x80 * freq);
in hdmi_audio_math_diff() 1625 dev_dbg(hdmi->dev, "final pixclk = %ld\n", vmode->mpixelclock);
in dw_hdmi_qp_setup() 1631 dev_info(hdmi->dev, "final tmdsclk = %d\n", vmode->mtmdsclock);
in dw_hdmi_qp_setup()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi-qp.c | 389 u64 final, diff; in hdmi_audio_math_diff() local 392 final = (u64)pixel_clk * n; in hdmi_audio_math_diff() 394 cts = final; in hdmi_audio_math_diff() 397 diff = final - (u64)cts * (128 * freq); in hdmi_audio_math_diff() 1469 dev_dbg(hdmi->dev, "final pixclk = %ld\n", vmode->mpixelclock); in dw_hdmi_qp_setup() 1474 dev_info(hdmi->dev, "final tmdsclk = %d\n", vmode->mtmdsclock); in dw_hdmi_qp_setup()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
H A D | dw-hdmi.c | 1044 u64 final, diff; in hdmi_audio_math_diff() local 1047 final = (u64)pixel_clk * n; in hdmi_audio_math_diff() 1049 cts = final; in hdmi_audio_math_diff() 1052 diff = final - (u64)cts * (0x80 * freq); in hdmi_audio_math_diff() 1930 /* PLL/MPLL Cfg - always match on final entry */ in hdmi_phy_configure_dwc_hdmi_3d_tx() 2405 dev_dbg(hdmi->dev, "final pixclk = %d\n", vmode->mpixelclock); in hdmi_av_composer() 2412 dev_dbg(hdmi->dev, "final tmdsclock = %d\n", vmode->mtmdsclock); in hdmi_av_composer()
|
/device/soc/rockchip/common/sdk_linux/kernel/sched/ |
H A D | fair.c | 2686 * If @final is set, the task is dead and has reached refcount zero, so we can 2691 void task_numa_free(struct task_struct *p, bool final) in task_numa_free() argument 2716 if (final) { in task_numa_free()
|
Completed in 49 milliseconds