Home
last modified time | relevance | path

Searched refs:default_adjust (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dce60/
A Ddce60_hw_sequencer.c145 struct default_adjustment default_adjust = { 0 }; in dce60_set_default_colors() local
147 default_adjust.force_hw_default = false; in dce60_set_default_colors()
148 default_adjust.in_color_space = pipe_ctx->plane_state->color_space; in dce60_set_default_colors()
149 default_adjust.out_color_space = pipe_ctx->stream->output_color_space; in dce60_set_default_colors()
150 default_adjust.csc_adjust_type = GRAPHICS_CSC_ADJUST_TYPE_SW; in dce60_set_default_colors()
151 default_adjust.surface_pixel_format = pipe_ctx->plane_res.scl_data.format; in dce60_set_default_colors()
154 default_adjust.color_depth = in dce60_set_default_colors()
158 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth; in dce60_set_default_colors()
161 pipe_ctx->plane_res.xfm, &default_adjust); in dce60_set_default_colors()
/linux/drivers/gpu/drm/amd/display/dc/dce110/
A Ddce110_opp_csc_v.c673 const struct default_adjustment *default_adjust) in dce110_opp_v_set_csc_default() argument
679 if (default_adjust->force_hw_default == false) { in dce110_opp_v_set_csc_default()
694 if (elm->color_space != default_adjust->out_color_space) in dce110_opp_v_set_csc_default()
705 program_input_csc(xfm, default_adjust->in_color_space); in dce110_opp_v_set_csc_default()
714 default_adjust->csc_adjust_type, in dce110_opp_v_set_csc_default()
715 default_adjust->out_color_space); in dce110_opp_v_set_csc_default()
717 set_Denormalization(xfm, default_adjust->color_depth); in dce110_opp_v_set_csc_default()
A Ddce110_transform_v.h39 const struct default_adjustment *default_adjust);
A Ddce110_hw_sequencer.c2388 struct default_adjustment default_adjust = { 0 }; local
2390 default_adjust.force_hw_default = false;
2391 default_adjust.in_color_space = pipe_ctx->plane_state->color_space;
2392 default_adjust.out_color_space = pipe_ctx->stream->output_color_space;
2393 default_adjust.csc_adjust_type = GRAPHICS_CSC_ADJUST_TYPE_SW;
2394 default_adjust.surface_pixel_format = pipe_ctx->plane_res.scl_data.format;
2397 default_adjust.color_depth =
2401 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth;
2404 pipe_ctx->plane_res.xfm, &default_adjust);
/linux/drivers/gpu/drm/amd/display/dc/dce/
A Ddce_transform.c1367 const struct default_adjustment *default_adjust) in dce110_opp_set_csc_default() argument
1373 if (default_adjust->force_hw_default == false) { in dce110_opp_set_csc_default()
1389 if (elm->color_space != default_adjust->out_color_space) in dce110_opp_set_csc_default()
1405 default_adjust->csc_adjust_type, in dce110_opp_set_csc_default()
1406 default_adjust->out_color_space); in dce110_opp_set_csc_default()
A Ddce_transform.h681 const struct default_adjustment *default_adjust);
/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
A Dtransform.h204 const struct default_adjustment *default_adjust);

Completed in 17 milliseconds