Searched refs:DC_LOG_DSC (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/amd/display/dc/dcn20/ |
A D | dcn20_dsc.c | 184 DC_LOG_DSC("\tbits_per_pixel %d (%d.%04d)", in dsc_config_log() 197 DC_LOG_DSC(" "); in dsc2_set_config() 219 DC_LOG_DSC("DSC Picture Parameter Set (PPS):"); in dsc2_get_packed_pps() 261 DC_LOG_DSC("disable DSC %d", dsc->inst); in dsc2_disable() 289 DC_LOG_DSC("\tconvert_rgb %d", pps->convert_rgb); in dsc_log_pps() 290 DC_LOG_DSC("\tsimple_422 %d", pps->simple_422); in dsc_log_pps() 291 DC_LOG_DSC("\tvbr_enable %d", pps->vbr_enable); in dsc_log_pps() 293 DC_LOG_DSC("\tpic_height %d", pps->pic_height); in dsc_log_pps() 294 DC_LOG_DSC("\tpic_width %d", pps->pic_width); in dsc_log_pps() 311 DC_LOG_DSC("\tnative_420 %d", pps->native_420); in dsc_log_pps() [all …]
|
A D | dcn20_link_encoder.c | 177 DC_LOG_DSC("%s FEC at link encoder inst %d", in enc2_fec_set_enable()
|
/linux/drivers/gpu/drm/amd/display/dc/core/ |
A D | dc_link_hwss.c | 514 DC_LOG_DSC("\tbytes_per_pixel 0x%08x (%d.%07d)", in dsc_optc_config_log() 516 DC_LOG_DSC("\tis_pixel_format_444 %d", config->is_pixel_format_444); in dsc_optc_config_log() 517 DC_LOG_DSC("\tslice_width %d", config->slice_width); in dsc_optc_config_log() 582 …DC_LOG_DSC("Setting stream encoder DSC config for engine %d:", (int)pipe_ctx->stream_res.stream_en… 593 DC_LOG_DSC("Setting optc DSC config for tg instance %d:", pipe_ctx->stream_res.tg->inst); 689 DC_LOG_DSC(" "); 692 …DC_LOG_DSC("Setting stream encoder DSC PPS SDP for engine %d\n", (int)pipe_ctx->stream_res.stream_…
|
A D | dc_link_dp.c | 4755 DC_LOG_DSC("DSC branch decoder capability is read at link %d", link->link_index); 4756 DC_LOG_DSC("\tBRANCH_OVERALL_THROUGHPUT_0 = 0x%02x", 4758 DC_LOG_DSC("\tBRANCH_OVERALL_THROUGHPUT_1 = 0x%02x", 4760 DC_LOG_DSC("\tBRANCH_MAX_LINE_WIDTH 0x%02x",
|
/linux/drivers/gpu/drm/amd/display/include/ |
A D | logger_types.h | 72 #define DC_LOG_DSC(...) DRM_DEBUG_KMS(__VA_ARGS__) macro
|
Completed in 17 milliseconds