Searched refs:DSC (Results 26 - 32 of 32) sorted by relevance

12

/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddcn20_fpu.c1371 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC;
1513 if (res_ctx->pipe_ctx[i].stream->timing.flags.DSC &&
1525 if (res_ctx->pipe_ctx[i].stream->timing.flags.DSC)
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c978 * with DSC such as 480p60Hz, the dispclk could be low enough to trigger
995 /* Enable DSC hw block */
1023 /* Enable DSC in OPTC */
1024 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst);
1030 /* disable DSC in OPTC */
1035 /* disable DSC block */
1101 update_dsc_on_stream(pipe_ctx, pipe_ctx->stream->timing.flags.DSC);
1103 /* Check if no longer using pipe for ODM, then need to disconnect DSC for that pipe */
1111 /* disconnect DSC block from stream */
/linux-master/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c379 /* Enable DSC hw block */
403 /* Enable DSC in OPTC */
404 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst);
410 /* disable DSC in OPTC */
415 /* disable DSC block */
475 update_dsc_on_stream(pipe_ctx, pipe_ctx->stream->timing.flags.DSC);
477 /* Check if no longer using pipe for ODM, then need to disconnect DSC for that pipe */
481 /* disconnect DSC block from stream */
858 // Step 1: To find out which OPTC is running & OPTC DSC is ON
871 // Only one OPTC with DSC i
[all...]
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn32/
H A Ddcn32_resource.c2785 if (free_pipe->stream->timing.flags.DSC == 1) {
/linux-master/drivers/gpu/drm/amd/display/dc/resource/dcn30/
H A Ddcn30_resource.c1565 if (sec_pipe->stream->timing.flags.DSC == 1) {
2524 /* MPC and DSC */
/linux-master/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c545 phantom_stream->timing.flags.DSC = 0; // Don't need DSC for phantom timing
1908 if (sec_pipe->stream->timing.flags.DSC == 1) {
3116 /* DML DSC delay factor workaround */
/linux-master/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c3437 * DSC resource here. The reason is that the function should have the
3439 * We acquire DSC when we acquire secondary OPP head, so we should
3440 * acquire DSC when we acquire OTG master.
5028 if (sec_pipe->stream->timing.flags.DSC == 1) {

Completed in 247 milliseconds

12