Home
last modified time | relevance | path

Searched refs:depth (Results 1 - 25 of 35) sorted by relevance

12

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_fourcc.c41 * @depth: bit depth per pixel
43 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
46 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) in drm_mode_legacy_fb_format() argument
52 if (depth == 0x8) { in drm_mode_legacy_fb_format()
58 switch (depth) { in drm_mode_legacy_fb_format()
71 if (depth == 0x18) { in drm_mode_legacy_fb_format()
77 switch (depth) { in drm_mode_legacy_fb_format()
104 * @depth: bit depth pe
111 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) drm_driver_legacy_fb_format() argument
[all...]
/device/soc/rockchip/common/vendor/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm.c167 unsigned int depth; member
174 if (sts->depth) { in report_trace()
177 sts->depth--; in report_trace()
182 return sts->depth == 0; in report_trace()
217 void fiq_debugger_dump_stacktrace(struct fiq_debugger_output *output, const struct pt_regs *regs, unsigned int depth, in fiq_debugger_dump_stacktrace() argument
224 sts.depth = depth; in fiq_debugger_dump_stacktrace()
248 while (depth-- && tail && !((unsigned long)tail & 0x3)) { in fiq_debugger_dump_stacktrace()
H A Dfiq_debugger_arm64.c134 unsigned int depth; member
141 if (sts->depth) { in report_trace()
143 sts->depth--; in report_trace()
148 return sts->depth != 0; in report_trace()
151 void fiq_debugger_dump_stacktrace(struct fiq_debugger_output *output, const struct pt_regs *regs, unsigned int depth, in fiq_debugger_dump_stacktrace() argument
156 sts.depth = depth; in fiq_debugger_dump_stacktrace()
H A Dfiq_debugger_priv.h63 void fiq_debugger_dump_stacktrace(struct fiq_debugger_output *output, const struct pt_regs *regs, unsigned int depth,
/device/soc/rockchip/rk3588/kernel/drivers/staging/android/fiq_debugger/
H A Dfiq_debugger_arm64.c158 unsigned int depth; member
165 if (sts->depth) { in report_trace()
167 sts->depth--; in report_trace()
172 return sts->depth != 0; in report_trace()
176 const struct pt_regs *regs, unsigned int depth, void *ssp) in fiq_debugger_dump_stacktrace()
180 sts.depth = depth; in fiq_debugger_dump_stacktrace()
175 fiq_debugger_dump_stacktrace(struct fiq_debugger_output *output, const struct pt_regs *regs, unsigned int depth, void *ssp) fiq_debugger_dump_stacktrace() argument
H A Dfiq_debugger_priv.h37 const struct pt_regs *regs, unsigned int depth, void *ssp);
/device/soc/rockchip/common/kernel/drivers/gpu/arm/mali400/mali/common/
H A Dmali_scheduler.c115 job_queue_gp.depth = 0; in mali_scheduler_initialize()
120 job_queue_pp.depth = 0; in mali_scheduler_initialize()
211 MALI_DEBUG_ASSERT(0 < job_queue_pp.depth); in mali_scheduler_job_physical_head_count()
278 MALI_DEBUG_ASSERT(0 < job_queue_pp.depth); in mali_scheduler_job_pp_next()
323 MALI_DEBUG_ASSERT(0 < job_queue_gp.depth); in mali_scheduler_job_gp_get()
324 MALI_DEBUG_ASSERT(job_queue_gp.big_job_num <= job_queue_gp.depth); in mali_scheduler_job_gp_get()
338 job_queue_gp.depth--; in mali_scheduler_job_gp_get()
363 MALI_DEBUG_ASSERT(0 < job_queue_pp.depth); in mali_scheduler_job_pp_physical_peek()
381 MALI_DEBUG_ASSERT(0 < job_queue_pp.depth); in mali_scheduler_job_pp_physical_peek()
404 MALI_DEBUG_ASSERT(0 < job_queue_pp.depth); in mali_scheduler_job_pp_virtual_peek()
[all...]
H A Dmali_scheduler.h22 u32 depth; /* Depth of combined queues. */ member
56 return job_queue_gp.depth; in mali_scheduler_job_gp_count()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/mali400/mali/common/
H A Dmali_scheduler.c113 job_queue_gp.depth = 0; in mali_scheduler_initialize()
118 job_queue_pp.depth = 0; in mali_scheduler_initialize()
203 MALI_DEBUG_ASSERT(job_queue_pp.depth > 0); in mali_scheduler_job_physical_head_count()
267 MALI_DEBUG_ASSERT(job_queue_pp.depth > 0); in mali_scheduler_job_pp_next()
311 MALI_DEBUG_ASSERT(job_queue_gp.depth > 0); in mali_scheduler_job_gp_get()
312 MALI_DEBUG_ASSERT(job_queue_gp.big_job_num <= job_queue_gp.depth); in mali_scheduler_job_gp_get()
326 job_queue_gp.depth--; in mali_scheduler_job_gp_get()
351 MALI_DEBUG_ASSERT(job_queue_pp.depth > 0); in mali_scheduler_job_pp_physical_peek()
367 MALI_DEBUG_ASSERT(job_queue_pp.depth > 0); in mali_scheduler_job_pp_physical_peek()
389 MALI_DEBUG_ASSERT(job_queue_pp.depth > in mali_scheduler_job_pp_virtual_peek()
[all...]
H A Dmali_scheduler.h23 u32 depth; /* Depth of combined queues. */ member
57 return job_queue_gp.depth; in mali_scheduler_job_gp_count()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drv/hi3516cv500/
H A Dhifb_graphic_drv.c404 hi_u16 depth; in graphic_drv_set_gfx_stride() local
411 depth = pitch >> 4; in graphic_drv_set_gfx_stride()
412 if (hal_graphic_set_gfx_stride(layer, depth) == HI_FALSE) { in graphic_drv_set_gfx_stride()
1015 if (data128->depth < 32) { /* 32 max depth */ in vo_drv_push128()
1016 if ((data128->depth + bit_len) <= 32) { /* 32 bit len */ in vo_drv_push128()
1017 data128->data0 = (coef_data << data128->depth) | data128->data0; in vo_drv_push128()
1019 data128->data0 = (coef_data << data128->depth) | data128->data0; in vo_drv_push128()
1020 data128->data1 = coef_data >> (32 - data128->depth % 32); /* 32 depth dat in vo_drv_push128()
[all...]
H A Dhifb_graphic_drv.h164 hi_u32 depth; member
/device/soc/hisilicon/common/platform/hieth-sf/src/
H A Dctrl.c273 HiethAssert(ld->depth.hwXmitq > 0 && ld->depth.hwXmitq <= HIETH_MAX_QUEUE_DEPTH); in HiethSetHwqDepth()
274 if ((ld->depth.hwXmitq) > HIETH_MAX_QUEUE_DEPTH) { in HiethSetHwqDepth()
278 HiethWritelBits(ld, ld->depth.hwXmitq, UD_REG_NAME(GLB_QLEN_SET), BITS_TXQ_DEP); in HiethSetHwqDepth()
279 HiethWritelBits(ld, HIETH_MAX_QUEUE_DEPTH - ld->depth.hwXmitq, UD_REG_NAME(GLB_QLEN_SET), BITS_RXQ_DEP); in HiethSetHwqDepth()
/device/soc/hisilicon/common/platform/hieth-sf/include/
H A Dhieth.h84 } depth; member
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/libcoap/include/coap2/
H A Dcoap_dtls.h93 * @param depth Depth in cert chain. If 0, then client cert, else a CA
104 unsigned depth,
202 uint8_t cert_chain_verify_depth; /**< recommended depth is 3 */
/device/soc/rockchip/rk3568/hardware/omx_il/osal/
H A DRockchip_OSAL_OHOS.h102 OMX_BOOL Rockchip_OSAL_Check_Use_FBCMode(OMX_VIDEO_CODINGTYPE codecId, int32_t depth, ROCKCHIP_OMX_BASEPORT *pPort);
H A DRockchip_OSAL_OHOS.cpp123 OMX_BOOL Rockchip_OSAL_Check_Use_FBCMode(OMX_VIDEO_CODINGTYPE codecId, int32_t depth, in Get_Video_HorAlign() argument
144 if ((depth == OMX_DEPTH_BIT_10) || ((width * height > 1920 * 1088) // 1920:Resolution size, 1088:Resolution size in Get_Video_HorAlign()
154 (void)depth; in Get_Video_HorAlign()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/
H A Drockchip_drm_fbdev.c92 DRM_DEBUG_KMS("FB [%dx%d]-%d kvaddr=%p offset=%ld size=%zu\n", fb->width, fb->height, fb->format->depth, in rockchip_drm_fbdev_create()
H A Ddw_hdmi-rockchip.c832 unsigned int depth = hdmi_bus_fmt_color_depth(hdmi->output_bus_format); in hdmi_get_tmdsclock() local
835 switch (depth) { in hdmi_get_tmdsclock()
1186 unsigned int depth = hdmi_bus_fmt_color_depth(hdmi->output_bus_format); in dw_hdmi_qp_dsc_configure() local
1216 bits_per_pixel, depth); in dw_hdmi_qp_dsc_configure()
1651 static void rk3588_set_color_format(struct rockchip_hdmi *hdmi, u64 bus_format, u32 depth) in rk3588_set_color_format() argument
1677 if (depth == 0x8) { in rk3588_set_color_format()
1798 /* BT2020 require color depth at lest 10bit */ in dw_hdmi_rockchip_select_output()
1947 /* 10 bit color depth and frl mode */ in dw_hdmi_rockchip_encoder_atomic_check()
2110 {0, "Automatic"}, /* Prefer highest color depth */
/device/soc/hisilicon/hi3861v100/sdk_liteos/third_party/mbedtls/include/mbedtls/
H A Decp.h282 unsigned depth; /*!< call depth (0 = top-level) */ member
/device/soc/rockchip/rk3568/hardware/omx_il/component/video/dec/
H A DRkvpu_OMX_VdecControl.c1526 int32_t depth = (pVideoDec->bIs10bit) ? OMX_DEPTH_BIT_10 : OMX_DEPTH_BIT_8; in Rkvpu_OMX_GetParameter() local
1527 OMX_BOOL fbcMode = Rockchip_OSAL_Check_Use_FBCMode(pVideoDec->codecId, depth, pRockchipPort); in Rkvpu_OMX_GetParameter()
2119 int32_t depth = (pVideoDec->bIs10bit) ? OMX_DEPTH_BIT_10 : OMX_DEPTH_BIT_8; in Rkvpu_OMX_GetConfig() local
2120 if (Rockchip_OSAL_Check_Use_FBCMode(pVideoDec->codecId, depth, pRockchipPort)) { in Rkvpu_OMX_GetConfig()
2552 int32_t depth = (pVideoDec->bIs10bit) ? OMX_DEPTH_BIT_10 : OMX_DEPTH_BIT_8; in Rkvpu_UpdatePortDefinition() local
2553 OMX_BOOL fbcMode = Rockchip_OSAL_Check_Use_FBCMode(pVideoDec->codecId, depth, pRockchipPort); in Rkvpu_UpdatePortDefinition()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c1922 unsigned int depth = hdmi_bus_fmt_color_depth(hdmi->hdmi_data.enc_out_bus_format); in hdmi_phy_configure_dwc_hdmi_3d_tx() local
1954 depth = fls(depth - 0x8); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1956 depth = 0; in hdmi_phy_configure_dwc_hdmi_3d_tx()
1958 if (depth) { in hdmi_phy_configure_dwc_hdmi_3d_tx()
1959 depth--; in hdmi_phy_configure_dwc_hdmi_3d_tx()
1962 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[depth].cpce, HDMI_3D_TX_PHY_CPCE_CTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1963 dw_hdmi_phy_i2c_write(hdmi, mpll_config->res[depth].gmp, HDMI_3D_TX_PHY_GMPCTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx()
1964 dw_hdmi_phy_i2c_write(hdmi, curr_ctrl->curr[depth], HDMI_3D_TX_PHY_CURRCTRL); in hdmi_phy_configure_dwc_hdmi_3d_tx()
2370 unsigned int depth in hdmi_get_tmdsclock() local
[all...]
/device/soc/rockchip/common/sdk_linux/drivers/i2c/
H A Di2c-core-base.c1127 unsigned int depth = 0; in i2c_adapter_depth() local
1130 depth++; in i2c_adapter_depth()
1133 WARN_ONCE(depth >= MAX_LOCKDEP_SUBCLASSES, "adapter depth exceeds lockdep subclass limit\n"); in i2c_adapter_depth()
1135 return depth; in i2c_adapter_depth()
/device/soc/rockchip/common/sdk_linux/kernel/sched/
H A Dfair.c463 /* First walk up until both entities are at same depth */ in find_matching_se()
464 se_depth = (*se)->depth; in find_matching_se()
465 pse_depth = (*pse)->depth; in find_matching_se()
7531 int se_depth = se->depth; in pick_next_task_fair()
7532 int pse_depth = pse->depth; in pick_next_task_fair()
11705 * Since the real-depth could have been changed (only FAIR in attach_entity_cfs_rq()
11706 * class maintain depth value), reset depth properly. in attach_entity_cfs_rq()
11708 se->depth = se->parent ? se->parent->depth in attach_entity_cfs_rq()
[all...]
/device/soc/rockchip/common/sdk_linux/kernel/bpf/
H A Dverifier.c42 * The first pass is depth-first-search to check that the program is a DAG.
3219 int depth = 0, frame = 0, idx = 0, i = 0, subprog_end; in check_max_stack_depth() local
3233 * depth for such case down to 256 so that the worst case scenario in check_max_stack_depth()
3250 if (idx && subprog[idx].has_tail_call && depth >= VERIFIER_TWOHUNDREDFIFTYSIX) { in check_max_stack_depth()
3252 depth); in check_max_stack_depth()
3258 depth += round_up(max_t(u32, subprog[idx].stack_depth, 1), VERIFIER_THIRTYTWO); in check_max_stack_depth()
3259 if (depth > MAX_BPF_STACK) { in check_max_stack_depth()
3260 verbose(env, "combined stack size of %d calls is %d. Too large\n", frame + 1, depth); in check_max_stack_depth()
3326 depth -= round_up(max_t(u32, subprog[idx].stack_depth, 1), VERIFIER_THIRTYTWO); in check_max_stack_depth()
8397 /* non-recursive depth
11183 int i, depth; fixup_call_args() local
11724 u32 depth = env->subprog_info[i].stack_depth; print_verification_stats() local
[all...]

Completed in 53 milliseconds

12