Searched refs:dsc_enable (Results 1 – 21 of 21) sorted by relevance
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | dsc.h | 105 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe); member
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_hwseq.c | 124 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in update_dsc_on_stream() 130 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/ |
D | display_mode_lib.c | 271 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable); in dml_log_pipe_params()
|
D | display_mode_structs.h | 469 int dsc_enable; member
|
D | display_mode_vba.c | 628 if (dout->dsc_enable) in fetch_pipe_params() 641 mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params() 642 mode_lib->vba.DSCEnable[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn314/ |
D | dcn314_fpu.c | 331 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn314_populate_dml_pipes_from_context_fpu()
|
D | display_rq_dlg_calc_314.c | 1144 if (dout->dsc_enable) { in dml_rq_dlg_get_dlg_params()
|
/Linux-v6.1/drivers/gpu/drm/i915/display/ |
D | intel_display_debugfs.c | 2050 bool dsc_enable = false; in i915_dsc_fec_support_write() local 2064 ret = kstrtobool_from_user(ubuf, len, &dsc_enable); in i915_dsc_fec_support_write() 2069 (dsc_enable) ? "true" : "false"); in i915_dsc_fec_support_write() 2070 intel_dp->force_dsc_en = dsc_enable; in i915_dsc_fec_support_write()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_hwseq.c | 1044 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in update_dsc_on_stream() 1050 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()
|
D | dcn32_resource.c | 1949 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn32_populate_dml_pipes_from_context()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_dsc.c | 58 .dsc_enable = dsc2_enable,
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn20/ |
D | display_rq_dlg_calc_20.c | 1027 if (dout->dsc_enable) { in dml20_rq_dlg_get_dlg_params()
|
D | display_rq_dlg_calc_20v2.c | 1028 if (dout->dsc_enable) { in dml20v2_rq_dlg_get_dlg_params()
|
D | dcn20_fpu.c | 1215 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC; in dcn20_populate_dml_pipes_from_context()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn21/ |
D | display_rq_dlg_calc_21.c | 1067 if (dout->dsc_enable) { in dml_rq_dlg_get_dlg_params()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn30/ |
D | display_rq_dlg_calc_30.c | 1127 if (dout->dsc_enable) { in dml_rq_dlg_get_dlg_params()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn315/ |
D | dcn315_resource.c | 1673 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn315_populate_dml_pipes_from_context()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn316/ |
D | dcn316_resource.c | 1676 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn316_populate_dml_pipes_from_context()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_resource.c | 1685 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn31_populate_dml_pipes_from_context()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_link_dp.c | 7426 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in dp_set_dsc_on_stream() 7431 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in dp_set_dsc_on_stream()
|
/Linux-v6.1/drivers/gpu/drm/amd/display/dc/dml/dcn32/ |
D | dcn32_fpu.c | 371 pipe_e2e->dout.dsc_enable != 0, in dcn32_predict_pipe_split()
|