Searched refs:DC_LOG_DSC (Results 1 – 8 of 8) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn20/ |
H A D | dcn20_dsc.c | 180 DC_LOG_DSC("\tnum_slices_h %d", config->dc_dsc_cfg.num_slices_h); in dsc_config_log() 181 DC_LOG_DSC("\tnum_slices_v %d", config->dc_dsc_cfg.num_slices_v); in dsc_config_log() 182 DC_LOG_DSC("\tbits_per_pixel %d (%d.%04d)", in dsc_config_log() 186 DC_LOG_DSC("\tcolor_depth %d", config->color_depth); in dsc_config_log() 195 DC_LOG_DSC("Setting DSC Config at DSC inst %d", dsc->inst); in dsc2_set_config() 199 DC_LOG_DSC("programming DSC Picture Parameter Set (PPS):"); in dsc2_set_config() 214 DC_LOG_DSC("Getting packed DSC PPS for DSC Config:"); in dsc2_get_packed_pps() 216 DC_LOG_DSC("DSC Picture Parameter Set (PPS):"); in dsc2_get_packed_pps() 233 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc2_enable() 238 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 D | dcn401_dsc.c | 154 DC_LOG_DSC("Setting DSC Config at DSC inst %d", dsc->inst); in dsc401_set_config() 158 DC_LOG_DSC("programming DSC Picture Parameter Set (PPS):"); in dsc401_set_config() 170 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc401_enable() 175 DC_LOG_DSC("ERROR: DSC %d at opp pipe %d already enabled!", dsc->inst, enabled_opp_pipe); in dsc401_enable() 193 DC_LOG_DSC("disable DSC %d", dsc->inst); in dsc401_disable() 197 DC_LOG_DSC("DSC %d already disabled!", dsc->inst); in dsc401_disable() 218 DC_LOG_DSC("disconnect DSC %d", dsc->inst); in dsc401_disconnect()
|
/linux/drivers/gpu/drm/amd/display/dc/dsc/dcn35/ |
H A D | dcn35_dsc.c | 84 DC_LOG_DSC("enable DSC %d at opp pipe %d", dsc->inst, opp_pipe); in dsc35_enable() 97 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 D | logger_types.h | 62 #define DC_LOG_DSC(...) drm_dbg_dp((DC_LOGGER)->dev, __VA_ARGS__) macro
|
/linux/drivers/gpu/drm/amd/display/dc/link/protocols/ |
H A D | link_dp_capability.c | 1885 DC_LOG_DSC("DSC branch decoder capability is read at link %d", link->link_index); in retrieve_link_cap() 1886 DC_LOG_DSC("\tBRANCH_OVERALL_THROUGHPUT_0 = 0x%02x", in retrieve_link_cap() 1888 DC_LOG_DSC("\tBRANCH_OVERALL_THROUGHPUT_1 = 0x%02x", in retrieve_link_cap() 1890 DC_LOG_DSC("\tBRANCH_MAX_LINE_WIDTH 0x%02x", in retrieve_link_cap() 1910 DC_LOG_DSC("Clear DSC SUPPORT for USB4 link(%d) in TBT3 compatibility mode", link->link_index); in retrieve_link_cap()
|
/linux/drivers/gpu/drm/amd/display/dc/dio/dcn20/ |
H A D | dcn20_link_encoder.c | 176 DC_LOG_DSC("%s FEC at link encoder inst %d", in enc2_fec_set_enable()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn35/ |
H A D | dcn35_hwseq.c | 341 DC_LOG_DSC("DSC is NULL for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream() 348 DC_LOG_DSC("DSC has been disabled for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream() 377 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream()
|
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn314/ |
H A D | dcn314_hwseq.c | 113 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst); in update_dsc_on_stream()
|