| /OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/ |
| H A D | radeon_test.c | 51 DRM_ERROR("Unknown copy method\n"); in radeon_do_test_moves() 65 DRM_ERROR("Failed to allocate %d pointers\n", n); in radeon_do_test_moves() 73 DRM_ERROR("Failed to create VRAM object\n"); in radeon_do_test_moves() 81 DRM_ERROR("Failed to pin VRAM object\n"); in radeon_do_test_moves() 94 DRM_ERROR("Failed to create GTT object %d\n", i); in radeon_do_test_moves() 103 DRM_ERROR("Failed to pin GTT object %d\n", i); in radeon_do_test_moves() 109 DRM_ERROR("Failed to map GTT object %d\n", i); in radeon_do_test_moves() 129 DRM_ERROR("Failed GTT->VRAM copy %d\n", i); in radeon_do_test_moves() 136 DRM_ERROR("Failed to wait for GTT->VRAM fence %d\n", i); in radeon_do_test_moves() 144 DRM_ERROR("Failed to map VRAM object after copy %d\n", i); in radeon_do_test_moves() [all …]
|
| H A D | r600_cs.c | 722 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in r600_cs_track_check() 845 DRM_ERROR("vline wait missing WAIT_REG_MEM segment\n"); in r600_cs_common_vline_parse() 852 DRM_ERROR("vline WAIT_REG_MEM waiting on MEM instead of REG\n"); in r600_cs_common_vline_parse() 857 DRM_ERROR("vline WAIT_REG_MEM waiting on PFP instead of ME\n"); in r600_cs_common_vline_parse() 862 DRM_ERROR("vline WAIT_REG_MEM function not equal\n"); in r600_cs_common_vline_parse() 866 DRM_ERROR("vline WAIT_REG_MEM bad reg\n"); in r600_cs_common_vline_parse() 871 DRM_ERROR("vline WAIT_REG_MEM bad bit mask\n"); in r600_cs_common_vline_parse() 890 DRM_ERROR("cannot find crtc %d\n", crtc_id); in r600_cs_common_vline_parse() 911 DRM_ERROR("unknown crtc reloc\n"); in r600_cs_common_vline_parse() 927 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r600_packet0_check() [all …]
|
| H A D | evergreen_cs.c | 953 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in evergreen_cs_track_check() 1058 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in evergreen_packet0_check() 1797 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check() 1809 DRM_ERROR("bad SET PREDICATION operation %d\n", pred_op); in evergreen_packet3_check() 1815 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check() 1829 DRM_ERROR("bad CONTEXT_CONTROL\n"); in evergreen_packet3_check() 1837 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check() 1843 DRM_ERROR("bad PACKET3_DEALLOC_STATE\n"); in evergreen_packet3_check() 1847 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check() 1856 DRM_ERROR("bad INDEX_BASE\n"); in evergreen_packet3_check() [all …]
|
| H A D | radeon_uvd.c | 266 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_suspend() 341 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_free_handles() 422 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode() 427 DRM_ERROR("Invalid UVD decoding target pitch!\n"); in radeon_uvd_cs_msg_decode() 432 DRM_ERROR("Invalid dpb_size in UVD message (%d / %d)!\n", in radeon_uvd_cs_msg_decode() 459 DRM_ERROR("UVD codec not supported by hardware %d!\n", in radeon_uvd_validate_codec() 476 DRM_ERROR("UVD messages must be 64 byte aligned!\n"); in radeon_uvd_cs_msg() 484 DRM_ERROR("Failed waiting for UVD message (%d)!\n", r); in radeon_uvd_cs_msg() 491 DRM_ERROR("Failed mapping the UVD message (%d)!\n", r); in radeon_uvd_cs_msg() 501 DRM_ERROR("Invalid UVD handle!\n"); in radeon_uvd_cs_msg() [all …]
|
| H A D | radeon_vce.c | 329 DRM_ERROR("Error destroying VCE handle (%d)!\n", r); in radeon_vce_free_handles() 356 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_create_msg() 392 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_create_msg() 423 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_destroy_msg() 449 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_destroy_msg() 483 DRM_ERROR("Relocs at %d after relocations chunk end %d !\n", in radeon_vce_cs_reloc() 497 DRM_ERROR("invalid reloc offset %llX!\n", offset); in radeon_vce_cs_reloc() 501 DRM_ERROR("buffer to small (%d / %d)!\n", in radeon_vce_cs_reloc() 530 DRM_ERROR("VCE handle collision detected!\n"); in radeon_vce_validate_handle() 547 DRM_ERROR("No more free VCE handles!\n"); in radeon_vce_validate_handle() [all …]
|
| H A D | radeon_cs.c | 112 DRM_ERROR("gem object lookup failed 0x%x\n", in radeon_cs_parser_relocs() 152 DRM_ERROR("RADEON_GEM_DOMAIN_CPU is not valid " in radeon_cs_parser_relocs() 166 DRM_ERROR("Only RADEON_GEM_DOMAIN_GTT is " in radeon_cs_parser_relocs() 180 DRM_ERROR("BO associated with dma-buf cannot " in radeon_cs_parser_relocs() 215 DRM_ERROR("unknown ring id: %d\n", ring); in radeon_cs_get_ring() 372 DRM_ERROR("VM not active on asic!\n"); in radeon_cs_parser_init() 382 DRM_ERROR("Ring %d requires VM!\n", p->ring); in radeon_cs_parser_init() 387 DRM_ERROR("VM not supported on ring %d!\n", in radeon_cs_parser_init() 473 DRM_ERROR("Invalid command stream !\n"); in radeon_cs_ib_chunk() 480 DRM_ERROR("Failed to sync rings: %i\n", r); in radeon_cs_ib_chunk() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/ |
| H A D | intel_lspcon.c | 80 DRM_ERROR("Can't read description\n"); in lspcon_detect_vendor() 100 DRM_ERROR("Invalid/Unknown vendor OUI\n"); in lspcon_detect_vendor() 133 DRM_ERROR("LSPCON mode hasn't settled\n"); in lspcon_wait_mode() 151 DRM_ERROR("Error reading LSPCON mode\n"); in lspcon_change_mode() 162 DRM_ERROR("LSPCON mode change failed\n"); in lspcon_change_mode() 239 DRM_ERROR("LSPCON mode change to PCON failed\n"); in lspcon_probe() 282 DRM_ERROR("Failed to read AVI IF control\n"); in lspcon_parade_fw_ready() 290 DRM_ERROR("Parade FW not ready to accept AVI IF\n"); in lspcon_parade_fw_ready() 314 DRM_ERROR("Failed to write AVI IF block %d\n", in _lspcon_parade_write_infoframe_blocks() 329 DRM_ERROR("Failed to update (0x%x), block %d\n", in _lspcon_parade_write_infoframe_blocks() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/msm/dp/ |
| H A D | dp_link.c | 103 DRM_ERROR("failed to read test_audio_period (0x%x)\n", addr); in dp_link_get_period() 111 DRM_ERROR("invalid test_audio_period_ch_1 = 0x%x\n", data); in dp_link_get_period() 196 DRM_ERROR("failed to read link audio mode. rlen=%zd\n", rlen); in dp_link_parse_audio_pattern_type() 202 DRM_ERROR("invalid audio pattern type = 0x%x\n", data); in dp_link_parse_audio_pattern_type() 225 DRM_ERROR("failed to read link audio mode. rlen=%zd\n", rlen); in dp_link_parse_audio_mode() 232 DRM_ERROR("sampling rate (0x%x) greater than max (0x%x)\n", in dp_link_parse_audio_mode() 241 DRM_ERROR("channel_count (0x%x) greater than max (0x%x)\n", in dp_link_parse_audio_mode() 317 DRM_ERROR("failed to read 0x%x\n", addr); in dp_link_parse_timing_params1() 339 DRM_ERROR("failed to read 0x%x\n", addr); in dp_link_parse_timing_params2() 358 DRM_ERROR("failed to read 0x%x\n", addr); in dp_link_parse_timing_params3() [all …]
|
| H A D | dp_power.c | 108 DRM_ERROR("failed to get %s clk. err=%d\n", in dp_power_clk_init() 115 DRM_ERROR("failed to get %s clk. err=%d\n", in dp_power_clk_init() 123 DRM_ERROR("failed to get %s clk. err=%d\n", in dp_power_clk_init() 141 DRM_ERROR("invalid power_data\n"); in dp_power_clk_deinit() 160 DRM_ERROR("failed to set clks rate.\n"); in dp_power_clk_set_rate() 167 DRM_ERROR("failed to %d clks, err: %d\n", enable, rc); in dp_power_clk_set_rate() 198 DRM_ERROR("unsupported power module: %s\n", in dp_power_clk_enable() 224 DRM_ERROR("fail to enable clks: %s. err=%d\n", in dp_power_clk_enable() 234 DRM_ERROR("failed to '%s' clks for: %s. err=%d\n", in dp_power_clk_enable() 264 DRM_ERROR("invalid power data\n"); in dp_power_client_init() [all …]
|
| H A D | dp_display.c | 215 DRM_ERROR("DP driver bind failed. Invalid driver data\n"); in dp_display_bind() 225 DRM_ERROR("device tree parsing failed\n"); in dp_display_bind() 231 DRM_ERROR("DRM DP AUX register failed\n"); in dp_display_bind() 237 DRM_ERROR("Power client create failed\n"); in dp_display_bind() 243 DRM_ERROR("Audio registration Dp failed\n"); in dp_display_bind() 249 DRM_ERROR("Event thread create failed\n"); in dp_display_bind() 268 DRM_ERROR("Invalid DP driver data\n"); in dp_display_unbind() 370 DRM_ERROR("failed to complete DP link training\n"); in dp_display_process_hpd_high() 420 DRM_ERROR("invalid dev\n"); in dp_display_usbpd_configure_cb() 428 DRM_ERROR("no driver data found\n"); in dp_display_usbpd_configure_cb() [all …]
|
| H A D | dp_panel.c | 40 DRM_ERROR("dpcd read failed, rlen=%zd\n", rlen); in dp_panel_read_dpcd() 60 DRM_ERROR("dpcd read failed, rlen=%zd\n", rlen); in dp_panel_read_dpcd() 101 DRM_ERROR("ds port status failed, rlen=%zd\n", rlen); in dp_panel_read_dpcd() 140 DRM_ERROR("failed to update edid property %d\n", rc); in dp_panel_update_modes() 150 DRM_ERROR("failed to update edid property %d\n", rc); in dp_panel_update_modes() 163 DRM_ERROR("invalid input\n"); in dp_panel_read_sink_caps() 174 DRM_ERROR("read dpcd failed %d\n", rc); in dp_panel_read_sink_caps() 184 DRM_ERROR("no downstream ports connected\n"); in dp_panel_read_sink_caps() 198 DRM_ERROR("panel edid read failed\n"); in dp_panel_read_sink_caps() 219 DRM_ERROR("read dpcd failed %d\n", rc); in dp_panel_read_sink_caps() [all …]
|
| H A D | dp_parser.c | 29 DRM_ERROR("%pS->%s: msm_dss_get_res failed\n", in msm_dss_ioremap() 37 DRM_ERROR("%pS->%s: ioremap failed\n", in msm_dss_ioremap() 69 DRM_ERROR("unable to remap dp io resources, rc=%d\n", rc); in dp_parser_ctrl_res() 121 DRM_ERROR("no clocks are defined\n"); in dp_parser_init_clk_data() 143 DRM_ERROR("no core clocks are defined\n"); in dp_parser_init_clk_data() 156 DRM_ERROR("no ctrl clocks are defined\n"); in dp_parser_init_clk_data() 171 DRM_ERROR("no stream (pixel) clocks are defined\n"); in dp_parser_init_clk_data() 201 DRM_ERROR("failed to initialize power data %d\n", rc); in dp_parser_clock() 215 DRM_ERROR("error reading clock-names %d\n", rc); in dp_parser_clock() 256 DRM_ERROR("invalid input\n"); in dp_parser_parse()
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/via/ |
| H A D | via_verifier.c | 245 DRM_ERROR("Illegal termination of DMA command buffer\n"); in eat_words() 334 DRM_ERROR in finish_current_sequence() 370 DRM_ERROR("Illegal DMA HALCYON_HEADER2 command\n"); in investigate_hazard() 375 DRM_ERROR("Illegal DMA HALCYON_HEADER1 command\n"); in investigate_hazard() 380 DRM_ERROR("Illegal DMA HALCYON_FIRECMD command\n"); in investigate_hazard() 385 DRM_ERROR("Illegal DMA HC_DUMMY command\n"); in investigate_hazard() 390 DRM_ERROR("Illegal DMA 0xdddddddd command\n"); in investigate_hazard() 406 DRM_ERROR("Attempt to place Z buffer in system memory\n"); in investigate_hazard() 422 DRM_ERROR in investigate_hazard() 460 DRM_ERROR in investigate_hazard() [all …]
|
| /OK3568_Linux_fs/external/drm-cursor/ |
| H A D | drm_egl.c | 161 DRM_ERROR("failed to create GBM surface\n"); in egl_flush_surfaces() 169 DRM_ERROR("failed to create EGL surface\n"); in egl_flush_surfaces() 199 DRM_ERROR("too much surfaces: %d > %d\n", num_surfaces, MAX_NUM_SURFACES); in egl_init_ctx() 206 DRM_ERROR("failed to get proc address\n"); in egl_init_ctx() 212 DRM_ERROR("failed to alloc ctx\n"); in egl_init_ctx() 226 DRM_ERROR("failed to create gbm device\n"); in egl_init_ctx() 233 DRM_ERROR("failed to get platform display\n"); in egl_init_ctx() 238 DRM_ERROR("failed to init egl\n"); in egl_init_ctx() 243 DRM_ERROR("failed to bind api\n"); in egl_init_ctx() 249 DRM_ERROR("failed to get configs\n"); in egl_init_ctx() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/ |
| H A D | amdgpu_test.c | 59 DRM_ERROR("Failed to allocate %d pointers\n", n); in amdgpu_do_test_moves() 73 DRM_ERROR("Failed to create VRAM object\n"); in amdgpu_do_test_moves() 81 DRM_ERROR("Failed to pin VRAM object\n"); in amdgpu_do_test_moves() 94 DRM_ERROR("Failed to create GTT object %d\n", i); in amdgpu_do_test_moves() 103 DRM_ERROR("Failed to pin GTT object %d\n", i); in amdgpu_do_test_moves() 108 DRM_ERROR("%p bind failed\n", gtt_obj[i]); in amdgpu_do_test_moves() 115 DRM_ERROR("Failed to map GTT object %d\n", i); in amdgpu_do_test_moves() 130 DRM_ERROR("Failed GTT->VRAM copy %d\n", i); in amdgpu_do_test_moves() 136 DRM_ERROR("Failed to wait for GTT->VRAM fence %d\n", i); in amdgpu_do_test_moves() 145 DRM_ERROR("Failed to map VRAM object after copy %d\n", i); in amdgpu_do_test_moves() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/bridge/analogix/ |
| H A D | analogix-anx6345.c | 137 DRM_ERROR("Failed to read DPCD: %d\n", err); in anx6345_dp_link_training() 154 DRM_ERROR("Failed to read DP_SET_POWER register: %d\n", in anx6345_dp_link_training() 164 DRM_ERROR("Failed to power up DisplayPort link: %d\n", in anx6345_dp_link_training() 233 DRM_ERROR("Failed to configure link: %d\n", err); in anx6345_dp_link_training() 314 DRM_ERROR("Failed to enable dvdd12 regulator: %d\n", in anx6345_poweron() 324 DRM_ERROR("Failed to enable dvdd25 regulator: %d\n", in anx6345_poweron() 360 DRM_ERROR("Failed to disable dvdd25 regulator: %d\n", in anx6345_poweroff() 369 DRM_ERROR("Failed to disable dvdd12 regulator: %d\n", in anx6345_poweroff() 393 DRM_ERROR("Failed eDP transmitter initialization: %d\n", err); in anx6345_start() 400 DRM_ERROR("Failed link training: %d\n", err); in anx6345_start() [all …]
|
| H A D | analogix-anx78xx.c | 478 DRM_ERROR("Failed to enable DVDD10 regulator: %d\n", in anx78xx_poweron() 520 DRM_ERROR("Failed to disable DVDD10 regulator: %d\n", in anx78xx_poweroff() 543 DRM_ERROR("Failed to enable interrupts: %d\n", err); in anx78xx_start() 549 DRM_ERROR("Failed receiver initialization: %d\n", err); in anx78xx_start() 555 DRM_ERROR("Failed transmitter initialization: %d\n", err); in anx78xx_start() 568 DRM_ERROR("Failed SlimPort transmitter initialization: %d\n", err); in anx78xx_start() 583 DRM_ERROR("DVDD10 regulator not found\n"); in anx78xx_init_pdata() 649 DRM_ERROR("Failed to read DPCD: %d\n", err); in anx78xx_dp_link_training() 666 DRM_ERROR("Failed to read DP_SET_POWER register: %d\n", in anx78xx_dp_link_training() 676 DRM_ERROR("Failed to power up DisplayPort link: %d\n", in anx78xx_dp_link_training() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/savage/ |
| H A D | savage_state.c | 92 DRM_ERROR("bad texAddr%d %08x (reserved bits)\n", unit, addr); in savage_verify_texaddr() 99 DRM_ERROR in savage_verify_texaddr() 106 DRM_ERROR("bad texAddr%d %08x (AGP not available)\n", in savage_verify_texaddr() 114 DRM_ERROR in savage_verify_texaddr() 141 DRM_ERROR("invalid register range (0x%04x-0x%04x)\n", in savage_verify_state_s3d() 173 DRM_ERROR("invalid register range (0x%04x-0x%04x)\n", in savage_verify_state_s4() 298 DRM_ERROR("called without dma buffers!\n"); in savage_dispatch_dma_prim() 312 DRM_ERROR("wrong number of vertices %u in TRILIST\n", in savage_dispatch_dma_prim() 320 DRM_ERROR in savage_dispatch_dma_prim() 327 DRM_ERROR("invalid primitive type %u\n", prim); in savage_dispatch_dma_prim() [all …]
|
| H A D | savage_bci.c | 56 DRM_ERROR("Trying to emit %d words " in savage_bci_wait_fifo_shadow() 69 DRM_ERROR("failed!\n"); in savage_bci_wait_fifo_shadow() 90 DRM_ERROR("failed!\n"); in savage_bci_wait_fifo_s3d() 111 DRM_ERROR("failed!\n"); in savage_bci_wait_fifo_s4() 144 DRM_ERROR("failed!\n"); in savage_bci_wait_event_shadow() 166 DRM_ERROR("failed!\n"); in savage_bci_wait_event_reg() 289 DRM_ERROR("entry already on freelist.\n"); in savage_freelist_put() 368 DRM_ERROR("wait_evnt failed!\n"); in savage_dma_wait() 408 DRM_ERROR("unflushed page %u: used=%u\n", in savage_dma_alloc() 533 DRM_ERROR("partial DMA page %u: used=%u", in savage_fake_dma_flush() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/tegra/ |
| H A D | dp.c | 199 DRM_ERROR("unsupported eDP version: %02x\n", value); in drm_dp_link_probe() 340 DRM_ERROR("failed to configure DP link: %d\n", err); in drm_dp_link_configure() 476 DRM_ERROR("failed to apply link training: %d\n", err); in drm_dp_link_apply_training() 491 DRM_ERROR("failed to set training parameters: %d\n", err); in drm_dp_link_apply_training() 505 DRM_ERROR("failed to set post-cursor: %d\n", err); in drm_dp_link_apply_training() 518 DRM_ERROR("failed to set training pattern: %d\n", err); in drm_dp_link_apply_training() 599 DRM_ERROR("failed to read link status: %d\n", err); in drm_dp_link_recover_clock() 622 DRM_ERROR("failed to recover clock: %d\n", err); in drm_dp_link_clock_recovery() 649 DRM_ERROR("failed to read link status: %d\n", err); in drm_dp_link_equalize_channel() 654 DRM_ERROR("clock recovery lost while equalizing channel\n"); in drm_dp_link_equalize_channel() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ |
| H A D | cdn-dp-link-training.c | 54 DRM_ERROR("fail to set DP_FRAMER_GLOBAL_CONFIG, error: %d\n", in cdn_dp_set_pattern() 61 DRM_ERROR("fail to set DP_TX_PHY_CONFIG_REG, error: %d\n", in cdn_dp_set_pattern() 68 DRM_ERROR("fail to set DPTX_LANE_EN, error: %d\n", ret); in cdn_dp_set_pattern() 83 DRM_ERROR("failed to set DPTX_ENHNCD, error: %x\n", ret); in cdn_dp_set_pattern() 226 DRM_ERROR("failed to start link train\n"); in cdn_dp_link_training_clock_recovery() 236 DRM_ERROR("failed to get link status\n"); in cdn_dp_link_training_clock_recovery() 260 DRM_ERROR("failed to update link training\n"); in cdn_dp_link_training_clock_recovery() 290 DRM_ERROR("failed to start channel equalization\n"); in cdn_dp_link_training_channel_equalization() 298 DRM_ERROR("failed to get link status\n"); in cdn_dp_link_training_channel_equalization() 317 DRM_ERROR("failed to update link training\n"); in cdn_dp_link_training_channel_equalization() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/gma500/ |
| H A D | mdfld_dsi_output.c | 84 DRM_ERROR("mdfld_dsi_gen_fifo_ready, Timeout. gen_fifo_stat_reg = 0x%x.\n", in mdfld_dsi_gen_fifo_ready() 103 DRM_ERROR("No sender found\n"); in mdfld_dsi_brightness_init() 144 DRM_ERROR("Invalid parameter\n"); in mdfld_dsi_brightness_control() 160 DRM_ERROR("No sender found\n"); in mdfld_dsi_brightness_control() 196 DRM_ERROR("Invalid parameter\n"); in mdfld_dsi_get_panel_status() 207 DRM_ERROR("Invalid parameter\n"); in mdfld_dsi_get_power_mode() 221 DRM_ERROR("Invalid parameters\n"); in mdfld_dsi_controller_init() 348 DRM_ERROR("Didn't get any modes!\n"); in mdfld_dsi_connector_get_modes() 414 DRM_ERROR("Invalid parameters"); in mdfld_dsi_get_default_config() 498 DRM_ERROR("Invalid parameter\n"); in mdfld_dsi_output_init() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/sti/ |
| H A D | sti_compositor.c | 93 DRM_ERROR("Unknown subdev component type\n"); in sti_compositor_bind() 117 DRM_ERROR("Can't create CURSOR plane\n"); in sti_compositor_bind() 128 DRM_ERROR("Can't create GDP plane\n"); in sti_compositor_bind() 133 DRM_ERROR("Unknown subdev component type\n"); in sti_compositor_bind() 186 DRM_ERROR("Failed to allocate compositor context\n"); in sti_compositor_probe() 202 DRM_ERROR("Get memory resource failed\n"); in sti_compositor_probe() 207 DRM_ERROR("Register mapping failed\n"); in sti_compositor_probe() 214 DRM_ERROR("Cannot get compo_main clock\n"); in sti_compositor_probe() 220 DRM_ERROR("Cannot get compo_aux clock\n"); in sti_compositor_probe() 226 DRM_ERROR("Cannot get pix_main clock\n"); in sti_compositor_probe() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/mga/ |
| H A D | mga_dma.c | 69 DRM_ERROR("failed!\n"); in mga_do_wait_for_idle() 473 DRM_ERROR("Unable to acquire AGP: %d\n", err); in mga_do_agp_dma_bootstrap() 479 DRM_ERROR("Unable to get AGP info: %d\n", err); in mga_do_agp_dma_bootstrap() 486 DRM_ERROR("Unable to enable AGP (mode = 0x%lx)\n", mode.mode); in mga_do_agp_dma_bootstrap() 507 DRM_ERROR("Unable to allocate %uMB AGP memory\n", in mga_do_agp_dma_bootstrap() 519 DRM_ERROR("Unable to bind AGP memory: %d\n", err); in mga_do_agp_dma_bootstrap() 533 DRM_ERROR("Unable to map WARP microcode: %d\n", err); in mga_do_agp_dma_bootstrap() 541 DRM_ERROR("Unable to map primary DMA region: %d\n", err); in mga_do_agp_dma_bootstrap() 549 DRM_ERROR("Unable to map secondary DMA region: %d\n", err); in mga_do_agp_dma_bootstrap() 561 DRM_ERROR("Unable to add secondary DMA buffers: %d\n", err); in mga_do_agp_dma_bootstrap() [all …]
|
| /OK3568_Linux_fs/kernel/drivers/gpu/drm/arm/display/komeda/ |
| H A D | komeda_dev.c | 130 DRM_ERROR("get pxclk for pipeline %d failed!\n", pipe->id); in komeda_parse_pipe_dt() 158 DRM_ERROR("could not get IRQ number.\n"); in komeda_parse_dt() 184 DRM_ERROR("Pipeline-%d doesn't have a DT node.\n", in komeda_parse_dt() 216 DRM_ERROR("Map register space failed.\n"); in komeda_dev_create() 224 DRM_ERROR("Get engine clk failed.\n"); in komeda_dev_create() 234 DRM_ERROR("Failed to identify the HW.\n"); in komeda_dev_create() 248 DRM_ERROR("enumerate display resource failed.\n"); in komeda_dev_create() 254 DRM_ERROR("parse device tree failed.\n"); in komeda_dev_create() 260 DRM_ERROR("assemble display pipelines failed.\n"); in komeda_dev_create() 275 DRM_ERROR("create sysfs group failed.\n"); in komeda_dev_create() [all …]
|