Home
last modified time | relevance | path

Searched refs:DRM_ERROR (Results 1 – 25 of 223) sorted by relevance

123456789

/openbsd/src/sys/dev/pci/drm/radeon/
Dradeon_test.c51 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 …]
Dr600_cs.c721 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 …]
Devergreen_cs.c954 DRM_ERROR("streamout %d bo too small: 0x%llx, 0x%lx\n", in evergreen_cs_track_check()
1059 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in evergreen_packet0_check()
1798 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check()
1810 DRM_ERROR("bad SET PREDICATION operation %d\n", pred_op); in evergreen_packet3_check()
1816 DRM_ERROR("bad SET PREDICATION\n"); in evergreen_packet3_check()
1830 DRM_ERROR("bad CONTEXT_CONTROL\n"); in evergreen_packet3_check()
1838 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check()
1844 DRM_ERROR("bad PACKET3_DEALLOC_STATE\n"); in evergreen_packet3_check()
1848 DRM_ERROR("bad INDEX_TYPE/NUM_INSTANCES/CLEAR_STATE\n"); in evergreen_packet3_check()
1857 DRM_ERROR("bad INDEX_BASE\n"); in evergreen_packet3_check()
[all …]
Dradeon_uvd.c268 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_suspend()
342 DRM_ERROR("Error destroying UVD (%d)!\n", r); in radeon_uvd_free_handles()
423 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in radeon_uvd_cs_msg_decode()
428 DRM_ERROR("Invalid UVD decoding target pitch!\n"); in radeon_uvd_cs_msg_decode()
433 DRM_ERROR("Invalid dpb_size in UVD message (%d / %d)!\n", in radeon_uvd_cs_msg_decode()
460 DRM_ERROR("UVD codec not supported by hardware %d!\n", in radeon_uvd_validate_codec()
475 DRM_ERROR("UVD messages must be 64 byte aligned!\n"); in radeon_uvd_cs_msg()
481 DRM_ERROR("Failed mapping the UVD message (%d)!\n", r); in radeon_uvd_cs_msg()
492 DRM_ERROR("Invalid UVD handle!\n"); in radeon_uvd_cs_msg()
509 DRM_ERROR("Handle 0x%x already in use!\n", handle); in radeon_uvd_cs_msg()
[all …]
Dradeon_vce.c358 DRM_ERROR("Error destroying VCE handle (%d)!\n", r); in radeon_vce_free_handles()
385 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_create_msg()
421 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_create_msg()
452 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in radeon_vce_get_destroy_msg()
478 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in radeon_vce_get_destroy_msg()
512 DRM_ERROR("Relocs at %d after relocations chunk end %d !\n", in radeon_vce_cs_reloc()
526 DRM_ERROR("invalid reloc offset %llX!\n", offset); in radeon_vce_cs_reloc()
530 DRM_ERROR("buffer to small (%d / %d)!\n", in radeon_vce_cs_reloc()
559 DRM_ERROR("VCE handle collision detected!\n"); in radeon_vce_validate_handle()
576 DRM_ERROR("No more free VCE handles!\n"); in radeon_vce_validate_handle()
[all …]
Dradeon_cs.c112 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()
218 DRM_ERROR("unknown ring id: %d\n", ring); in radeon_cs_get_ring()
376 DRM_ERROR("VM not active on asic!\n"); in radeon_cs_parser_init()
386 DRM_ERROR("Ring %d requires VM!\n", p->ring); in radeon_cs_parser_init()
391 DRM_ERROR("VM not supported on ring %d!\n", in radeon_cs_parser_init()
482 DRM_ERROR("Invalid command stream !\n"); in radeon_cs_ib_chunk()
489 DRM_ERROR("Failed to sync rings: %i\n", r); in radeon_cs_ib_chunk()
[all …]
Duvd_v1_0.c182 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()
Dradeon_ucode.c63 DRM_ERROR("Unknown MC ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_mc_hdr()
81 DRM_ERROR("Unknown SMC ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_smc_hdr()
102 DRM_ERROR("Unknown GFX ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_gfx_hdr()
129 DRM_ERROR("Unknown RLC ucode version: %u.%u\n", version_major, version_minor); in radeon_ucode_print_rlc_hdr()
152 DRM_ERROR("Unknown SDMA ucode version: %u.%u\n", in radeon_ucode_print_sdma_hdr()
Dr100.c291 DRM_ERROR("Requested mode for not defined action\n"); in r100_pm_get_dynpm_state()
928 DRM_ERROR("radeon: moving bo (%d) asking for %u dw.\n", r, ndw); in r100_copy_blit()
1076 DRM_ERROR("Unsupported Radeon family %u\n", rdev->family); in r100_cp_init_microcode()
1158 DRM_ERROR("Failed to load firmware!\n"); in r100_cp_init()
1243 DRM_ERROR("radeon: cp isn't working (%d).\n", r); in r100_cp_init()
1253 DRM_ERROR("failed to get scratch reg for rptr save (%d).\n", r); in r100_cp_init()
1263 DRM_ERROR("Wait for CP idle timeout, shutting down CP.\n"); in r100_cp_fini()
1301 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r100_reloc_pitch_offset()
1316 DRM_ERROR("Cannot src blit from microtiled surface\n"); in r100_reloc_pitch_offset()
1345 DRM_ERROR("Only 16 vertex buffers are allowed %d\n", in r100_packet3_load_vbpntr()
[all …]
Dr200.c101 DRM_ERROR("radeon: moving bo (%d).\n", r); in r200_copy_dma()
166 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
183 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
196 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
215 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
268 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
286 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
329 DRM_ERROR("Invalid color buffer format (%d) !\n", in r200_packet0_check()
334 DRM_ERROR("No support for depth xy offset in kms\n"); in r200_packet0_check()
363 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r200_packet0_check()
Dr600_dma.c250 DRM_ERROR("radeon: dma failed to lock ring %d (%d).\n", ring->idx, r); in r600_dma_ring_test()
269 DRM_ERROR("radeon: ring %d test failed (0x%08X)\n", in r600_dma_ring_test()
354 DRM_ERROR("radeon: failed to get ib (%d).\n", r); in r600_dma_ib_test()
367 DRM_ERROR("radeon: failed to schedule ib (%d).\n", r); in r600_dma_ib_test()
373 DRM_ERROR("radeon: fence wait failed (%d).\n", r); in r600_dma_ib_test()
376 DRM_ERROR("radeon: fence wait timed out.\n"); in r600_dma_ib_test()
389 DRM_ERROR("radeon: ib test failed (0x%08X)\n", tmp); in r600_dma_ib_test()
462 DRM_ERROR("radeon: moving bo (%d).\n", r); in r600_copy_dma()
Dradeon_mn.c65 DRM_ERROR("(%ld) failed to reserve user bo\n", r); in radeon_mn_invalidate()
72 DRM_ERROR("(%ld) failed to wait for user bo\n", r); in radeon_mn_invalidate()
77 DRM_ERROR("(%ld) failed to validate user bo\n", r); in radeon_mn_invalidate()
Dr300.c647 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r300_packet0_check()
666 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r300_packet0_check()
679 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r300_packet0_check()
708 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r300_packet0_check()
764 DRM_ERROR("Invalid RB3D_CCTL: Cannot enable CMASK.\n"); in r300_packet0_check()
781 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r300_packet0_check()
814 DRM_ERROR("Invalid color buffer format (%d)!\n", in r300_packet0_check()
829 DRM_ERROR("Invalid color buffer format (%d) !\n", in r300_packet0_check()
855 DRM_ERROR("Invalid z buffer format (%d) !\n", in r300_packet0_check()
866 DRM_ERROR("No reloc for ib[%d]=0x%04X\n", in r300_packet0_check()
[all …]
/openbsd/src/sys/dev/pci/drm/amd/amdgpu/
Damdgpu_mes.c86 DRM_ERROR("Failed to allocate MES doorbell bitmap\n"); in amdgpu_mes_doorbell_init()
280 DRM_ERROR("no more memory to create mes process\n"); in amdgpu_mes_create_process()
291 DRM_ERROR("failed to allocate process context bo\n"); in amdgpu_mes_create_process()
306 DRM_ERROR("failed to lock pasid=%d\n", pasid); in amdgpu_mes_create_process()
415 DRM_ERROR("failed to allocate process context bo\n"); in amdgpu_mes_add_gang()
428 DRM_ERROR("pasid %d doesn't exist\n", pasid); in amdgpu_mes_add_gang()
437 DRM_ERROR("failed to allocate idr for gang\n"); in amdgpu_mes_add_gang()
478 DRM_ERROR("gang id %d doesn't exist\n", gang_id); in amdgpu_mes_remove_gang()
484 DRM_ERROR("queue list is not empty\n"); in amdgpu_mes_remove_gang()
521 DRM_ERROR("failed to suspend all gangs"); in amdgpu_mes_suspend()
[all …]
Damdgpu_ring_mux.c62 DRM_ERROR("no more data copied from sw ring\n"); in amdgpu_ring_mux_copy_pkt_from_sw_ring()
95 DRM_ERROR("%s no low priority ring found\n", __func__); in amdgpu_mux_resubmit_chunks()
142 DRM_ERROR("reschedule resubmit\n"); in amdgpu_mux_resubmit_fallback()
165 DRM_ERROR("create amdgpu_mux_chunk cache failed\n"); in amdgpu_ring_mux_init()
216 DRM_ERROR("add sw ring exceeding max entry size\n"); in amdgpu_ring_mux_add_sw_ring()
240 DRM_ERROR("cannot find entry for sw ring\n"); in amdgpu_ring_mux_set_wptr()
275 DRM_ERROR("cannot find entry for sw ring\n"); in amdgpu_ring_mux_get_wptr()
305 DRM_ERROR("no sw entry found!\n"); in amdgpu_ring_mux_get_rptr()
460 DRM_ERROR("cannot find entry!\n"); in amdgpu_ring_mux_start_ib()
470 DRM_ERROR("alloc amdgpu_mux_chunk_slab failed\n"); in amdgpu_ring_mux_start_ib()
[all …]
Damdgpu_uvd.c301 DRM_ERROR("POLARIS10/11 UVD firmware version %u.%u is too old.\n", in amdgpu_uvd_sw_init()
414 DRM_ERROR("Failed setting up UVD kernel entity.\n"); in amdgpu_uvd_entity_init()
534 DRM_ERROR("Error destroying UVD %d!\n", r); in amdgpu_uvd_free_handles()
590 DRM_ERROR("Can't find BO for addr 0x%08llx\n", addr); in amdgpu_uvd_cs_pass1()
783 DRM_ERROR("UVD codec not handled %d!\n", stream_type); in amdgpu_uvd_cs_msg_decode()
788 DRM_ERROR("Invalid UVD decoding target pitch!\n"); in amdgpu_uvd_cs_msg_decode()
793 DRM_ERROR("Invalid dpb_size in UVD message (%d / %d)!\n", in amdgpu_uvd_cs_msg_decode()
826 DRM_ERROR("UVD messages must be 64 byte aligned!\n"); in amdgpu_uvd_cs_msg()
832 DRM_ERROR("Failed mapping the UVD) message (%ld)!\n", r); in amdgpu_uvd_cs_msg()
843 DRM_ERROR("Invalid UVD handle!\n"); in amdgpu_uvd_cs_msg()
[all …]
Damdgpu_doorbell_mgr.c44 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_rdoorbell()
66 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_wdoorbell()
86 DRM_ERROR("reading beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_rdoorbell64()
108 DRM_ERROR("writing beyond doorbell aperture: 0x%08x!\n", index); in amdgpu_mm_wdoorbell64()
169 DRM_ERROR("Failed to allocate kernel doorbells, err=%d\n", r); in amdgpu_doorbell_create_kernel_doorbells()
Damdgpu_ras_eeprom.c278 DRM_ERROR("Failed to write EEPROM table header:%d", res); in __write_table_header()
280 DRM_ERROR("Short write:%d out of %d\n", in __write_table_header()
324 DRM_ERROR("Failed to alloc buf to write table ras info\n"); in __write_table_ras_info()
339 DRM_ERROR("Failed to write EEPROM table ras info:%d", res); in __write_table_ras_info()
341 DRM_ERROR("Short write:%d out of %d\n", in __write_table_ras_info()
603 DRM_ERROR("Writing %d EEPROM table records error:%d", in __amdgpu_ras_eeprom_write()
608 DRM_ERROR("Wrote %d records out of %d", in __amdgpu_ras_eeprom_write()
772 DRM_ERROR("allocating memory for table of size %d bytes failed\n", in amdgpu_ras_eeprom_update_header()
785 DRM_ERROR("EEPROM failed reading records:%d\n", in amdgpu_ras_eeprom_update_header()
789 DRM_ERROR("EEPROM read %d out of %d bytes\n", in amdgpu_ras_eeprom_update_header()
[all …]
Dsmu_v11_0_i2c.c342 DRM_ERROR("TIMEOUT ERROR !!!"); in smu_v11_0_i2c_transmit()
345 DRM_ERROR("Received I2C_NAK_7B_ADDR_NOACK !!!"); in smu_v11_0_i2c_transmit()
349 DRM_ERROR("Received I2C_NAK_TXDATA_NOACK !!!"); in smu_v11_0_i2c_transmit()
411 DRM_ERROR("TIMEOUT ERROR !!!"); in smu_v11_0_i2c_receive()
414 DRM_ERROR("Received I2C_NAK_7B_ADDR_NOACK !!!"); in smu_v11_0_i2c_receive()
417 DRM_ERROR("Received I2C_NAK_TXDATA_NOACK !!!"); in smu_v11_0_i2c_receive()
590 DRM_ERROR("ReadData() - I2C error occurred :%x", ret); in smu_v11_0_i2c_read_data()
603 DRM_ERROR("WriteI2CData() - I2C error occurred :%x", ret); in smu_v11_0_i2c_write_data()
616 DRM_ERROR("Failed to lock the bus from SMU"); in lock_bus()
633 DRM_ERROR("Failed to unlock the bus from SMU"); in unlock_bus()
[all …]
Damdgpu_fru_eeprom.c146 DRM_ERROR("Couldn't read the IPMI Common Header: %d", len); in amdgpu_fru_get_product_info()
151 DRM_ERROR("Bad IPMI Common Header version: 0x%02x", buf[0]); in amdgpu_fru_get_product_info()
158 DRM_ERROR("Bad IPMI Common Header checksum: 0x%02x", csum); in amdgpu_fru_get_product_info()
173 DRM_ERROR("Couldn't read the Product Info Area header: %d", len); in amdgpu_fru_get_product_info()
178 DRM_ERROR("Bad IPMI Product Info Area version: 0x%02x", buf[0]); in amdgpu_fru_get_product_info()
191 DRM_ERROR("Couldn't read the Product Info Area: %d", len); in amdgpu_fru_get_product_info()
198 DRM_ERROR("Bad Product Info Area checksum: 0x%02x", csum); in amdgpu_fru_get_product_info()
Damdgpu_csa.c79 DRM_ERROR("failed to reserve CSA,PD BOs: err=%d\n", r); in amdgpu_map_static_csa()
95 DRM_ERROR("failed to do bo_map on static CSA, err=%d\n", r); in amdgpu_map_static_csa()
119 DRM_ERROR("failed to reserve CSA,PD BOs: err=%d\n", r); in amdgpu_unmap_static_csa()
126 DRM_ERROR("failed to do bo_unmap on static CSA, err=%d\n", r); in amdgpu_unmap_static_csa()
Disp_v4_1_1.c56 DRM_ERROR("%s: isp mfd cell alloc failed\n", __func__); in isp_v4_1_1_hw_init()
66 DRM_ERROR("%s: isp mfd res alloc failed\n", __func__); in isp_v4_1_1_hw_init()
73 DRM_ERROR("%s: isp platform data alloc failed\n", __func__); in isp_v4_1_1_hw_init()
117 DRM_ERROR("%s: isp mfd res alloc failed\n", __func__); in isp_v4_1_1_hw_init()
134 DRM_ERROR("%s: add mfd hotplug device failed\n", __func__); in isp_v4_1_1_hw_init()
Disp_v4_1_0.c56 DRM_ERROR("%s: isp mfd cell alloc failed\n", __func__); in isp_v4_1_0_hw_init()
65 DRM_ERROR("%s: isp mfd res alloc failed\n", __func__); in isp_v4_1_0_hw_init()
72 DRM_ERROR("%s: isp platform data alloc failed\n", __func__); in isp_v4_1_0_hw_init()
117 DRM_ERROR("%s: isp mfd res alloc failed\n", __func__); in isp_v4_1_0_hw_init()
134 DRM_ERROR("%s: add mfd hotplug device failed\n", __func__); in isp_v4_1_0_hw_init()
Damdgpu_vce.c246 DRM_ERROR("Failed setting up VCE run queue.\n"); in amdgpu_vce_entity_init()
422 DRM_ERROR("Error destroying VCE handle (%d)!\n", r); in amdgpu_vce_free_handles()
624 DRM_ERROR("Can't find BO for addr 0x%010llx %d %d %d %d\n", in amdgpu_vce_validate_bo()
667 DRM_ERROR("Can't find BO for addr 0x%010llx %d %d %d %d\n", in amdgpu_vce_cs_reloc()
674 DRM_ERROR("BO too small for addr 0x%010llx %d %d\n", in amdgpu_vce_cs_reloc()
708 DRM_ERROR("VCE handle collision detected!\n"); in amdgpu_vce_validate_handle()
725 DRM_ERROR("No more free VCE handles!\n"); in amdgpu_vce_validate_handle()
758 DRM_ERROR("invalid VCE command length (%d)!\n", len); in amdgpu_vce_ring_parse_cs()
847 DRM_ERROR("Handle already in use!\n"); in amdgpu_vce_ring_parse_cs()
932 DRM_ERROR("invalid VCE command (0x%x)!\n", cmd); in amdgpu_vce_ring_parse_cs()
[all …]
Dpsp_v11_0.c300 DRM_ERROR("psp_v11_0_ring_stop_sriov failed!\n"); in psp_v11_0_ring_create()
327 DRM_ERROR("Failed to wait for sOS ready for ring creation\n"); in psp_v11_0_ring_create()
366 DRM_ERROR("Fail to stop psp ring\n"); in psp_v11_0_ring_destroy()
457 DRM_ERROR("Memory training initialization failure.\n"); in psp_v11_0_memory_training()
512 DRM_ERROR("visible_vram_size %llx or aper_base_kaddr %p is not initialized.\n", in psp_v11_0_memory_training()
520 DRM_ERROR("failed to allocate system memory.\n"); in psp_v11_0_memory_training()
528 DRM_ERROR("Send long training msg failed.\n"); in psp_v11_0_memory_training()
556 DRM_ERROR("send training msg failed.\n"); in psp_v11_0_memory_training()
624 DRM_ERROR("Address load failed - MP0_SMN_C2PMSG_35.Bits [15:0] = 0x%04x\n", in psp_v11_0_load_usbc_pd_fw()

123456789