Home
last modified time | relevance | path

Searched refs:shaper (Results 1 – 19 of 19) sorted by relevance

/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn30/
Ddcn30_resource.h88 struct dc_transfer_func **shaper);
94 struct dc_transfer_func **shaper);
Ddcn30_resource.c1434 struct dc_transfer_func **shaper) in dcn30_acquire_post_bldn_3dlut() argument
1440 ASSERT(*lut == NULL && *shaper == NULL); in dcn30_acquire_post_bldn_3dlut()
1442 *shaper = NULL; in dcn30_acquire_post_bldn_3dlut()
1447 *shaper = pool->mpc_shaper[i]; in dcn30_acquire_post_bldn_3dlut()
1469 struct dc_transfer_func **shaper) in dcn30_release_post_bldn_3dlut() argument
1475 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn30_release_post_bldn_3dlut()
1479 *shaper = NULL; in dcn30_release_post_bldn_3dlut()
/linux-6.12.1/net/sched/
Dsch_mqprio.c26 u16 shaper; member
48 if (priv->shaper != TC_MQPRIO_SHAPER_DCB) in mqprio_enable_offload()
56 mqprio.shaper = priv->shaper; in mqprio_enable_offload()
274 priv->shaper = nla_get_u16(tb[TCA_MQPRIO_SHAPER]); in mqprio_parse_nlattr()
278 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mqprio_parse_nlattr()
307 if (priv->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mqprio_parse_nlattr()
595 nla_put_u16(skb, TCA_MQPRIO_SHAPER, priv->shaper)) in mqprio_dump()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/inc/
Dcore_types.h197 struct dc_transfer_func **shaper);
203 struct dc_transfer_func **shaper);
/linux-6.12.1/drivers/gpu/drm/amd/display/amdgpu_dm/
Damdgpu_dm_color.c822 const struct drm_color_lut *shaper = NULL, *lut3d = NULL; in amdgpu_dm_verify_lut3d_size() local
828 shaper = __extract_blob_lut(dm_plane_state->shaper_lut, &size); in amdgpu_dm_verify_lut3d_size()
830 if (shaper && size != exp_size) { in amdgpu_dm_verify_lut3d_size()
/linux-6.12.1/include/net/
Dpkt_sched.h175 u16 shaper; member
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/resource/dcn32/
Ddcn32_resource.c1600 struct dc_transfer_func **shaper) in dcn32_acquire_post_bldn_3dlut() argument
1604 ASSERT(*lut == NULL && *shaper == NULL); in dcn32_acquire_post_bldn_3dlut()
1606 *shaper = NULL; in dcn32_acquire_post_bldn_3dlut()
1610 *shaper = pool->mpc_shaper[mpcc_id]; in dcn32_acquire_post_bldn_3dlut()
1621 struct dc_transfer_func **shaper) in dcn32_release_post_bldn_3dlut() argument
1627 if (pool->mpc_lut[i] == *lut && pool->mpc_shaper[i] == *shaper) { in dcn32_release_post_bldn_3dlut()
1631 *shaper = NULL; in dcn32_release_post_bldn_3dlut()
Ddcn32_resource.h87 struct dc_transfer_func **shaper);
93 struct dc_transfer_func **shaper);
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/intel/
Diavf.rst156 The shaper bw_rlimit parameter is optional.
164 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit
178 shaper bw_rlimit: for each tc, sets minimum and maximum bandwidth rates.
Di40e.rst665 The shaper bw_rlimit parameter is optional.
673 queues 16@0 16@16 hw 1 mode channel shaper bw_rlimit min_rate 1Gbit 2Gbit
687 shaper bw_rlimit: for each tc, sets minimum and maximum bandwidth rates.
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
Ddcn401_hwseq.c528 if (mcm_luts.shaper) { in dcn401_populate_mcm_luts()
530 if (mcm_luts.shaper->type == TF_TYPE_HWPWL) in dcn401_populate_mcm_luts()
531 m_lut_params.pwl = &mcm_luts.shaper->pwl; in dcn401_populate_mcm_luts()
532 else if (mcm_luts.shaper->type == TF_TYPE_DISTRIBUTED_POINTS) { in dcn401_populate_mcm_luts()
535 mcm_luts.shaper, in dcn401_populate_mcm_luts()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/
Ddc_types.h1261 const struct dc_transfer_func *shaper; member
Ddc.h1591 struct dc_transfer_func **shaper);
/linux-6.12.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_mqprio.c28 } else if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in cxgb4_mqprio_validate()
/linux-6.12.1/Documentation/networking/device_drivers/ethernet/ti/
Dcpsw.rst77 - S - shaper configured
/linux-6.12.1/drivers/net/ethernet/ti/
Dam65-cpsw-qos.c116 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) in am65_cpsw_mqprio_verify_shaper()
/linux-6.12.1/drivers/net/dsa/microchip/
Dksz_common.c3658 u8 shaper) in ksz_setup_tc_mode() argument
3662 FIELD_PREP(MTI_SHAPING_M, shaper)); in ksz_setup_tc_mode()
/linux-6.12.1/drivers/gpu/drm/amd/display/dc/core/
Ddc.c2199 struct dc_transfer_func **shaper) in dc_acquire_release_mpc_3dlut() argument
2223 ret = pool->funcs->acquire_post_bldn_3dlut(res_ctx, pool, mpcc_id, lut, shaper); in dc_acquire_release_mpc_3dlut()
2225 ret = pool->funcs->release_post_bldn_3dlut(res_ctx, pool, lut, shaper); in dc_acquire_release_mpc_3dlut()
/linux-6.12.1/drivers/net/ethernet/marvell/
Dmvneta.c5258 if (mqprio->shaper != TC_MQPRIO_SHAPER_BW_RATE) { in mvneta_setup_mqprio()