Home
last modified time | relevance | path

Searched refs:dsc_enable (Results 1 – 20 of 20) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Ddsc.h105 void (*dsc_enable)(struct display_stream_compressor *dsc, int opp_pipe); member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_hwseq.c122 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in update_dsc_on_stream()
128 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()
/openbmc/linux/drivers/gpu/drm/i915/display/
H A Dintel_display_debugfs.c1260 bool dsc_enable = false; in i915_dsc_fec_support_write() local
1274 ret = kstrtobool_from_user(ubuf, len, &dsc_enable); in i915_dsc_fec_support_write()
1279 (dsc_enable) ? "true" : "false"); in i915_dsc_fec_support_write()
1280 intel_dp->force_dsc_en = dsc_enable; in i915_dsc_fec_support_write()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/
H A Ddisplay_mode_lib.c270 dml_print("DML PARAMS: dsc_enable = %d\n", dout->dsc_enable); in dml_log_pipe_params()
H A Ddisplay_mode_structs.h471 int dsc_enable; member
H A Ddisplay_mode_vba.c634 if (dout->dsc_enable) in fetch_pipe_params()
647 mode_lib->vba.DSCEnabled[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params()
648 mode_lib->vba.DSCEnable[mode_lib->vba.NumberOfActivePlanes] = dout->dsc_enable; in fetch_pipe_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn314/
H A Ddcn314_fpu.c373 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn314_populate_dml_pipes_from_context_fpu()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_hwseq.c1027 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in update_dsc_on_stream()
1033 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in update_dsc_on_stream()
H A Ddcn32_resource.c1971 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn32_populate_dml_pipes_from_context()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_dsc.c50 .dsc_enable = dsc2_enable,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c802 dsc->funcs->dsc_enable(dsc, pipe_ctx->stream_res.opp->inst); in link_set_dsc_on_stream()
807 odm_dsc->funcs->dsc_enable(odm_dsc, odm_pipe->stream_res.opp->inst); in link_set_dsc_on_stream()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn20/
H A Ddisplay_rq_dlg_calc_20v2.c1028 if (dout->dsc_enable) { in dml20v2_rq_dlg_get_dlg_params()
H A Ddisplay_rq_dlg_calc_20.c1027 if (dout->dsc_enable) { in dml20_rq_dlg_get_dlg_params()
H A Ddcn20_fpu.c1365 pipes[pipe_cnt].dout.dsc_enable = res_ctx->pipe_ctx[i].stream->timing.flags.DSC; in dcn20_populate_dml_pipes_from_context()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn30/
H A Ddisplay_rq_dlg_calc_30.c1125 if (dout->dsc_enable) { in dml_rq_dlg_get_dlg_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn21/
H A Ddisplay_rq_dlg_calc_21.c1067 if (dout->dsc_enable) { in dml_rq_dlg_get_dlg_params()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn316/
H A Ddcn316_resource.c1646 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn316_populate_dml_pipes_from_context()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn315/
H A Ddcn315_resource.c1717 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn315_populate_dml_pipes_from_context()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_resource.c1680 if (pipes[pipe_cnt].dout.dsc_enable) { in dcn31_populate_dml_pipes_from_context()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dml/dcn32/
H A Ddcn32_fpu.c389 pipe_e2e->dout.dsc_enable != 0, in dcn32_predict_pipe_split()