| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce80/ | 
| D | dce80_resource.c | 929 		dm_error("DC: failed to create dp clock source!\n");  in dce80_construct()936 			dm_error("DC: failed to create clock sources!\n");  in dce80_construct()
 947 		dm_error("DC: failed to create dmcu!\n");  in dce80_construct()
 957 		dm_error("DC: failed to create abm!\n");  in dce80_construct()
 975 			dm_error("DC: failed to create tg!\n");  in dce80_construct()
 982 			dm_error("DC: failed to create memory input!\n");  in dce80_construct()
 989 			dm_error("DC: failed to create input pixel processor!\n");  in dce80_construct()
 996 			dm_error("DC: failed to create transform!\n");  in dce80_construct()
 1003 			dm_error("DC: failed to create output pixel processor!\n");  in dce80_construct()
 1012 			dm_error(  in dce80_construct()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/core/ | 
| D | dc_stream.c | 280 		dm_error("DC: dc_stream is NULL!\n");  in dc_stream_set_cursor_attributes()284 		dm_error("DC: attributes is NULL!\n");  in dc_stream_set_cursor_attributes()
 331 		dm_error("DC: dc_stream is NULL!\n");  in dc_stream_set_cursor_position()
 336 		dm_error("DC: cursor position is NULL!\n");  in dc_stream_set_cursor_position()
 380 		dm_error("DC: dc_stream is NULL!\n");  in dc_stream_add_writeback()
 385 		dm_error("DC: dc_writeback_info is NULL!\n");  in dc_stream_add_writeback()
 390 		dm_error("DC: writeback pipe is invalid!\n");  in dc_stream_add_writeback()
 415 		dm_error("DC: update_bandwidth failed!\n");  in dc_stream_add_writeback()
 442 		dm_error("DC: dc_stream is NULL!\n");  in dc_stream_remove_writeback()
 447 		dm_error("DC: writeback pipe is invalid!\n");  in dc_stream_remove_writeback()
 [all …]
 
 | 
| D | dc.c | 159 		dm_error(  in create_links()584 		dm_error("%s: failed to create dc->vm_helper\n", __func__);  in construct()
 593 		dm_error("%s: failed to create dceip\n", __func__);  in construct()
 601 		dm_error("%s: failed to create vbios\n", __func__);  in construct()
 609 		dm_error("%s: failed to create dcn_soc\n", __func__);  in construct()
 617 		dm_error("%s: failed to create dcn_ip\n", __func__);  in construct()
 629 		dm_error("%s: failed to create ctx\n", __func__);  in construct()
 709 		dm_error("%s: failed to create validate ctx\n", __func__);  in construct()
 2398 		dm_error("Max EDID buffer size breached!\n");  in dc_link_add_remote_sink()
 2436 		dm_error("Bad EDID, status%d!\n", edid_status);  in dc_link_add_remote_sink()
 
 | 
| D | dc_hw_sequencer.c | 288 		dm_error("DC: failed to blank crtc!\n");  in hwss_wait_for_blank_complete()
 | 
| D | dc_resource.c | 1247 		dm_error("Existing stream not found; failed to attach surface!\n");  in dc_add_plane_to_context()1253 		dm_error("Surface: can not attach plane_state %p! Maximum is: %d\n",  in dc_add_plane_to_context()
 1261 		dm_error("Head pipe not found for stream_state %p !\n", stream);  in dc_add_plane_to_context()
 1325 		dm_error("Existing stream not found; failed to remove plane.\n");  in dc_remove_plane_from_context()
 1365 		dm_error("Existing plane_state not found; failed to detach it!\n");  in dc_remove_plane_from_context()
 1396 		dm_error("Existing stream %p not found!\n", stream);  in dc_rem_all_planes_for_stream()
 1426 		dm_error("Stream %p not found in set!\n", stream);  in add_all_planes_for_stream()
 
 | 
| D | dc_link_dp.c | 2752 		dm_error("%s: Read dpcd data failed.\n", __func__);  in retrieve_link_cap()2781 				dm_error("%s: Read extend caps data failed, use cap from dpcd 0.\n", __func__);  in retrieve_link_cap()
 2802 			dm_error("%s: Read DPRX caps data failed.\n", __func__);  in retrieve_link_cap()
 3467 				dm_error("dpcd write failed to set fec_ready");  in dp_set_fec_ready()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/ | 
| D | os_types.h | 49 #define dm_error(fmt, ...) DRM_ERROR(fmt, ##__VA_ARGS__)  macro84 	dm_error(__VA_ARGS__); \
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce100/ | 
| D | dce100_resource.c | 948 		dm_error("DC: failed to create dp clock source!\n");  in construct()955 			dm_error("DC: failed to create clock sources!\n");  in construct()
 966 		dm_error("DC: failed to create dmcu!\n");  in construct()
 976 		dm_error("DC: failed to create abm!\n");  in construct()
 1008 			dm_error("DC: failed to create tg!\n");  in construct()
 1015 			dm_error(  in construct()
 1023 			dm_error(  in construct()
 1031 			dm_error(  in construct()
 1039 			dm_error(  in construct()
 1049 			dm_error(  in construct()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce120/ | 
| D | dce120_resource.c | 1049 			dm_error("DC: failed to create clock sources!\n");  in construct()1060 		dm_error("DC: failed to create dmcu!\n");  in construct()
 1070 		dm_error("DC: failed to create abm!\n");  in construct()
 1090 				dm_error("DC: skip invalid pipe %d!\n", i);  in construct()
 1102 			dm_error("DC: failed to create tg!\n");  in construct()
 1110 			dm_error(  in construct()
 1118 			dm_error(  in construct()
 1126 			dm_error(  in construct()
 1136 			dm_error(  in construct()
 1148 			dm_error(  in construct()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn21/ | 
| D | dcn21_resource.c | 1506 			dm_error("DC: failed to create clock sources!\n");  in construct()1514 		dm_error("DC: failed to create dccg!\n");  in construct()
 1525 		dm_error("DC: failed to create dmcub!\n");  in construct()
 1545 			dm_error(  in construct()
 1553 			dm_error(  in construct()
 1561 			dm_error(  in construct()
 1571 			dm_error(  in construct()
 1578 			dm_error(  in construct()
 1589 			dm_error(  in construct()
 1600 			dm_error("DC: failed to create tg!\n");  in construct()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn10/ | 
| D | dcn10_resource.c | 1356 			dm_error("DC: failed to create clock sources!\n");  in construct()1367 		dm_error("DC: failed to create dmcu!\n");  in construct()
 1377 		dm_error("DC: failed to create abm!\n");  in construct()
 1457 			dm_error(  in construct()
 1465 			dm_error(  in construct()
 1473 			dm_error(  in construct()
 1481 			dm_error(  in construct()
 1490 			dm_error("DC: failed to create tg!\n");  in construct()
 1501 			dm_error(  in construct()
 1508 			dm_error(  in construct()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce110/ | 
| D | dce110_resource.c | 1320 		dm_error("DC: failed to create dp clock source!\n");  in construct()1327 			dm_error("DC: failed to create clock sources!\n");  in construct()
 1338 		dm_error("DC: failed to create dmcu!\n");  in construct()
 1348 		dm_error("DC: failed to create abm!\n");  in construct()
 1366 			dm_error("DC: failed to create tg!\n");  in construct()
 1373 			dm_error(  in construct()
 1381 			dm_error(  in construct()
 1389 			dm_error(  in construct()
 1397 			dm_error(  in construct()
 1407 			dm_error(  in construct()
 [all …]
 
 | 
| D | dce110_compressor.c | 103 			dm_error("Frame count did not increase for 100ms.\n");  in reset_lb_on_vblank()
 | 
| D | dce110_hw_sequencer.c | 1474 		dm_error("Failed to power down pll! (dp clk src)\n");  in power_down_clock_sources()1479 			dm_error("Failed to power down pll! (clk src index=%d)\n", i);  in power_down_clock_sources()
 1929 				dm_error("DC: failed to blank crtc!\n");  in dce110_reset_hw_ctx_wrap()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dce112/ | 
| D | dce112_resource.c | 1211 			dm_error("DC: failed to create clock sources!\n");  in construct()1222 		dm_error("DC: failed to create dmcu!\n");  in construct()
 1232 		dm_error("DC: failed to create abm!\n");  in construct()
 1253 			dm_error("DC: failed to create tg!\n");  in construct()
 1260 			dm_error(  in construct()
 1268 			dm_error(  in construct()
 1276 			dm_error(  in construct()
 1286 			dm_error(  in construct()
 1296 			dm_error(  in construct()
 1303 			dm_error(  in construct()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dsc/ | 
| D | dc_dsc.c | 67 			dm_error("%s: DPCD DSC buffer size not recognized.\n", __func__);  in dsc_buff_block_size_from_dpcd()83 		dm_error("%s: DPCD DSC buffer depth not recognized.\n", __func__);  in dsc_line_buff_depth_from_dpcd()
 143 			dm_error("%s: DPCD DSC throughput mode not recognized.\n", __func__);  in dsc_throughput_from_dpcd()
 172 		dm_error("%s: DPCD DSC bits-per-pixel increment not recognized.\n", __func__);  in dsc_bpp_increment_div_from_dpcd()
 
 | 
| D | rc_calc.c | 82 		dm_error("ERROR: Requested rc_calc to find a bpp entry that exceeds the table size\n");  in get_qp_set()
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/dcn20/ | 
| D | dcn20_resource.c | 2910 			dm_error("DC: failed to create dwbc20!\n");  in dcn20_dwbc_create()2935 			dm_error("DC: failed to create mcif_wb20!\n");  in dcn20_mmhubbub_create()
 3402 			dm_error("DC: failed to create clock sources!\n");  in construct()
 3410 		dm_error("DC: failed to create dccg!\n");  in construct()
 3420 		dm_error("DC: failed to create dmcu!\n");  in construct()
 3430 		dm_error("DC: failed to create abm!\n");  in construct()
 3439 		dm_error("DC: failed to initialize soc bounding box!\n");  in construct()
 3498 			dm_error(  in construct()
 3506 			dm_error(  in construct()
 3514 			dm_error(  in construct()
 [all …]
 
 | 
| D | dcn20_hwseq.c | 1393 		dm_error("DC: failed to blank crtc!\n");  in dcn20_hwss_wait_for_blank_complete()
 | 
| /Linux-v5.4/include/linux/ | 
| D | device-mapper.h | 145 void dm_error(const char *message);
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/dc/bios/ | 
| D | bios_parser.c | 173 		dm_error("Can't get connector table from atom bios.\n");  in bios_parser_get_connector_id()178 		dm_error("Can't find connector id %d in connector table of size %d.\n",  in bios_parser_get_connector_id()
 
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/display/amdgpu_dm/ | 
| D | amdgpu_dm.c | 5679 		dm_error("Failed to allocate update bundle\n");  in amdgpu_dm_commit_planes()
 |