Searched refs:lb_params (Results 1 - 13 of 13) sorted by relevance

/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn10/
H A Ddcn10_dpp_dscl.c181 const struct line_buffer_params *lb_params,
189 uint32_t pixel_depth = dpp1_dscl_get_pixel_depth_val(lb_params->depth);
190 uint32_t dyn_pix_depth = lb_params->dynamic_pixel_depth;
194 PIXEL_EXPAN_MODE, lb_params->pixel_expan_mode, /* Pixel expansion mode */
198 INTERLEAVE_EN, lb_params->interleave_en, /* Interleave source enable */
199 LB_DATA_FORMAT__ALPHA_EN, lb_params->alpha_en); /* Alpha enable */
203 INTERLEAVE_EN, lb_params->interleave_en, /* Interleave source enable */
204 LB_DATA_FORMAT__ALPHA_EN, lb_params->alpha_en); /* Alpha enable */
412 lb_bpc = dpp1_dscl_get_lb_depth_bpc(scl_data->lb_params.depth);
439 if (scl_data->lb_params
179 dpp1_dscl_set_lb( struct dcn10_dpp *dpp, const struct line_buffer_params *lb_params, enum lb_memory_config mem_size_config) argument
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn32/
H A Ddcn32_dpp.c97 if (scl_data->lb_params.alpha_en
/linux-master/drivers/gpu/drm/amd/display/dc/dce60/
H A Ddce60_hw_sequencer.c158 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth;
248 pipe_ctx->plane_res.scl_data.lb_params.depth,
312 pipe_ctx->plane_res.scl_data.lb_params.alpha_en = pipe_ctx->bottom_pipe != 0;
/linux-master/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dtransform.h179 struct line_buffer_params lb_params; member in struct:scaler_data
/linux-master/drivers/gpu/drm/amd/display/dc/dpp/dcn20/
H A Ddcn20_dpp.c306 if (scl_data->lb_params.alpha_en
/linux-master/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.c486 REG_UPDATE(LB_DATA_FORMAT, ALPHA_EN, data->lb_params.alpha_en);
1178 scl_data->lb_params.depth,
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c1537 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_36BPP;
1539 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_30BPP;
1541 pipe_ctx->plane_res.scl_data.lb_params.alpha_en = plane_state->per_pixel_alpha;
1554 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_24BPP;
H A Ddc.c783 pipes->plane_res.scl_data.lb_params.depth,
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1435 pipe_ctx->plane_res.scl_data.lb_params.depth,
1636 pipe_ctx->plane_res.scl_data.lb_params.alpha_en = pipe_ctx->bottom_pipe != NULL;
2406 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth;
2797 pipe_ctx->plane_res.scl_data.lb_params.alpha_en = pipe_ctx->bottom_pipe != NULL;
/linux-master/drivers/gpu/drm/amd/display/dc/dml/calcs/
H A Ddcn_calcs.c412 switch (pipe->plane_res.scl_data.lb_params.depth) {
1011 v->lb_bit_per_pixel[input_idx] = tl_lb_bpp_to_int(pipe->plane_res.scl_data.lb_params.depth);
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.c2765 pipe_ctx->plane_res.scl_data.lb_params.alpha_en = per_pixel_alpha;
2766 pipe_ctx->plane_res.scl_data.lb_params.depth = LB_PIXEL_DEPTH_36BPP;
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c1733 pipe_ctx->plane_res.scl_data.lb_params.alpha_en = pipe_ctx->plane_state->per_pixel_alpha;
1734 ASSERT(pipe_ctx->plane_res.scl_data.lb_params.depth == LB_PIXEL_DEPTH_36BPP);
/linux-master/drivers/net/ethernet/mellanox/mlxsw/
H A Dspectrum_router.c1152 struct mlxsw_sp_rif_params_ipip_lb lb_params; local
1157 lb_params = (struct mlxsw_sp_rif_params_ipip_lb) {
1164 rif = mlxsw_sp_rif_create(mlxsw_sp, &lb_params.common, extack);

Completed in 203 milliseconds