Searched refs:DC_LOG_DC (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_helpers.c | 450 DC_LOG_DC("Failed to find connector for link!\n"); in dm_helpers_dp_read_dpcd() 573 DC_LOG_DC(" execute_synaptics_rc_command - success = %d\n", success); in execute_synaptics_rc_command() 582 DC_LOG_DC("Start apply_synaptics_fifo_reset_wa\n"); in apply_synaptics_fifo_reset_wa() 641 DC_LOG_DC("Done apply_synaptics_fifo_reset_wa\n"); in apply_synaptics_fifo_reset_wa() 651 DC_LOG_DC("Configure DSC to non-virtual dpcd synaptics\n"); in write_dsc_enable_synaptics_non_virtual_dpcd_mst() 720 DC_LOG_DC("Sent DSC pass-through enable to virtual dpcd port, ret = %u\n", in dm_helpers_dp_write_dsc_enable() 726 DC_LOG_DC("Sent DSC decoding enable to %s port, ret = %u\n", in dm_helpers_dp_write_dsc_enable() 733 DC_LOG_DC("Sent DSC decoding disable to %s port, ret = %u\n", in dm_helpers_dp_write_dsc_enable() 742 DC_LOG_DC("Sent DSC pass-through disable to virtual dpcd port, ret = %u\n", in dm_helpers_dp_write_dsc_enable() 753 DC_LOG_DC("Send DSC %s to SST RX\n", enable_dsc ? "enable" : "disable"); in dm_helpers_dp_write_dsc_enable() [all …]
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/core/ |
D | dc_stream.c | 733 DC_LOG_DC( in dc_stream_log() 745 DC_LOG_DC( in dc_stream_log() 752 DC_LOG_DC( in dc_stream_log() 756 DC_LOG_DC( in dc_stream_log() 765 DC_LOG_DC( in dc_stream_log()
|
D | dc_link.c | 1568 DC_LOG_DC("BIOS object table - link_id: %d", link->link_id.id); in dc_link_construct_legacy() 1573 DC_LOG_DC("BIOS object table - is_internal_display: %d", link->is_internal_display); in dc_link_construct_legacy() 1594 DC_LOG_DC("BIOS object table - hpd_gpio id: %d", link->hpd_gpio->id); in dc_link_construct_legacy() 1595 DC_LOG_DC("BIOS object table - hpd_gpio en: %d", link->hpd_gpio->en); in dc_link_construct_legacy() 1718 DC_LOG_DC("BIOS object table - DP_IS_USB_C: %d", link->link_enc->features.flags.bits.DP_IS_USB_C); in dc_link_construct_legacy() 1719 …DC_LOG_DC("BIOS object table - IS_DP2_CAPABLE: %d", link->link_enc->features.flags.bits.IS_DP2_CAP… in dc_link_construct_legacy() 1751 DC_LOG_DC("BIOS object table - device_tag.acpi_device: %d", link->device_tag.acpi_device); in dc_link_construct_legacy() 1752 …DC_LOG_DC("BIOS object table - device_tag.dev_id.device_type: %d", link->device_tag.dev_id.device_… in dc_link_construct_legacy() 1753 DC_LOG_DC("BIOS object table - device_tag.dev_id.enum_id: %d", link->device_tag.dev_id.enum_id); in dc_link_construct_legacy() 1772 DC_LOG_DC("BIOS object table - ddi_channel_mapping: 0x%04X", link->ddi_channel_mapping.raw); in dc_link_construct_legacy() [all …]
|
D | dc_link_ddc.c | 201 DC_LOG_DC("BIOS object table - i2c_line: %d", i2c_info.i2c_line); in ddc_service_construct() 202 DC_LOG_DC("BIOS object table - i2c_engine_id: %d", i2c_info.i2c_engine_id); in ddc_service_construct()
|
D | dc_link_dp.c | 5092 …DC_LOG_DC("lttpr_caps forced phy_repeater_cnt = %d\n", link->dpcd_caps.lttpr_caps.phy_repeater_cnt… in dp_retrieve_lttpr_cap() 5101 DC_LOG_DC("is_lttpr_present = %d\n", is_lttpr_present); in dp_retrieve_lttpr_cap() 5138 DC_LOG_DC("lttpr_mode_override chose LTTPR_MODE = %d\n", (uint8_t)(*override)); in dp_get_lttpr_mode_override() 5152 …DC_LOG_DC("chose LTTPR_MODE_NON_TRANSPARENT due to VBIOS DCE_INFO_CAPS_LTTPR_SUPPORT_ENABLE set to… in dp_decide_8b_10b_lttpr_mode() 5155 …DC_LOG_DC("chose LTTPR_MODE_NON_TRANSPARENT by default due to VBIOS not set DCE_INFO_CAPS_LTTPR_SU… in dp_decide_8b_10b_lttpr_mode() 5162 …DC_LOG_DC("chose LTTPR_MODE_NON_TRANSPARENT by default and dc->config.allow_lttpr_non_transparent_… in dp_decide_8b_10b_lttpr_mode() 5166 DC_LOG_DC("chose LTTPR_MODE_NON_LTTPR.\n"); in dp_decide_8b_10b_lttpr_mode() 5177 DC_LOG_DC("128b_132b chose LTTPR_MODE %d.\n", mode); in dp_decide_128b_132b_lttpr_mode() 5198 DC_LOG_DC("usbc_cable_id = %d.\n", cable_id->raw); in get_usbc_cable_id() 5246 DC_LOG_DC("lttpr_present = %d.\n", lttpr_present ? 1 : 0); in wa_try_to_wake_dprx() [all …]
|
D | dc.c | 196 DC_LOG_DC("BIOS object table - number of connectors: %d", connectors_num); in create_links() 216 …DC_LOG_DC("BIOS object table - printing link object info for connector number: %d, link_index: %d"… in create_links() 232 DC_LOG_DC("BIOS object table - end"); in create_links() 533 DC_LOG_DC("dmcu is not initialized"); in dc_stream_forward_dmcu_crc_window() 567 DC_LOG_DC("dmcu is not initialized"); in dc_stream_stop_dmcu_crc_win_update() 1279 DC_LOG_DC("Display Core initialized\n"); in dc_create() 1913 DC_LOG_DC("%s: %d streams\n", in dc_commit_state() 4481 DC_LOG_DC("%s: dmub outbox notifications enabled\n", __func__); in dc_enable_dmub_outbox()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/include/ |
D | logger_types.h | 36 #define DC_LOG_DC(...) DRM_DEBUG_KMS(__VA_ARGS__) macro
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/ |
D | dc_helper.c | 489 DC_LOG_DC("REG_WAIT taking a while: %dms in %s line:%d\n", in generic_reg_wait()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dce110/ |
D | dce110_hw_sequencer.c | 1030 DC_LOG_DC("edp_receiver_ready_T7 skipped\n"); in dce110_edp_backlight_control() 1069 DC_LOG_DC("edp_receiver_ready_T9 skipped\n"); in dce110_edp_backlight_control()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_hwseq.c | 615 DC_LOG_DC("Power down front end %d\n", in dcn20_disable_plane() 1792 DC_LOG_DC("Reset mpcc for pipe %d\n", dc->current_state->res_ctx.pipe_ctx[i].pipe_idx); in dcn20_program_front_end_for_ctx()
|
/linux-6.1.9/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_hw_sequencer.c | 1295 DC_LOG_DC("Power down front end %d\n", in dcn10_disable_plane()
|