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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
amdgpu_dcn10_dpp.c 309 struct out_csc_color_matrix tbl_entry; local in function:dpp1_cnv_setup
407 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i];
409 tbl_entry.color_space = color_space;
416 dpp1_program_input_csc(dpp_base, color_space, select, &tbl_entry);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_dpp.c 114 struct out_csc_color_matrix tbl_entry; local in function:dpp2_cnv_setup
230 tbl_entry.regval[i] = input_csc_color_matrix.matrix[i];
232 tbl_entry.color_space = input_color_space;
239 dpp2_program_input_csc(dpp_base, color_space, select, &tbl_entry);
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 2463 struct out_csc_color_matrix tbl_entry; local in function:dce110_program_front_end_for_pipe
2468 memset(&tbl_entry, 0, sizeof(tbl_entry));
2478 tbl_entry.color_space =
2482 tbl_entry.regval[i] =
2486 (pipe_ctx->plane_res.xfm, &tbl_entry);
2661 struct out_csc_color_matrix tbl_entry; local in function:program_output_csc
2667 tbl_entry.regval[i] = pipe_ctx->stream->csc_color_matrix.matrix[i];
2669 tbl_entry.color_space = color_space;
2672 pipe_ctx->plane_res.xfm, &tbl_entry);
    [all...]

Completed in 55 milliseconds