Home
last modified time | relevance | path

Searched refs:DRM_DEBUG (Results 1 – 25 of 199) sorted by relevance

12345678

/linux/drivers/gpu/drm/radeon/
A Dradeon_ucode.c41 DRM_DEBUG("ucode_array_offset_bytes: %u\n", in radeon_ucode_print_common_hdr()
51 DRM_DEBUG("MC\n"); in radeon_ucode_print_mc_hdr()
58 DRM_DEBUG("io_debug_size_bytes: %u\n", in radeon_ucode_print_mc_hdr()
72 DRM_DEBUG("SMC\n"); in radeon_ucode_print_smc_hdr()
90 DRM_DEBUG("GFX\n"); in radeon_ucode_print_gfx_hdr()
97 DRM_DEBUG("ucode_feature_version: %u\n", in radeon_ucode_print_gfx_hdr()
111 DRM_DEBUG("RLC\n"); in radeon_ucode_print_rlc_hdr()
118 DRM_DEBUG("ucode_feature_version: %u\n", in radeon_ucode_print_rlc_hdr()
138 DRM_DEBUG("SDMA\n"); in radeon_ucode_print_sdma_hdr()
145 DRM_DEBUG("ucode_feature_version: %u\n", in radeon_ucode_print_sdma_hdr()
[all …]
/linux/drivers/gpu/drm/amd/amdgpu/
A Damdgpu_ucode.c51 DRM_DEBUG("MC\n"); in amdgpu_ucode_print_mc_hdr()
75 DRM_DEBUG("SMC\n"); in amdgpu_ucode_print_smc_hdr()
107 DRM_DEBUG("GFX\n"); in amdgpu_ucode_print_gfx_hdr()
128 DRM_DEBUG("RLC\n"); in amdgpu_ucode_print_rlc_hdr()
223 DRM_DEBUG("SDMA\n"); in amdgpu_ucode_print_sdma_hdr()
252 DRM_DEBUG("PSP\n"); in amdgpu_ucode_print_psp_hdr()
263 DRM_DEBUG("sos_size_bytes: %u\n", in amdgpu_ucode_print_psp_hdr()
272 DRM_DEBUG("toc_size_bytes: %u\n", in amdgpu_ucode_print_psp_hdr()
326 DRM_DEBUG("GPU_INFO\n"); in amdgpu_ucode_print_gpu_info_hdr()
333 DRM_DEBUG("version_major: %u\n", in amdgpu_ucode_print_gpu_info_hdr()
[all …]
A Dpsp_v11_0.c94 DRM_DEBUG("\n"); in psp_v11_0_init_microcode()
610 DRM_DEBUG("training %s %s, cost %d @ %d ms\n", in psp_v11_0_memory_training_send_msg()
631 DRM_DEBUG("Memory training is not supported.\n"); in psp_v11_0_memory_training()
639 DRM_DEBUG("SOS is alive, skip memory training.\n"); in psp_v11_0_memory_training()
644 DRM_DEBUG("sys_cache[%08x,%08x,%08x,%08x] p2c_header[%08x,%08x,%08x,%08x]\n", in psp_v11_0_memory_training()
649 DRM_DEBUG("Short training depends on restore.\n"); in psp_v11_0_memory_training()
655 DRM_DEBUG("sys_cache[0] is invalid, restore depends on save.\n"); in psp_v11_0_memory_training()
662 DRM_DEBUG("sys_cache is invalid or out-of-date, need save training data to sys_cache.\n"); in psp_v11_0_memory_training()
668 DRM_DEBUG("p2c_header[0] is invalid, save depends on long training.\n"); in psp_v11_0_memory_training()
677 DRM_DEBUG("Memory training ops:%x.\n", ops); in psp_v11_0_memory_training()
/linux/drivers/gpu/drm/vc4/
A Dvc4_validate_shaders.c212 DRM_DEBUG("direct TMU load wasn't an add\n"); in check_tmu_write()
223 DRM_DEBUG("direct TMU load wasn't clamped\n"); in check_tmu_write()
229 DRM_DEBUG("direct TMU load wasn't clamped\n"); in check_tmu_write()
339 DRM_DEBUG("uniforms address change must be " in validate_uniform_address_write()
455 DRM_DEBUG("Unsupported waddr %d\n", waddr); in check_reg_write()
459 DRM_DEBUG("General VPM DMA unsupported\n"); in check_reg_write()
675 DRM_DEBUG("relative branching required\n"); in vc4_validate_branches()
685 DRM_DEBUG("branch target not aligned\n"); in vc4_validate_branches()
840 DRM_DEBUG("Bad write at ip %d\n", ip); in vc4_validate_shader()
858 DRM_DEBUG("Thread switch too soon after " in vc4_validate_shader()
[all …]
A Dvc4_validate.c246 DRM_DEBUG("Bin CL must end with " in validate_increment_semaphore()
310 DRM_DEBUG("primitive vertex count overflow\n"); in validate_gl_array_primitive()
496 DRM_DEBUG("0x%08x: packet %d out of bounds\n", in vc4_validate_bin_cl()
503 DRM_DEBUG("0x%08x: packet %d invalid\n", in vc4_validate_bin_cl()
595 DRM_DEBUG("UBO clamp would allow reads " in reloc_tex()
615 DRM_DEBUG("Cube map stride set twice\n"); in reloc_tex()
622 DRM_DEBUG("Cube map stride not set\n"); in reloc_tex()
819 DRM_DEBUG("cs and vs cannot be threaded\n"); in validate_gl_shader_rec()
834 DRM_DEBUG("Shaders must be at offset 0 of " in validate_gl_shader_rec()
845 DRM_DEBUG("Uniforms src buffer overflow\n"); in validate_gl_shader_rec()
[all …]
A Dvc4_render_cl.c391 DRM_DEBUG("surface offset %d > BO size %zd\n", in vc4_full_res_bounds_check()
398 DRM_DEBUG("MSAA tile %d, %d out of bounds " in vc4_full_res_bounds_check()
428 DRM_DEBUG("MSAA write must be 16b aligned.\n"); in vc4_rcl_msaa_surface_setup()
450 DRM_DEBUG("Extra flags set\n"); in vc4_rcl_surface_setup()
471 DRM_DEBUG("load/store general bits set with " in vc4_rcl_surface_setup()
486 DRM_DEBUG("Unknown bits in load/store: 0x%04x\n", in vc4_rcl_surface_setup()
492 DRM_DEBUG("Bad tiling format\n"); in vc4_rcl_surface_setup()
512 DRM_DEBUG("Bad tile buffer format\n"); in vc4_rcl_surface_setup()
569 DRM_DEBUG("Bad tiling format\n"); in vc4_rcl_render_config_surface_setup()
582 DRM_DEBUG("Bad tile buffer format\n"); in vc4_rcl_render_config_surface_setup()
[all …]
/linux/drivers/gpu/drm/mga/
A Dmga_dma.c57 DRM_DEBUG("\n"); in mga_do_wait_for_idle()
80 DRM_DEBUG("\n"); in mga_do_dma_reset()
110 DRM_DEBUG("\n"); in mga_do_dma_flush()
155 DRM_DEBUG("done.\n"); in mga_do_dma_flush()
163 DRM_DEBUG("\n"); in mga_do_dma_wrap_start()
195 DRM_DEBUG("done.\n"); in mga_do_dma_wrap_start()
203 DRM_DEBUG("\n"); in mga_do_dma_wrap_end()
292 DRM_DEBUG("\n"); in mga_freelist_cleanup()
329 DRM_DEBUG("\n"); in mga_freelist_get()
807 DRM_DEBUG("\n"); in mga_do_init_dma()
[all …]
A Dmga_state.c489 DRM_DEBUG("\n"); in mga_dma_dispatch_clear()
503 DRM_DEBUG(" from=%d,%d to=%d,%d\n", in mga_dma_dispatch_clear()
577 DRM_DEBUG("\n"); in mga_dma_dispatch_swap()
602 DRM_DEBUG(" from=%d,%d to=%d,%d\n", in mga_dma_dispatch_swap()
619 DRM_DEBUG("... done.\n"); in mga_dma_dispatch_swap()
775 DRM_DEBUG("\n"); in mga_dma_dispatch_blit()
946 DRM_DEBUG("\n"); in mga_dma_iload()
983 DRM_DEBUG("\n"); in mga_dma_blit()
1016 DRM_DEBUG("pid=%d\n", task_pid_nr(current)); in mga_getparam()
1048 DRM_DEBUG("pid=%d\n", task_pid_nr(current)); in mga_set_fence()
[all …]
/linux/drivers/gpu/drm/
A Ddrm_bufs.c253 DRM_DEBUG("%lu %d %p\n", in drm_addmap_core()
754 DRM_DEBUG("size: %d\n", size); in drm_legacy_addbufs_agp()
773 DRM_DEBUG("zone invalid\n"); in drm_legacy_addbufs_agp()
978 DRM_DEBUG("pagelist: %d entries\n", in drm_legacy_addbufs_pci()
1018 DRM_DEBUG("page %d @ 0x%08lx\n", in drm_legacy_addbufs_pci()
1054 DRM_DEBUG("buffer %d @ %p\n", in drm_legacy_addbufs_pci()
1145 DRM_DEBUG("size: %d\n", size); in drm_legacy_addbufs_sg()
1347 DRM_DEBUG("count = %d\n", count); in __drm_legacy_infobufs()
1356 DRM_DEBUG("%d %d %d %d %d\n", in __drm_legacy_infobufs()
1424 DRM_DEBUG("%d, %d, %d\n", in drm_legacy_markbufs()
[all …]
A Ddrm_hdcp.c28 DRM_DEBUG("\t%#02x, %#02x, %#02x, %#02x, %#02x\n", in drm_hdcp_print_ksv()
67 DRM_DEBUG("vrl: %d, Revoked KSVs: %d\n", vrl_idx++, in drm_hdcp_get_revoked_ksvs()
99 DRM_DEBUG("SRM ID: 0x%x, SRM Ver: 0x%x, SRM Gen No: 0x%x\n", in drm_hdcp_parse_hdcp1_srm()
126 DRM_DEBUG("Revoked KSV count is 0\n"); in drm_hdcp_parse_hdcp1_srm()
160 DRM_DEBUG("SRM ID: 0x%x, SRM Ver: 0x%x, SRM Gen No: 0x%x\n", in drm_hdcp_parse_hdcp2_srm()
189 DRM_DEBUG("Revoked KSV count is 0\n"); in drm_hdcp_parse_hdcp2_srm()
202 DRM_DEBUG("Revoked KSVs: %d\n", ksv_count); in drm_hdcp_parse_hdcp2_srm()
303 DRM_DEBUG("Revoked KSV is "); in drm_hdcp_check_ksvs_revoked()
A Ddrm_scatter.c85 DRM_DEBUG("\n"); in drm_legacy_sg_alloc()
104 DRM_DEBUG("size=%ld pages=%ld\n", request->size, pages); in drm_legacy_sg_alloc()
135 DRM_DEBUG("handle = %08lx\n", entry->handle); in drm_legacy_sg_alloc()
136 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_alloc()
215 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_free()
A Ddrm_context.c283 DRM_DEBUG("Context switch from %d to %d\n", old, new); in drm_context_switch()
382 DRM_DEBUG("%d\n", tmp_handle); in drm_legacy_addctx()
384 DRM_DEBUG("Not enough free contexts.\n"); in drm_legacy_addctx()
393 DRM_DEBUG("out of memory\n"); in drm_legacy_addctx()
452 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_switchctx()
476 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_newctx()
502 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_rmctx()
A Ddrm_vm.c171 DRM_DEBUG in drm_vm_fault()
218 DRM_DEBUG("shm_fault 0x%lx\n", offset); in drm_vm_shm_fault()
239 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_shm_close()
322 DRM_DEBUG("dma_fault 0x%lx (page %lu)\n", offset, page_nr); in drm_vm_dma_fault()
394 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_open_locked()
420 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_close_locked()
469 DRM_DEBUG("start = 0x%lx, end = 0x%lx, page offset = 0x%lx\n", in drm_mmap_dma()
531 DRM_DEBUG("start = 0x%lx, end = 0x%lx, page offset = 0x%lx\n", in drm_mmap_locked()
603 DRM_DEBUG(" Type = %d; start = 0x%lx, end = 0x%lx," in drm_mmap_locked()
A Ddrm_pci.c88 DRM_DEBUG("%d:%d:%d => IRQ %d\n", p->busnum, p->devnum, p->funcnum, in drm_legacy_pci_irq_by_busid()
154 DRM_DEBUG("\n"); in drm_legacy_get_pci_dev()
206 DRM_DEBUG("\n"); in drm_legacy_pci_init()
250 DRM_DEBUG("\n"); in drm_legacy_pci_exit()
/linux/drivers/gpu/drm/r128/
A Dr128_state.c51 DRM_DEBUG("\n"); in r128_emit_clip_rects()
94 DRM_DEBUG("\n"); in r128_emit_core()
109 DRM_DEBUG("\n"); in r128_emit_context()
135 DRM_DEBUG("\n"); in r128_emit_setup()
151 DRM_DEBUG("\n"); in r128_emit_masks()
170 DRM_DEBUG("\n"); in r128_emit_window()
187 DRM_DEBUG("\n"); in r128_emit_tex0()
212 DRM_DEBUG("\n"); in r128_emit_tex1()
368 DRM_DEBUG("\n"); in r128_cce_dispatch_clear()
472 DRM_DEBUG("\n"); in r128_cce_dispatch_swap()
[all …]
A Dr128_cce.c155 DRM_DEBUG("\n"); in r128_cce_load_microcode()
315 DRM_DEBUG("\n"); in r128_cce_init_ring_buffer()
353 DRM_DEBUG("\n"); in r128_do_init_cce()
396 DRM_DEBUG("Bad cce_mode!\n"); in r128_do_init_cce()
641 DRM_DEBUG("\n"); in r128_cce_init()
658 DRM_DEBUG("\n"); in r128_cce_start()
682 DRM_DEBUG("\n"); in r128_cce_stop()
720 DRM_DEBUG("\n"); in r128_cce_reset()
737 DRM_DEBUG("\n"); in r128_cce_idle()
751 DRM_DEBUG("\n"); in r128_engine_reset()
[all …]
/linux/drivers/gpu/drm/i810/
A Di810_dma.c182 DRM_DEBUG("retcode=%d\n", retcode); in i810_dma_get_buffer()
565 DRM_DEBUG("%x\n", dirty); in i810EmitState()
676 DRM_DEBUG("swapbuffers\n"); in i810_dma_dispatch_swap()
797 DRM_DEBUG("page=%d pfCurrentPage=%d\n", in i810_dma_dispatch_flip()
880 DRM_DEBUG("still on client\n"); in i810_flush_queue()
974 DRM_DEBUG("\n"); in i810_swap_bufs()
1058 DRM_DEBUG("start : %lx\n", start); in i810_dma_dispatch_mc()
1059 DRM_DEBUG("used : %d\n", used); in i810_dma_dispatch_mc()
1162 DRM_DEBUG("\n"); in i810_do_init_pageflip()
1172 DRM_DEBUG("\n"); in i810_do_cleanup_pageflip()
[all …]
/linux/drivers/gpu/drm/i915/
A Di915_perf.c2860 DRM_DEBUG("OA engine not specified\n"); in i915_oa_stream_init()
2881 DRM_DEBUG("OA unit not supported\n"); in i915_oa_stream_init()
2891 DRM_DEBUG("OA unit already in use\n"); in i915_oa_stream_init()
2896 DRM_DEBUG("OA report format not specified\n"); in i915_oa_stream_init()
2970 DRM_DEBUG("Unable to enable metric set\n"); in i915_oa_stream_init()
3589 DRM_DEBUG("No i915 perf properties given\n"); in read_properties_unlocked()
3598 DRM_DEBUG("No RENDER-capable engines\n"); in read_properties_unlocked()
3641 DRM_DEBUG("Unknown OA metric set ID\n"); in read_properties_unlocked()
3712 DRM_DEBUG("Invalid SSEU configuration\n"); in read_properties_unlocked()
4080 DRM_DEBUG("No OA registers given\n"); in i915_perf_add_config_ioctl()
[all …]
A Di915_cmd_parser.c739 DRM_DEBUG("CMD: Abnormal rcs cmd length! 0x%08X\n", cmd_header); in gen7_render_get_cmd_length_mask()
762 DRM_DEBUG("CMD: Abnormal bsd cmd length! 0x%08X\n", cmd_header); in gen7_bsd_get_cmd_length_mask()
775 DRM_DEBUG("CMD: Abnormal blt cmd length! 0x%08X\n", cmd_header); in gen7_blt_get_cmd_length_mask()
1238 DRM_DEBUG("CMD: Rejected command: 0x%08X\n", *cmd); in check_cmd()
1269 DRM_DEBUG("CMD: Rejected LRM to masked register 0x%08X\n", in check_cmd()
1275 DRM_DEBUG("CMD: Rejected LRR to masked register 0x%08X\n", in check_cmd()
1283 DRM_DEBUG("CMD: Rejected LRI to masked register 0x%08X\n", in check_cmd()
1349 DRM_DEBUG("CMD: Recursive BB_START with bad length(%u)\n", in check_bbstart()
1362 DRM_DEBUG("CMD: BB_START to 0x%llx jumps out of BB\n", in check_bbstart()
1453 DRM_DEBUG("CMD: Failed to copy batch\n"); in intel_engine_cmd_parser()
[all …]
/linux/drivers/gpu/drm/via/
A Dvia_mm.c56 DRM_DEBUG("offset = %u, size = %u\n", agp->offset, agp->size); in via_agp_init()
72 DRM_DEBUG("offset = %u, size = %u\n", fb->offset, fb->size); in via_fb_init()
87 DRM_DEBUG("Last Context\n"); in via_final_context()
179 DRM_DEBUG("Video memory allocation failed\n"); in via_mem_alloc()
203 DRM_DEBUG("free = 0x%lx\n", mem->index); in via_mem_free()
A Dvia_irq.c127 DRM_DEBUG("nsec per vblank is: %llu\n", in via_driver_irq_handler()
214 DRM_DEBUG("\n"); in via_driver_irq_wait()
264 DRM_DEBUG("dev_priv: %p\n", dev_priv); in via_driver_irq_preinstall()
291 DRM_DEBUG("Initializing IRQ %d\n", i); in via_driver_irq_preinstall()
311 DRM_DEBUG("fun: %s\n", __func__); in via_driver_irq_postinstall()
331 DRM_DEBUG("\n"); in via_driver_irq_uninstall()
/linux/drivers/gpu/drm/savage/
A Dsavage_bci.c222 DRM_DEBUG("count=%d\n", dma->buf_count); in savage_freelist_init()
254 DRM_DEBUG("\n"); in savage_freelist_get()
266 DRM_DEBUG(" head=0x%04x %d\n", event, wrap); in savage_freelist_get()
277 DRM_DEBUG("returning NULL, tail->buf=%p!\n", tail->buf); in savage_freelist_get()
420 DRM_DEBUG("cur=%u, cur->used=%u, n=%u\n", in savage_dma_alloc()
471 DRM_DEBUG("phys_addr=%lx, len=%u\n", in savage_dma_flush()
520 DRM_DEBUG("first=%u, cur=%u, cur->used=%u\n", in savage_fake_dma_flush()
790 DRM_DEBUG("falling back to faked command DMA.\n"); in savage_do_init_bci()
934 DRM_DEBUG("\n"); in savage_bci_event_emit()
951 DRM_DEBUG("\n"); in savage_bci_event_wait()
[all …]
/linux/drivers/gpu/drm/v3d/
A Dv3d_gem.c307 DRM_DEBUG("Rendering requires BOs\n"); in v3d_lookup_bos()
330 DRM_DEBUG("Failed to copy in GEM handles\n"); in v3d_lookup_bos()
339 DRM_DEBUG("Failed to look up GEM BO %d: %d\n", in v3d_lookup_bos()
492 DRM_DEBUG("Failed to copy wait dep handle.\n"); in v3d_job_init()
614 DRM_DEBUG("Failed to copy post dep handles\n"); in v3d_get_multisync_post_deps()
684 DRM_DEBUG("Failed to copy submit extension\n"); in v3d_get_extensions()
747 DRM_DEBUG("Failed to get extensions.\n"); in v3d_submit_cl_ioctl()
884 DRM_DEBUG("invalid flags: %d\n", args->flags); in v3d_submit_tfu_ioctl()
891 DRM_DEBUG("Failed to get extensions.\n"); in v3d_submit_tfu_ioctl()
922 DRM_DEBUG("Failed to look up GEM BO %d: %d\n", in v3d_submit_tfu_ioctl()
[all …]
/linux/drivers/gpu/drm/stm/
A Ddrv.c74 DRM_DEBUG("%s\n", __func__); in drv_load()
111 DRM_DEBUG("%s\n", __func__); in drv_unload()
184 DRM_DEBUG("%s\n", __func__); in stm_drm_platform_probe()
214 DRM_DEBUG("%s\n", __func__); in stm_drm_platform_remove()
/linux/drivers/gpu/drm/meson/
A Dmeson_overlay.c267 DRM_DEBUG("crtc_width %d crtc_height %d interlace %d\n", in meson_overlay_setup_scaler_params()
269 DRM_DEBUG("w_in %d h_in %d crop_top %d crop_left %d\n", in meson_overlay_setup_scaler_params()
271 DRM_DEBUG("video top %d left %d width %d height %d\n", in meson_overlay_setup_scaler_params()
280 DRM_DEBUG("ratio x 0x%x y 0x%x\n", ratio_x, ratio_y); in meson_overlay_setup_scaler_params()
285 DRM_DEBUG("vphase 0x%x skip %d\n", vphase, vphase_repeat_skip); in meson_overlay_setup_scaler_params()
330 DRM_DEBUG("vsc startp %d endp %d start_lines %d end_lines %d\n", in meson_overlay_setup_scaler_params()
338 DRM_DEBUG("afbc top %d (src %d) bottom %d (src %d)\n", in meson_overlay_setup_scaler_params()
384 DRM_DEBUG("afbc left %d right %d\n", afbc_left, afbc_right); in meson_overlay_setup_scaler_params()
658 DRM_DEBUG("plane 2 addr 0x%x stride %d height %d\n", in meson_overlay_atomic_update()
670 DRM_DEBUG("plane 1 addr 0x%x stride %d height %d\n", in meson_overlay_atomic_update()
[all …]

Completed in 78 milliseconds

12345678