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

  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link_hwss.c 421 struct pipe_ctx *odm_pipe; local in function:dp_set_dsc_on_stream
424 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
443 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
444 struct display_stream_compressor *odm_dsc = odm_pipe->stream_res.dsc
    [all...]
amdgpu_dc_link_dp.c 3685 struct pipe_ctx *odm_pipe; local in function:set_crtc_test_pattern
3708 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
3713 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
3714 struct output_pixel_processor *odm_opp = odm_pipe->stream_res.opp
3752 struct pipe_ctx *odm_pipe; local in function:set_crtc_test_pattern
    [all...]
amdgpu_dc_resource.c 1750 struct pipe_ctx *odm_pipe; local in function:dc_remove_stream_from_ctx
1757 odm_pipe = del_pipe->next_odm_pipe;
1781 while (odm_pipe) {
1782 struct pipe_ctx *next_odm_pipe = odm_pipe->next_odm_pipe;
1784 memset(odm_pipe, 0, sizeof(*odm_pipe));
1785 odm_pipe = next_odm_pipe;
amdgpu_dc.c 2087 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local in function:commit_planes_do_stream_update
2093 while (odm_pipe) {
2094 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp,
2097 odm_pipe = odm_pipe->next_odm_pipe;
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_hwseq.c 616 struct pipe_ctx *odm_pipe; local in function:dcn20_enable_stream_timing
629 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
630 opp_inst[opp_cnt] = odm_pipe->stream_res.opp->inst;
663 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe
916 struct pipe_ctx *odm_pipe; local in function:dcn20_update_odm
946 struct pipe_ctx *odm_pipe; local in function:dcn20_blank_pixel_data
1828 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local in function:dcn20_disable_stream_gating
1843 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local in function:dcn20_enable_stream_gating
1974 struct pipe_ctx *odm_pipe; local in function:dcn20_unblank_stream
    [all...]
amdgpu_dcn20_resource.c 1449 struct pipe_ctx *odm_pipe; local in function:get_pixel_clock_parameters
1452 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
2294 struct pipe_ctx *odm_pipe; local in function:dcn20_validate_dsc
2297 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe
2405 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; local in function:dcn20_merge_pipes_for_validate
    [all...]
  /src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c 1333 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local in function:apply_single_controller_ctx_to_hw
1404 while (odm_pipe) {
1405 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion(
1406 odm_pipe->stream_res.opp,
1411 odm_pipe->stream_res.opp->funcs->opp_program_fmt(
1412 odm_pipe->stream_res.opp,
1415 odm_pipe = odm_pipe->next_odm_pipe;

Completed in 22 milliseconds