/Linux-v4.19/drivers/gpu/drm/radeon/ |
D | radeon_ucode.c | 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in radeon_ucode_print_common_hdr() 34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in radeon_ucode_print_common_hdr() 35 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in radeon_ucode_print_common_hdr() 36 DRM_DEBUG("header_version_minor: %u\n", le16_to_cpu(hdr->header_version_minor)); in radeon_ucode_print_common_hdr() 37 DRM_DEBUG("ip_version_major: %u\n", le16_to_cpu(hdr->ip_version_major)); in radeon_ucode_print_common_hdr() 38 DRM_DEBUG("ip_version_minor: %u\n", le16_to_cpu(hdr->ip_version_minor)); in radeon_ucode_print_common_hdr() 39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in radeon_ucode_print_common_hdr() 40 DRM_DEBUG("ucode_size_bytes: %u\n", le32_to_cpu(hdr->ucode_size_bytes)); in radeon_ucode_print_common_hdr() 41 DRM_DEBUG("ucode_array_offset_bytes: %u\n", in radeon_ucode_print_common_hdr() 43 DRM_DEBUG("crc32: 0x%08x\n", le32_to_cpu(hdr->crc32)); in radeon_ucode_print_common_hdr() [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | amdgpu_ucode.c | 33 DRM_DEBUG("size_bytes: %u\n", le32_to_cpu(hdr->size_bytes)); in amdgpu_ucode_print_common_hdr() 34 DRM_DEBUG("header_size_bytes: %u\n", le32_to_cpu(hdr->header_size_bytes)); in amdgpu_ucode_print_common_hdr() 35 DRM_DEBUG("header_version_major: %u\n", le16_to_cpu(hdr->header_version_major)); in amdgpu_ucode_print_common_hdr() 36 DRM_DEBUG("header_version_minor: %u\n", le16_to_cpu(hdr->header_version_minor)); in amdgpu_ucode_print_common_hdr() 37 DRM_DEBUG("ip_version_major: %u\n", le16_to_cpu(hdr->ip_version_major)); in amdgpu_ucode_print_common_hdr() 38 DRM_DEBUG("ip_version_minor: %u\n", le16_to_cpu(hdr->ip_version_minor)); in amdgpu_ucode_print_common_hdr() 39 DRM_DEBUG("ucode_version: 0x%08x\n", le32_to_cpu(hdr->ucode_version)); in amdgpu_ucode_print_common_hdr() 40 DRM_DEBUG("ucode_size_bytes: %u\n", le32_to_cpu(hdr->ucode_size_bytes)); in amdgpu_ucode_print_common_hdr() 41 DRM_DEBUG("ucode_array_offset_bytes: %u\n", in amdgpu_ucode_print_common_hdr() 43 DRM_DEBUG("crc32: 0x%08x\n", le32_to_cpu(hdr->crc32)); in amdgpu_ucode_print_common_hdr() [all …]
|
D | amdgpu_queue_mgr.c | 231 DRM_DEBUG("invalid ip instance: %d\n", instance); in amdgpu_queue_mgr_map() 272 DRM_DEBUG("unknown ip type: %d\n", hw_ip); in amdgpu_queue_mgr_map() 277 DRM_DEBUG("Ring index:%d exceeds maximum:%d for ip:%d\n", in amdgpu_queue_mgr_map() 310 DRM_DEBUG("unknown HW IP type: %d\n", mapper->hw_ip); in amdgpu_queue_mgr_map()
|
D | gmc_v9_0.c | 574 DRM_DEBUG("ecc: gmc_v9_0_ecc_available()\n"); in gmc_v9_0_ecc_available() 579 DRM_DEBUG("ecc: " in gmc_v9_0_ecc_available() 585 DRM_DEBUG("ecc: " in gmc_v9_0_ecc_available() 597 DRM_DEBUG("ecc: " in gmc_v9_0_ecc_available() 603 DRM_DEBUG("ecc: " in gmc_v9_0_ecc_available() 616 DRM_DEBUG("ecc: " in gmc_v9_0_ecc_available() 624 DRM_DEBUG("ecc: " in gmc_v9_0_ecc_available() 631 DRM_DEBUG("ecc: WrEccEn is not set\n"); in gmc_v9_0_ecc_available() 635 DRM_DEBUG("ecc: RdEccEn is not set\n"); in gmc_v9_0_ecc_available() 640 DRM_DEBUG("ecc: lost_sheep: %zu\n", lost_sheep); in gmc_v9_0_ecc_available() [all …]
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_validate_shaders.c | 203 DRM_DEBUG("direct TMU read used small immediate\n"); in check_tmu_write() 212 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() 241 DRM_DEBUG("direct TMU load didn't add to a uniform\n"); in check_tmu_write() 249 DRM_DEBUG("uniform read in the same instruction as " in check_tmu_write() 256 DRM_DEBUG("TMU%d got too many parameters before dispatch\n", in check_tmu_write() 268 DRM_DEBUG("Texturing with undefined uniform address\n"); in check_tmu_write() 339 DRM_DEBUG("uniforms address change must be " in validate_uniform_address_write() 345 DRM_DEBUG("Uniform address reset must be an ADD.\n"); in validate_uniform_address_write() [all …]
|
D | vc4_validate.c | 112 DRM_DEBUG("BO index %d greater than BO count %d\n", in vc4_use_bo() 120 DRM_DEBUG("Trying to use shader BO as something other than " in vc4_use_bo() 175 DRM_DEBUG("Surface dimensions (%d,%d) too large", in vc4_check_tex_size() 194 DRM_DEBUG("buffer tiling %d unsupported\n", tiling_format); in vc4_check_tex_size() 203 DRM_DEBUG("Overflow in %dx%d (%dx%d) fbo size (%d + %d > %zd)\n", in vc4_check_tex_size() 217 DRM_DEBUG("Bin CL must end with VC4_PACKET_FLUSH\n"); in validate_flush() 229 DRM_DEBUG("Duplicate VC4_PACKET_START_TILE_BINNING\n"); in validate_start_tile_binning() 235 DRM_DEBUG("missing VC4_PACKET_TILE_BINNING_MODE_CONFIG\n"); in validate_start_tile_binning() 246 DRM_DEBUG("Bin CL must end with " in validate_increment_semaphore() 267 DRM_DEBUG("shader state must precede primitives\n"); in validate_indexed_prim_list() [all …]
|
D | vc4_render_cl.c | 392 DRM_DEBUG("surface offset %d > BO size %zd\n", in vc4_full_res_bounds_check() 399 DRM_DEBUG("MSAA tile %d, %d out of bounds " in vc4_full_res_bounds_check() 415 DRM_DEBUG("MSAA surface had nonzero flags/bits\n"); in vc4_rcl_msaa_surface_setup() 429 DRM_DEBUG("MSAA write must be 16b aligned.\n"); in vc4_rcl_msaa_surface_setup() 451 DRM_DEBUG("Extra flags set\n"); in vc4_rcl_surface_setup() 467 DRM_DEBUG("general zs write may not be a full-res.\n"); in vc4_rcl_surface_setup() 472 DRM_DEBUG("load/store general bits set with " in vc4_rcl_surface_setup() 487 DRM_DEBUG("Unknown bits in load/store: 0x%04x\n", in vc4_rcl_surface_setup() 493 DRM_DEBUG("Bad tiling format\n"); in vc4_rcl_surface_setup() 499 DRM_DEBUG("No color format should be set for ZS\n"); in vc4_rcl_surface_setup() [all …]
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_bufs.c | 160 DRM_DEBUG("offset = 0x%08llx, size = 0x%08lx, type = %d\n", in drm_addmap_core() 194 DRM_DEBUG("Matching maps of type %d with " in drm_addmap_core() 228 DRM_DEBUG("Matching maps of type %d with " in drm_addmap_core() 239 DRM_DEBUG("%lu %d %p\n", in drm_addmap_core() 297 DRM_DEBUG("AGP offset = 0x%08llx, size = 0x%08lx\n", in drm_addmap_core() 712 DRM_DEBUG("count: %d\n", count); in drm_legacy_addbufs_agp() 713 DRM_DEBUG("order: %d\n", order); in drm_legacy_addbufs_agp() 714 DRM_DEBUG("size: %d\n", size); in drm_legacy_addbufs_agp() 715 DRM_DEBUG("agp_offset: %lx\n", agp_offset); in drm_legacy_addbufs_agp() 716 DRM_DEBUG("alignment: %d\n", alignment); in drm_legacy_addbufs_agp() [all …]
|
D | drm_scatter.c | 89 DRM_DEBUG("\n"); in drm_legacy_sg_alloc() 105 DRM_DEBUG("size=%ld pages=%ld\n", request->size, pages); in drm_legacy_sg_alloc() 136 DRM_DEBUG("handle = %08lx\n", entry->handle); in drm_legacy_sg_alloc() 137 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_alloc() 216 DRM_DEBUG("virtual = %p\n", entry->virtual); in drm_legacy_sg_free()
|
D | drm_context.c | 277 DRM_DEBUG("Context switch from %d to %d\n", old, new); in drm_context_switch() 374 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_addctx() 376 DRM_DEBUG("Not enough free contexts.\n"); in drm_legacy_addctx() 383 DRM_DEBUG("out of memory\n"); in drm_legacy_addctx() 442 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_switchctx() 466 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_newctx() 492 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_rmctx()
|
D | drm_vm.c | 164 DRM_DEBUG in drm_vm_fault() 211 DRM_DEBUG("shm_fault 0x%lx\n", offset); in drm_vm_shm_fault() 232 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_shm_close() 317 DRM_DEBUG("dma_fault 0x%lx (page %lu)\n", offset, page_nr); in drm_vm_dma_fault() 389 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_open_locked() 415 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_close_locked() 464 DRM_DEBUG("start = 0x%lx, end = 0x%lx, page offset = 0x%lx\n", in drm_mmap_dma() 526 DRM_DEBUG("start = 0x%lx, end = 0x%lx, page offset = 0x%lx\n", in drm_mmap_locked() 598 DRM_DEBUG(" Type = %d; start = 0x%lx, end = 0x%lx," in drm_mmap_locked()
|
D | drm_vblank.c | 387 DRM_DEBUG("disabling vblank on crtc %u\n", pipe); in vblank_disable_fn() 540 DRM_DEBUG("crtc %u: hwmode: htotal %d, vtotal %d, vdisplay %d\n", in drm_calc_timestamping_constants() 543 DRM_DEBUG("crtc %u: clock %d kHz framedur %d linedur %d\n", in drm_calc_timestamping_constants() 619 DRM_DEBUG("crtc %u: Noop due to uninitialized mode.\n", pipe); in drm_calc_vbltimestamp_from_scanoutpos() 645 DRM_DEBUG("crtc %u : scanoutpos query failed.\n", in drm_calc_vbltimestamp_from_scanoutpos() 660 DRM_DEBUG("crtc %u: Noisy timestamp %d us > %d us [%d reps].\n", in drm_calc_vbltimestamp_from_scanoutpos() 957 DRM_DEBUG("enabling vblank on crtc %u, ret: %d\n", pipe, ret); in drm_vblank_enable() 1158 DRM_DEBUG("Sending premature vblank event on disable: " in drm_crtc_vblank_off() 1452 DRM_DEBUG("event on vblank count %llu, current %llu, crtc %u\n", in drm_queue_vblank_event() 1590 DRM_DEBUG("crtc %d failed to acquire vblank counter, %d\n", pipe, ret); in drm_wait_vblank_ioctl() [all …]
|
D | drm_file.c | 220 DRM_DEBUG("pid = %d, device = 0x%lx, open_count = %d\n", in drm_file_free() 281 DRM_DEBUG("\n"); in drm_setup() 369 DRM_DEBUG("pid = %d, minor = %d\n", task_pid_nr(current), minor->index); in drm_open_helper() 435 DRM_DEBUG("lastclose completed\n"); in drm_legacy_dev_reinit() 440 DRM_DEBUG("\n"); in drm_lastclose() 444 DRM_DEBUG("driver lastclose completed\n"); in drm_lastclose() 474 DRM_DEBUG("open_count = %d\n", dev->open_count); in drm_release()
|
/Linux-v4.19/drivers/gpu/drm/mga/ |
D | mga_dma.c | 57 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() 121 DRM_DEBUG(" bailing out...\n"); in mga_do_dma_flush() 148 DRM_DEBUG(" head = 0x%06lx\n", (unsigned long)(head - dev_priv->primary->offset)); in mga_do_dma_flush() 149 DRM_DEBUG(" tail = 0x%06lx\n", (unsigned long)(tail - dev_priv->primary->offset)); in mga_do_dma_flush() 150 DRM_DEBUG(" space = 0x%06x\n", primary->space); 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() 186 DRM_DEBUG(" head = 0x%06lx\n", (unsigned long)(head - dev_priv->primary->offset)); in mga_do_dma_wrap_start() [all …]
|
D | mga_state.c | 491 DRM_DEBUG("\n"); in mga_dma_dispatch_clear() 505 DRM_DEBUG(" from=%d,%d to=%d,%d\n", in mga_dma_dispatch_clear() 579 DRM_DEBUG("\n"); in mga_dma_dispatch_swap() 604 DRM_DEBUG(" from=%d,%d to=%d,%d\n", in mga_dma_dispatch_swap() 621 DRM_DEBUG("... done.\n"); in mga_dma_dispatch_swap() 633 DRM_DEBUG("buf=%d used=%d\n", buf->idx, buf->used); in mga_dma_dispatch_vertex() 680 DRM_DEBUG("buf=%d start=%d end=%d\n", buf->idx, start, end); in mga_dma_dispatch_indices() 730 DRM_DEBUG("buf=%d used=%d\n", buf->idx, buf->used); in mga_dma_dispatch_iload() 777 DRM_DEBUG("\n"); in mga_dma_dispatch_blit() 949 DRM_DEBUG("\n"); in mga_dma_iload() [all …]
|
/Linux-v4.19/drivers/gpu/drm/r128/ |
D | r128_state.c | 44 DRM_DEBUG("\n"); in r128_emit_clip_rects() 87 DRM_DEBUG("\n"); in r128_emit_core() 102 DRM_DEBUG("\n"); in r128_emit_context() 128 DRM_DEBUG("\n"); in r128_emit_setup() 144 DRM_DEBUG("\n"); in r128_emit_masks() 163 DRM_DEBUG("\n"); in r128_emit_window() 180 DRM_DEBUG("\n"); in r128_emit_tex0() 205 DRM_DEBUG("\n"); in r128_emit_tex1() 226 DRM_DEBUG("dirty=0x%08x\n", dirty); in r128_emit_state() 361 DRM_DEBUG("\n"); in r128_cce_dispatch_clear() [all …]
|
D | r128_cce.c | 148 DRM_DEBUG("\n"); in r128_cce_load_microcode() 308 DRM_DEBUG("\n"); in r128_cce_init_ring_buffer() 346 DRM_DEBUG("\n"); in r128_do_init_cce() 349 DRM_DEBUG("called when already initialized\n"); in r128_do_init_cce() 369 DRM_DEBUG("TIMEOUT problem!\n"); in r128_do_init_cce() 389 DRM_DEBUG("Bad cce_mode!\n"); in r128_do_init_cce() 633 DRM_DEBUG("\n"); in r128_cce_init() 650 DRM_DEBUG("\n"); in r128_cce_start() 657 DRM_DEBUG("while CCE running\n"); in r128_cce_start() 674 DRM_DEBUG("\n"); in r128_cce_stop() [all …]
|
/Linux-v4.19/drivers/gpu/drm/stm/ |
D | drv.c | 83 DRM_DEBUG("%s\n", __func__); in drv_load() 114 DRM_DEBUG("Warning: fails to create fbdev\n"); in drv_load() 127 DRM_DEBUG("%s\n", __func__); in drv_unload() 141 DRM_DEBUG("%s\n", __func__); in stm_drm_platform_probe() 169 DRM_DEBUG("%s\n", __func__); in stm_drm_platform_remove()
|
/Linux-v4.19/drivers/gpu/drm/i810/ |
D | i810_dma.c | 177 DRM_DEBUG("retcode=%d\n", retcode); in i810_dma_get_buffer() 402 DRM_DEBUG("hw status page @ %p\n", dev_priv->hw_status_page); in i810_dma_initialize() 405 DRM_DEBUG("Enabled hardware status page\n"); in i810_dma_initialize() 533 DRM_DEBUG("bad di1 %x (allow %x or %x)\n", in i810EmitDestVerified() 560 DRM_DEBUG("%x\n", dirty); in i810EmitState() 671 DRM_DEBUG("swapbuffers\n"); in i810_dma_dispatch_swap() 792 DRM_DEBUG("page=%d pfCurrentPage=%d\n", in i810_dma_dispatch_flip() 873 DRM_DEBUG("reclaimed from HARDWARE\n"); in i810_flush_queue() 875 DRM_DEBUG("still on client\n"); in i810_flush_queue() 906 DRM_DEBUG("reclaimed from client\n"); in i810_driver_reclaim_buffers() [all …]
|
/Linux-v4.19/drivers/gpu/drm/i915/ |
D | i915_perf.c | 889 DRM_DEBUG("OA buffer overflow (exponent = %d): force restart\n", in gen8_oa_read() 1113 DRM_DEBUG("OA buffer overflow (exponent = %d): force restart\n", in gen7_oa_read() 2094 DRM_DEBUG("OA metrics weren't advertised via sysfs\n"); in i915_oa_stream_init() 2099 DRM_DEBUG("Only OA report sampling supported\n"); in i915_oa_stream_init() 2104 DRM_DEBUG("OA unit not supported\n"); in i915_oa_stream_init() 2113 DRM_DEBUG("OA unit already in use\n"); in i915_oa_stream_init() 2118 DRM_DEBUG("OA report format not specified\n"); in i915_oa_stream_init() 2163 DRM_DEBUG("Invalid context id to filter with\n"); in i915_oa_stream_init() 2170 DRM_DEBUG("Invalid OA config id=%i\n", props->metrics_set); in i915_oa_stream_init() 2200 DRM_DEBUG("Unable to enable metric set\n"); in i915_oa_stream_init() [all …]
|
/Linux-v4.19/drivers/gpu/drm/via/ |
D | via_mm.c | 52 DRM_DEBUG("offset = %u, size = %u\n", agp->offset, agp->size); in via_agp_init() 68 DRM_DEBUG("offset = %u, size = %u\n", fb->offset, fb->size); in via_fb_init() 83 DRM_DEBUG("Last Context\n"); in via_final_context() 175 DRM_DEBUG("Video memory allocation failed\n"); in via_mem_alloc() 199 DRM_DEBUG("free = 0x%lx\n", mem->index); in via_mem_free()
|
D | via_irq.c | 125 DRM_DEBUG("nsec per vblank is: %llu\n", in via_driver_irq_handler() 212 DRM_DEBUG("\n"); in via_driver_irq_wait() 262 DRM_DEBUG("dev_priv: %p\n", dev_priv); in via_driver_irq_preinstall() 289 DRM_DEBUG("Initializing IRQ %d\n", i); in via_driver_irq_preinstall() 309 DRM_DEBUG("via_driver_irq_postinstall\n"); in via_driver_irq_postinstall() 329 DRM_DEBUG("\n"); in via_driver_irq_uninstall()
|
/Linux-v4.19/drivers/gpu/drm/savage/ |
D | savage_bci.c | 213 DRM_DEBUG("count=%d\n", dma->buf_count); in savage_freelist_init() 245 DRM_DEBUG("\n"); in savage_freelist_get() 256 DRM_DEBUG(" tail=0x%04x %d\n", tail->age.event, tail->age.wrap); in savage_freelist_get() 257 DRM_DEBUG(" head=0x%04x %d\n", event, wrap); in savage_freelist_get() 268 DRM_DEBUG("returning NULL, tail->buf=%p!\n", tail->buf); in savage_freelist_get() 277 DRM_DEBUG("age=0x%04x wrap=%d\n", entry->age.event, entry->age.wrap); in savage_freelist_put() 373 DRM_DEBUG("cur=%u, cur->used=%u, n=%u, rest=%u, nr_pages=%u\n", in savage_dma_alloc() 411 DRM_DEBUG("cur=%u, cur->used=%u, n=%u\n", in savage_dma_alloc() 437 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, " in savage_dma_flush() 462 DRM_DEBUG("phys_addr=%lx, len=%u\n", in savage_dma_flush() [all …]
|
/Linux-v4.19/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 41 #define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__) 42 #define VERB(fmt, ...) if (0) DRM_DEBUG(fmt, ##__VA_ARGS__) /* verbose debug */
|
/Linux-v4.19/drivers/gpu/drm/udl/ |
D | udl_main.c | 73 DRM_DEBUG("DL chip limited to %d pixel modes\n", in udl_parse_vendor_descriptor() 174 DRM_DEBUG("Waiting for completes and freeing all render urbs\n"); in udl_free_urb_list() 258 DRM_DEBUG("allocated %d %d byte urbs\n", udl->urbs.count, (int) size); in udl_alloc_urb_list() 319 DRM_DEBUG("\n"); in udl_driver_load() 344 DRM_DEBUG("\n"); in udl_driver_load()
|