HomeSort by: relevance | last modified time | path
    Searched refs:default_adjust (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
dce110_transform_v.h 41 const struct default_adjustment *default_adjust);
amdgpu_dce110_opp_csc_v.c 678 const struct default_adjustment *default_adjust)
684 if (default_adjust->force_hw_default == false) {
700 if (elm->color_space != default_adjust->out_color_space)
711 program_input_csc(xfm, default_adjust->in_color_space);
720 default_adjust->csc_adjust_type,
721 default_adjust->out_color_space);
723 set_Denormalization(xfm, default_adjust->color_depth);
amdgpu_dce110_hw_sequencer.c 2108 struct default_adjustment default_adjust = { 0 }; local in function:set_default_colors
2110 default_adjust.force_hw_default = false;
2111 default_adjust.in_color_space = pipe_ctx->plane_state->color_space;
2112 default_adjust.out_color_space = pipe_ctx->stream->output_color_space;
2113 default_adjust.csc_adjust_type = GRAPHICS_CSC_ADJUST_TYPE_SW;
2114 default_adjust.surface_pixel_format = pipe_ctx->plane_res.scl_data.format;
2117 default_adjust.color_depth =
2121 default_adjust.lb_color_depth = pipe_ctx->plane_res.scl_data.lb_params.depth;
2124 pipe_ctx->plane_res.xfm, &default_adjust);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/hw/
transform.h 208 const struct default_adjustment *default_adjust);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce/
amdgpu_dce_transform.c 1100 const struct default_adjustment *default_adjust)
1106 if (default_adjust->force_hw_default == false) {
1122 if (elm->color_space != default_adjust->out_color_space)
1138 default_adjust->csc_adjust_type,
1139 default_adjust->out_color_space);
dce_transform.h 505 const struct default_adjustment *default_adjust);

Completed in 34 milliseconds