Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_transform_v.h39 const struct default_adjustment *default_adjust);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c2656 struct default_adjustment default_adjust = { 0 }; in set_default_colors() local
2658 default_adjust.force_hw_default = false; in set_default_colors()
2659 default_adjust.in_color_space = pipe_ctx->plane_state->color_space; in set_default_colors()
2660 default_adjust.out_color_space = pipe_ctx->stream->output_color_space; in set_default_colors()
2661 default_adjust.csc_adjust_type = GRAPHICS_CSC_ADJUST_TYPE_SW; in set_default_colors()
2662 default_adjust.surface_pixel_format = pipe_ctx->plane_res.scl_data.format; in set_default_colors()
2665 default_adjust.color_depth = in set_default_colors()
2669 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth; in set_default_colors()
2672 pipe_ctx->plane_res.xfm, &default_adjust); in set_default_colors()
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_transform.h685 const struct default_adjustment *default_adjust);