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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
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);

Completed in 12 milliseconds