Searched refs:odm_pipe (Results 1 - 10 of 10) sorted by last modified time

/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn20/
H A Ddcn20_resource.c1221 struct pipe_ctx *odm_pipe; local
1228 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
1674 struct pipe_ctx *odm_pipe; local
1677 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe
1787 struct pipe_ctx *odm_pipe = pipe->next_odm_pipe; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c786 struct pipe_ctx *odm_pipe; local
802 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
824 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
825 struct display_stream_compressor *odm_dsc = odm_pipe
[all...]
H A Dlink_hwss_hpo_frl.c33 struct pipe_ctx *odm_pipe; local
37 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
/linux-master/drivers/gpu/drm/amd/display/dc/link/accessories/
H A Dlink_dp_cts.c421 struct pipe_ctx *odm_pipe; local
454 odm_pipe = pipe_ctx;
455 while (odm_pipe) {
456 tp_params = &odm_pipe->stream_res.test_pattern_params;
457 odm_opp = odm_pipe->stream_res.opp;
460 odm_pipe,
468 odm_pipe = odm_pipe->next_odm_pipe;
486 odm_pipe = pipe_ctx;
487 while (odm_pipe) {
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c365 struct pipe_ctx *odm_pipe; local
371 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
391 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
392 struct display_stream_compressor *odm_dsc = odm_pipe
429 struct pipe_ctx *odm_pipe; local
451 struct pipe_ctx *odm_pipe; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c971 struct pipe_ctx *odm_pipe; local
987 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
1009 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
1010 struct display_stream_compressor *odm_dsc = odm_pipe
1055 struct pipe_ctx *odm_pipe; local
1077 struct pipe_ctx *odm_pipe; local
1215 struct pipe_ctx *odm_pipe; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn314/
H A Ddcn314_hwseq.c76 struct pipe_ctx *odm_pipe; local
80 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe)
100 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
101 struct display_stream_compressor *odm_dsc = odm_pipe
138 struct pipe_ctx *odm_pipe; local
160 struct pipe_ctx *odm_pipe; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.c803 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
806 while (odm_pipe != NULL) {
808 odm_pipe = odm_pipe->next_odm_pipe;
823 struct pipe_ctx *odm_pipe; local
851 for (odm_pipe = pipe_ctx->next_odm_pipe; odm_pipe; odm_pipe = odm_pipe->next_odm_pipe) {
852 opp_inst[opp_cnt] = odm_pipe
1172 struct pipe_ctx *odm_pipe; local
1202 struct pipe_ctx *odm_pipe; local
2474 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
2489 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
2622 struct pipe_ctx *odm_pipe; local
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c1529 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
1570 while (odm_pipe) {
1571 odm_pipe->stream_res.opp->funcs->opp_set_dyn_expansion(
1572 odm_pipe->stream_res.opp,
1577 odm_pipe->stream_res.opp->funcs->opp_program_fmt(
1578 odm_pipe->stream_res.opp,
1581 odm_pipe = odm_pipe->next_odm_pipe;
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c3304 struct pipe_ctx *odm_pipe = pipe_ctx->next_odm_pipe; local
3310 while (odm_pipe) {
3311 odm_pipe->stream_res.opp->funcs->opp_program_fmt(odm_pipe->stream_res.opp,
3314 odm_pipe = odm_pipe->next_odm_pipe;
3754 struct pipe_ctx *odm_pipe; local
3757 for (odm_pipe = mpcc_pipe; odm_pipe; odm_pipe
[all...]

Completed in 179 milliseconds