/Linux-v6.1/drivers/gpu/drm/radeon/ |
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 …]
|
D | r600_cs.c | 721 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in r600_cs_track_check() 844 DRM_ERROR("vline wait missing WAIT_REG_MEM segment\n"); in r600_cs_common_vline_parse() 851 DRM_ERROR("vline WAIT_REG_MEM waiting on MEM instead of REG\n"); in r600_cs_common_vline_parse() 856 DRM_ERROR("vline WAIT_REG_MEM waiting on PFP instead of ME\n"); in r600_cs_common_vline_parse() 861 DRM_ERROR("vline WAIT_REG_MEM function not equal\n"); in r600_cs_common_vline_parse() 865 DRM_ERROR("vline WAIT_REG_MEM bad reg\n"); in r600_cs_common_vline_parse() 870 DRM_ERROR("vline WAIT_REG_MEM bad bit mask\n"); in r600_cs_common_vline_parse() 889 DRM_ERROR("cannot find crtc %d\n", crtc_id); in r600_cs_common_vline_parse() 910 DRM_ERROR("unknown crtc reloc\n"); in r600_cs_common_vline_parse() 926 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r600_packet0_check() [all …]
|
D | evergreen_cs.c | 952 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in evergreen_cs_track_check() 1057 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in evergreen_packet0_check() 1796 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check() 1808 DRM_ERROR("bad SET PREDICATION operation %d\n", pred_op); in evergreen_packet3_check() 1814 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check() 1828 DRM_ERROR("bad CONTEXT_CONTROL\n"); in evergreen_packet3_check() 1836 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check() 1842 DRM_ERROR("bad PACKET3_DEALLOC_STATE\n"); in evergreen_packet3_check() 1846 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check() 1855 DRM_ERROR("bad INDEX_BASE\n"); in evergreen_packet3_check() [all …]
|
D | radeon_uvd.c | 268 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_suspend() 343 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_free_handles() 424 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode() 429 DRM_ERROR("Invalid UVD decoding target pitch!\n"); in radeon_uvd_cs_msg_decode() 434 DRM_ERROR("Invalid dpb_size in UVD message (%d / %d)!\n", in radeon_uvd_cs_msg_decode() 461 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() 482 DRM_ERROR("Failed mapping the UVD message (%d)!\n", r); in radeon_uvd_cs_msg() 493 DRM_ERROR("Invalid UVD handle!\n"); in radeon_uvd_cs_msg() 510 DRM_ERROR("Handle 0x%x already in use!\n", handle); in radeon_uvd_cs_msg() [all …]
|
D | radeon_vce.c | 328 DRM_ERROR("Error destroying VCE handle (%d)!\n", r); in radeon_vce_free_handles() 355 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_create_msg() 391 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_create_msg() 422 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_destroy_msg() 448 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_destroy_msg() 482 DRM_ERROR("Relocs at %d after relocations chunk end %d !\n", in radeon_vce_cs_reloc() 496 DRM_ERROR("invalid reloc offset %llX!\n", offset); in radeon_vce_cs_reloc() 500 DRM_ERROR("buffer to small (%d / %d)!\n", in radeon_vce_cs_reloc() 529 DRM_ERROR("VCE handle collision detected!\n"); in radeon_vce_validate_handle() 546 DRM_ERROR("No more free VCE handles!\n"); in radeon_vce_validate_handle() [all …]
|
D | radeon_cs.c | 112 DRM_ERROR("gem object lookup failed 0x%x\n", in radeon_cs_parser_relocs() 151 DRM_ERROR("RADEON_GEM_DOMAIN_CPU is not valid " in radeon_cs_parser_relocs() 165 DRM_ERROR("Only RADEON_GEM_DOMAIN_GTT is " in radeon_cs_parser_relocs() 179 DRM_ERROR("BO associated with dma-buf cannot " in radeon_cs_parser_relocs() 214 DRM_ERROR("unknown ring id: %d\n", ring); in radeon_cs_get_ring() 371 DRM_ERROR("VM not active on asic!\n"); in radeon_cs_parser_init() 381 DRM_ERROR("Ring %d requires VM!\n", p->ring); in radeon_cs_parser_init() 386 DRM_ERROR("VM not supported on ring %d!\n", in radeon_cs_parser_init() 474 DRM_ERROR("Invalid command stream !\n"); in radeon_cs_ib_chunk() 481 DRM_ERROR("Failed to sync rings: %i\n", r); in radeon_cs_ib_chunk() [all …]
|
D | uvd_v1_0.c | 182 DRM_ERROR("radeon: ring failed to lock UVD ring (%d).\n", r); in uvd_v1_0_init() 341 DRM_ERROR("UVD not responding, trying to reset the VCPU!!!\n"); in uvd_v1_0_start() 350 DRM_ERROR("UVD not responding, giving up!!!\n"); in uvd_v1_0_start() 430 DRM_ERROR("radeon: cp failed to lock ring %d (%d).\n", in uvd_v1_0_ring_test() 448 DRM_ERROR("radeon: ring %d test failed (0x%08X)\n", in uvd_v1_0_ring_test() 510 DRM_ERROR("radeon: failed to raise UVD clocks (%d).\n", r); in uvd_v1_0_ib_test() 516 DRM_ERROR("radeon: failed to get create msg (%d).\n", r); in uvd_v1_0_ib_test() 522 DRM_ERROR("radeon: failed to get destroy ib (%d).\n", r); in uvd_v1_0_ib_test() 529 DRM_ERROR("radeon: fence wait failed (%d).\n", r); in uvd_v1_0_ib_test() 532 DRM_ERROR("radeon: fence wait timed out.\n"); in uvd_v1_0_ib_test()
|
/Linux-v6.1/drivers/gpu/drm/msm/dp/ |
D | dp_link.c | 104 DRM_ERROR("failed to read test_audio_period (0x%x)\n", addr); in dp_link_get_period() 112 DRM_ERROR("invalid test_audio_period_ch_1 = 0x%x\n", data); in dp_link_get_period() 197 DRM_ERROR("failed to read link audio mode. rlen=%zd\n", rlen); in dp_link_parse_audio_pattern_type() 203 DRM_ERROR("invalid audio pattern type = 0x%x\n", data); in dp_link_parse_audio_pattern_type() 226 DRM_ERROR("failed to read link audio mode. rlen=%zd\n", rlen); in dp_link_parse_audio_mode() 233 DRM_ERROR("sampling rate (0x%x) greater than max (0x%x)\n", in dp_link_parse_audio_mode() 242 DRM_ERROR("channel_count (0x%x) greater than max (0x%x)\n", in dp_link_parse_audio_mode() 319 DRM_ERROR("failed to read 0x%x\n", addr); in dp_link_parse_timing_params1() 341 DRM_ERROR("failed to read 0x%x\n", addr); in dp_link_parse_timing_params2() 360 DRM_ERROR("failed to read 0x%x\n", addr); in dp_link_parse_timing_params3() [all …]
|
D | dp_power.c | 39 DRM_ERROR("failed to get %s clk. err=%d\n", in dp_power_clk_init() 46 DRM_ERROR("failed to get %s clk. err=%d\n", in dp_power_clk_init() 53 DRM_ERROR("failed to get %s clk. err=%d\n", in dp_power_clk_init() 94 DRM_ERROR("unsupported power module: %s\n", in dp_power_clk_enable() 125 DRM_ERROR("fail to enable clks: %s. err=%d\n", in dp_power_clk_enable() 137 DRM_ERROR("failed to enable clks, err: %d\n", rc); in dp_power_clk_enable() 169 DRM_ERROR("invalid power data\n"); in dp_power_client_init() 179 DRM_ERROR("failed to init clocks %d\n", rc); in dp_power_client_init() 189 DRM_ERROR("invalid power data\n"); in dp_power_client_deinit() 204 DRM_ERROR("invalid power data\n"); in dp_power_init() [all …]
|
D | dp_panel.c | 41 DRM_ERROR("dpcd read failed, rlen=%zd\n", rlen); in dp_panel_read_dpcd() 62 DRM_ERROR("dpcd read failed, rlen=%zd\n", rlen); in dp_panel_read_dpcd() 103 DRM_ERROR("ds port status failed, rlen=%zd\n", rlen); in dp_panel_read_dpcd() 142 DRM_ERROR("failed to update edid property %d\n", rc); in dp_panel_update_modes() 151 DRM_ERROR("failed to update edid property %d\n", rc); in dp_panel_update_modes() 164 DRM_ERROR("invalid input\n"); in dp_panel_read_sink_caps() 172 DRM_ERROR("read dpcd failed %d\n", rc); in dp_panel_read_sink_caps() 180 DRM_ERROR("Illegal link rate=%d lane=%d\n", dp_panel->link_info.rate, in dp_panel_read_sink_caps() 191 DRM_ERROR("no downstream ports connected\n"); in dp_panel_read_sink_caps() 205 DRM_ERROR("panel edid read failed\n"); in dp_panel_read_sink_caps() [all …]
|
D | dp_parser.c | 58 DRM_ERROR("legacy memory region not large enough\n"); in dp_parser_ctrl_res() 70 DRM_ERROR("unable to remap aux region: %pe\n", dss->aux.base); in dp_parser_ctrl_res() 76 DRM_ERROR("unable to remap link region: %pe\n", dss->link.base); in dp_parser_ctrl_res() 82 DRM_ERROR("unable to remap p0 region: %pe\n", dss->p0.base); in dp_parser_ctrl_res() 128 DRM_ERROR("no clocks are defined\n"); in dp_parser_init_clk_data() 150 DRM_ERROR("no core clocks are defined\n"); in dp_parser_init_clk_data() 163 DRM_ERROR("no ctrl clocks are defined\n"); in dp_parser_init_clk_data() 178 DRM_ERROR("no stream (pixel) clocks are defined\n"); in dp_parser_init_clk_data() 208 DRM_ERROR("failed to initialize power data %d\n", rc); in dp_parser_clock() 222 DRM_ERROR("error reading clock-names %d\n", rc); in dp_parser_clock() [all …]
|
/Linux-v6.1/drivers/gpu/drm/bridge/analogix/ |
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 …]
|
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 …]
|
/Linux-v6.1/drivers/gpu/drm/savage/ |
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 …]
|
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 …]
|
/Linux-v6.1/drivers/gpu/drm/tegra/ |
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() 558 DRM_ERROR("failed to read post_cursor2: %d\n", err); in drm_dp_link_get_adjustments() 608 DRM_ERROR("failed to read link status: %d\n", err); in drm_dp_link_recover_clock() 631 DRM_ERROR("failed to recover clock: %d\n", err); in drm_dp_link_clock_recovery() 658 DRM_ERROR("failed to read link status: %d\n", err); in drm_dp_link_equalize_channel() [all …]
|
/Linux-v6.1/drivers/gpu/drm/sti/ |
D | sti_compositor.c | 94 DRM_ERROR("Unknown subdev component type\n"); in sti_compositor_bind() 118 DRM_ERROR("Can't create CURSOR plane\n"); in sti_compositor_bind() 129 DRM_ERROR("Can't create GDP plane\n"); in sti_compositor_bind() 134 DRM_ERROR("Unknown subdev component type\n"); in sti_compositor_bind() 185 DRM_ERROR("Failed to allocate compositor context\n"); in sti_compositor_probe() 201 DRM_ERROR("Get memory resource failed\n"); in sti_compositor_probe() 206 DRM_ERROR("Register mapping failed\n"); in sti_compositor_probe() 213 DRM_ERROR("Cannot get compo_main clock\n"); in sti_compositor_probe() 219 DRM_ERROR("Cannot get compo_aux clock\n"); in sti_compositor_probe() 225 DRM_ERROR("Cannot get pix_main clock\n"); in sti_compositor_probe() [all …]
|
D | sti_hdmi.c | 325 DRM_ERROR("unsupported infoframe slot: %#x\n", slot); in hdmi_infoframe_reset() 392 DRM_ERROR("unsupported infoframe type: %#x\n", *ptr); in hdmi_infoframe_write_infopack() 450 DRM_ERROR("failed to setup AVI infoframe: %d\n", ret); in hdmi_avi_infoframe_config() 461 DRM_ERROR("failed to pack AVI infoframe: %d\n", ret); in hdmi_avi_infoframe_config() 494 DRM_ERROR("failed to pack audio infoframe: %d\n", ret); in hdmi_audio_infoframe_config() 544 DRM_ERROR("failed to pack VS infoframe: %d\n", ret); in hdmi_vendor_infoframe_config() 871 DRM_ERROR("ERROR: Unsupported number of channels (%d)!\n", in hdmi_audio_configure() 892 DRM_ERROR("Failed to prepare/enable hdmi_pix clk\n"); in sti_hdmi_pre_enable() 894 DRM_ERROR("Failed to prepare/enable hdmi_tmds clk\n"); in sti_hdmi_pre_enable() 896 DRM_ERROR("Failed to prepare/enable hdmi_rejection_pll clk\n"); in sti_hdmi_pre_enable() [all …]
|
/Linux-v6.1/drivers/gpu/drm/arm/display/komeda/ |
D | komeda_dev.c | 119 DRM_ERROR("get pxclk for pipeline %d failed!\n", pipe->id); in komeda_parse_pipe_dt() 147 DRM_ERROR("could not get IRQ number.\n"); in komeda_parse_dt() 172 DRM_ERROR("Pipeline-%d doesn't have a DT node.\n", in komeda_parse_dt() 204 DRM_ERROR("Map register space failed.\n"); in komeda_dev_create() 212 DRM_ERROR("Get engine clk failed.\n"); in komeda_dev_create() 222 DRM_ERROR("Failed to identify the HW.\n"); in komeda_dev_create() 236 DRM_ERROR("enumerate display resource failed.\n"); in komeda_dev_create() 242 DRM_ERROR("parse device tree failed.\n"); in komeda_dev_create() 248 DRM_ERROR("assemble display pipelines failed.\n"); in komeda_dev_create() 262 DRM_ERROR("create sysfs group failed.\n"); in komeda_dev_create() [all …]
|
/Linux-v6.1/drivers/gpu/drm/mga/ |
D | mga_dma.c | 69 DRM_ERROR("failed!\n"); in mga_do_wait_for_idle() 474 DRM_ERROR("Unable to acquire AGP: %d\n", err); in mga_do_agp_dma_bootstrap() 480 DRM_ERROR("Unable to get AGP info: %d\n", err); in mga_do_agp_dma_bootstrap() 487 DRM_ERROR("Unable to enable AGP (mode = 0x%lx)\n", mode.mode); in mga_do_agp_dma_bootstrap() 508 DRM_ERROR("Unable to allocate %uMB AGP memory\n", in mga_do_agp_dma_bootstrap() 520 DRM_ERROR("Unable to bind AGP memory: %d\n", err); in mga_do_agp_dma_bootstrap() 534 DRM_ERROR("Unable to map WARP microcode: %d\n", err); in mga_do_agp_dma_bootstrap() 542 DRM_ERROR("Unable to map primary DMA region: %d\n", err); in mga_do_agp_dma_bootstrap() 550 DRM_ERROR("Unable to map secondary DMA region: %d\n", err); in mga_do_agp_dma_bootstrap() 562 DRM_ERROR("Unable to add secondary DMA buffers: %d\n", err); in mga_do_agp_dma_bootstrap() [all …]
|
/Linux-v6.1/drivers/gpu/drm/bridge/ |
D | nxp-ptn3460.c | 58 DRM_ERROR("Failed to send i2c command, ret=%d\n", ret); in ptn3460_read_bytes() 64 DRM_ERROR("Failed to recv i2c data, ret=%d\n", ret); in ptn3460_read_bytes() 82 DRM_ERROR("Failed to send i2c command, ret=%d\n", ret); in ptn3460_write_byte() 98 DRM_ERROR("Failed to transfer EDID to sram, ret=%d\n", ret); in ptn3460_select_edid() 108 DRM_ERROR("Failed to write EDID value, ret=%d\n", ret); in ptn3460_select_edid() 138 DRM_ERROR("Select EDID failed ret=%d\n", ret); in ptn3460_pre_enable() 170 DRM_ERROR("Failed to allocate EDID\n"); in ptn3460_get_edid() 231 DRM_ERROR("Parent encoder object not found"); in ptn3460_bridge_attach() 239 DRM_ERROR("Failed to initialize connector with drm\n"); in ptn3460_bridge_attach() 296 DRM_ERROR("cannot get gpio_rst_n %d\n", ret); in ptn3460_probe()
|
/Linux-v6.1/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_mes.c | 275 DRM_ERROR("no more memory to create mes process\n"); in amdgpu_mes_create_process() 283 DRM_ERROR("failed to allocate doorbell bitmap\n"); in amdgpu_mes_create_process() 295 DRM_ERROR("failed to allocate process context bo\n"); in amdgpu_mes_create_process() 310 DRM_ERROR("failed to lock pasid=%d\n", pasid); in amdgpu_mes_create_process() 317 DRM_ERROR("failed to allocate doorbell for process\n"); in amdgpu_mes_create_process() 433 DRM_ERROR("failed to allocate process context bo\n"); in amdgpu_mes_add_gang() 446 DRM_ERROR("pasid %d doesn't exist\n", pasid); in amdgpu_mes_add_gang() 455 DRM_ERROR("failed to allocate idr for gang\n"); in amdgpu_mes_add_gang() 496 DRM_ERROR("gang id %d doesn't exist\n", gang_id); in amdgpu_mes_remove_gang() 502 DRM_ERROR("queue list is not empty\n"); in amdgpu_mes_remove_gang() [all …]
|
/Linux-v6.1/drivers/gpu/drm/etnaviv/ |
D | etnaviv_gem_submit.c | 69 DRM_ERROR("invalid flags: %x\n", bo->flags); in submit_lookup_objects() 77 DRM_ERROR("invalid softpin address\n"); in submit_lookup_objects() 89 DRM_ERROR("invalid handle %u at index %u\n", in submit_lookup_objects() 138 DRM_ERROR("BO at index %u already on submit list\n", in submit_lock_objects() 248 DRM_ERROR("invalid buffer index: %u (out of %u)\n", in submit_bo() 277 DRM_ERROR("invalid reloc flags\n"); in submit_reloc() 282 DRM_ERROR("non-aligned reloc offset: %u\n", in submit_reloc() 292 DRM_ERROR("invalid offset %u at reloc %u\n", off, i); in submit_reloc() 301 DRM_ERROR("relocation %u outside object\n", i); in submit_reloc() 329 DRM_ERROR("perfmon request: offset is 0"); in submit_perfmon_validate() [all …]
|
/Linux-v6.1/drivers/gpu/drm/via/ |
D | via_dri1.c | 637 DRM_ERROR("Illegal termination of DMA command buffer\n"); in eat_words() 726 DRM_ERROR in finish_current_sequence() 762 DRM_ERROR("Illegal DMA HALCYON_HEADER2 command\n"); in investigate_hazard() 767 DRM_ERROR("Illegal DMA HALCYON_HEADER1 command\n"); in investigate_hazard() 772 DRM_ERROR("Illegal DMA HALCYON_FIRECMD command\n"); in investigate_hazard() 777 DRM_ERROR("Illegal DMA HC_DUMMY command\n"); in investigate_hazard() 782 DRM_ERROR("Illegal DMA 0xdddddddd command\n"); in investigate_hazard() 798 DRM_ERROR("Attempt to place Z buffer in system memory\n"); in investigate_hazard() 814 DRM_ERROR in investigate_hazard() 852 DRM_ERROR in investigate_hazard() [all …]
|
/Linux-v6.1/drivers/gpu/drm/gma500/ |
D | psb_irq.c | 174 DRM_ERROR("SGX MMU page fault:"); in gma_sgx_interrupt() 176 DRM_ERROR("SGX MMU read / write protection fault:"); in gma_sgx_interrupt() 179 DRM_ERROR("\tCache requestor"); in gma_sgx_interrupt() 181 DRM_ERROR("\tTA requestor"); in gma_sgx_interrupt() 183 DRM_ERROR("\tVDM requestor"); in gma_sgx_interrupt() 185 DRM_ERROR("\t2D requestor"); in gma_sgx_interrupt() 187 DRM_ERROR("\tPBE requestor"); in gma_sgx_interrupt() 189 DRM_ERROR("\tTSP requestor"); in gma_sgx_interrupt() 191 DRM_ERROR("\tISP requestor"); in gma_sgx_interrupt() 193 DRM_ERROR("\tUSSEPDS requestor"); in gma_sgx_interrupt() [all …]
|