Home
last modified time | relevance | path

Searched refs:DC_LOG_DSC (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/
H A Ddcn20_dsc.c181 DC_LOG_DSC("\tnum_slices_h %d", config->dc_dsc_cfg.num_slices_h); in dsc_config_log()
182 DC_LOG_DSC("\tnum_slices_v %d", config->dc_dsc_cfg.num_slices_v); in dsc_config_log()
183 DC_LOG_DSC("\tbits_per_pixel %d (%d.%04d)", in dsc_config_log()
187 DC_LOG_DSC("\tcolor_depth %d", config->color_depth); in dsc_config_log()
196 DC_LOG_DSC("Setting DSC Config at DSC inst %d", dsc->inst); in dsc2_set_config()
200 DC_LOG_DSC("programming DSC Picture Parameter Set (PPS):"); in dsc2_set_config()
215 DC_LOG_DSC("Getting packed DSC PPS for DSC Config:"); in dsc2_get_packed_pps()
217 DC_LOG_DSC("DSC Picture Parameter Set (PPS):"); in dsc2_get_packed_pps()
234 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc2_enable()
239 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc2_enable()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn401/
H A Ddcn401_dsc.c130 DC_LOG_DSC("Setting DSC Config at DSC inst %d", dsc->inst); in dsc401_set_config()
134 DC_LOG_DSC("programming DSC Picture Parameter Set (PPS):"); in dsc401_set_config()
146 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc401_enable()
151 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc401_enable()
169 DC_LOG_DSC("disable DSC %d", dsc->inst); in dsc401_disable()
173 DC_LOG_DSC("DSC %d already disabled!", dsc->inst); in dsc401_disable()
194 DC_LOG_DSC("disconnect DSC %d", dsc->inst); in dsc401_disconnect()
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/
H A Ddcn35_dsc.c86 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc35_enable()
99 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc35_enable()
/linux/drivers/gpu/drm/amd/display/include/
H A Dlogger_types.h63 #define DC_LOG_DSC(...) drm_dbg_dp((DC_LOGGER)->dev, __VA_ARGS__) macro
/linux/drivers/gpu/drm/amd/display/dc/link/
H A Dlink_dpms.c767 DC_LOG_DSC("\tbytes_per_pixel 0x%08x (%d.%07d)", in dsc_optc_config_log()
769 DC_LOG_DSC("\tis_pixel_format_444 %d", config->is_pixel_format_444); in dsc_optc_config_log()
770 DC_LOG_DSC("\tslice_width %d", config->slice_width); in dsc_optc_config_log()
867DC_LOG_DSC("Setting stream encoder DSC config for engine %d:", (int)pipe_ctx->stream_res.stream_en… in link_set_dsc_on_stream()
879 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst); in link_set_dsc_on_stream()
981DC_LOG_DSC("Setting stream encoder DSC PPS SDP for engine %d\n", (int)pipe_ctx->stream_res.stream_… in link_set_dsc_pps_packet()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn32/
H A Ddcn32_hwseq.c93 DC_LOG_DSC("%s DSC power gate for inst %d", power_gate ? "enable" : "disable", dsc_inst); in dcn32_dsc_pg_control()
1051 DC_LOG_DSC("DSC is NULL for tg instance %d:", pipe_ctx->stream_res.tg->inst); in dcn32_update_dsc_on_stream()
1058 DC_LOG_DSC("DSC has been disabled for tg instance %d:", pipe_ctx->stream_res.tg->inst); in dcn32_update_dsc_on_stream()
1092 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst); in dcn32_update_dsc_on_stream()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/
H A Ddcn35_hwseq.c347 DC_LOG_DSC("DSC is NULL for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream()
354 DC_LOG_DSC("DSC has been disabled for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream()
384 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream()