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
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
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
    [all...]
amdgpu_dc_resource.c 1750 struct pipe_ctx *odm_pipe; local
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
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
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
946 struct pipe_ctx *odm_pipe; local
1828 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
1843 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
1974 struct pipe_ctx *odm_pipe; local
    [all...]
amdgpu_dcn20_resource.c 1449 struct pipe_ctx *odm_pipe; local
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
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
    [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
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 32 milliseconds