/linux-4.1.27/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 …]
|
D | radeon_cp.c | 368 DRM_DEBUG("wait for fifo failed status : 0x%08X 0x%08X\n", in radeon_do_wait_for_fifo() 397 DRM_DEBUG("wait idle failed status : 0x%08X 0x%08X\n", in radeon_do_wait_for_idle() 479 DRM_DEBUG("\n"); in radeon_cp_init_microcode() 573 DRM_DEBUG("\n"); in radeon_do_cp_flush() 587 DRM_DEBUG("\n"); in radeon_do_cp_idle() 606 DRM_DEBUG("\n"); in radeon_do_cp_start() 649 DRM_DEBUG("\n"); in radeon_do_cp_reset() 664 DRM_DEBUG("\n"); in radeon_do_cp_stop() 687 DRM_DEBUG("\n"); in radeon_do_engine_reset() 914 DRM_DEBUG("programming igp gart %08X %08lX %08X\n", in radeon_set_igpgart() [all …]
|
D | evergreen.c | 1371 DRM_DEBUG("Update pending now high. Unlocking vupdate_lock.\n"); in evergreen_page_flip() 1582 DRM_DEBUG("Setting: vddc: %d\n", voltage->voltage); in evergreen_pm_misc() 1603 DRM_DEBUG("Setting: vddci: %d\n", voltage->vddci); in evergreen_pm_misc() 3928 DRM_DEBUG("MC busy: 0x%08X, clearing.\n", reset_mask); in evergreen_gpu_check_soft_reset() 4600 DRM_DEBUG("evergreen_irq_set: sw int gfx\n"); in evergreen_irq_set() 4604 DRM_DEBUG("evergreen_irq_set: sw int cp1\n"); in evergreen_irq_set() 4608 DRM_DEBUG("evergreen_irq_set: sw int cp2\n"); in evergreen_irq_set() 4613 DRM_DEBUG("evergreen_irq_set: sw int gfx\n"); in evergreen_irq_set() 4620 DRM_DEBUG("r600_irq_set: sw int dma\n"); in evergreen_irq_set() 4627 DRM_DEBUG("r600_irq_set: sw int dma1\n"); in evergreen_irq_set() [all …]
|
D | r300_cmdbuf.c | 71 DRM_DEBUG("%i cliprects\n", nr); in r300_emit_cliprects() 751 DRM_DEBUG("R300_CMD_PACKET3_CLEAR\n"); in r300_emit_packet3() 760 DRM_DEBUG("R300_CMD_PACKET3_RAW\n"); in r300_emit_packet3() 990 DRM_DEBUG("r500fp %d %d type: %d\n", sz, addr, type); in r300_emit_r500fp() 1023 DRM_DEBUG("\n"); in r300_do_cp_cmdbuf() 1044 DRM_DEBUG("R300_CMD_PACKET0\n"); in r300_do_cp_cmdbuf() 1053 DRM_DEBUG("R300_CMD_VPU\n"); in r300_do_cp_cmdbuf() 1062 DRM_DEBUG("R300_CMD_PACKET3\n"); in r300_do_cp_cmdbuf() 1071 DRM_DEBUG("R300_CMD_END3D\n"); in r300_do_cp_cmdbuf() 1092 DRM_DEBUG("R300_CMD_CP_DELAY\n"); in r300_do_cp_cmdbuf() [all …]
|
D | radeon_state.c | 85 DRM_DEBUG("offset fixed up to 0x%x\n", (unsigned int)off); in radeon_check_and_fixup_offset() 454 DRM_DEBUG(" box: x1=%d y1=%d x2=%d y2=%d\n", in radeon_emit_clip_rect() 474 DRM_DEBUG("dirty=0x%08x\n", dirty); in radeon_emit_state() 889 DRM_DEBUG("flags = 0x%x\n", flags); in radeon_cp_dispatch_clear() 933 DRM_DEBUG("%d,%d-%d,%d flags 0x%x\n", in radeon_cp_dispatch_clear() 1382 DRM_DEBUG("\n"); in radeon_cp_dispatch_swap() 1404 DRM_DEBUG("%d,%d-%d,%d\n", x, y, w, h); in radeon_cp_dispatch_swap() 1459 DRM_DEBUG("pfCurrentPage=%d\n", in radeon_cp_dispatch_flip() 1544 DRM_DEBUG("hwprim 0x%x vfmt 0x%x %d..%d %d verts\n", in radeon_cp_dispatch_vertex() 1607 DRM_DEBUG("buf=%d s=0x%x e=0x%x\n", buf->idx, start, end); in radeon_cp_dispatch_indirect() [all …]
|
D | si.c | 1657 DRM_DEBUG("\n"); in si_init_microcode() 3842 DRM_DEBUG("MC busy: 0x%08X, clearing.\n", reset_mask); in si_gpu_check_soft_reset() 6104 DRM_DEBUG("si_irq_set: sw int gfx\n"); in si_irq_set() 6108 DRM_DEBUG("si_irq_set: sw int cp1\n"); in si_irq_set() 6112 DRM_DEBUG("si_irq_set: sw int cp2\n"); in si_irq_set() 6116 DRM_DEBUG("si_irq_set: sw int dma\n"); in si_irq_set() 6121 DRM_DEBUG("si_irq_set: sw int dma1\n"); in si_irq_set() 6126 DRM_DEBUG("si_irq_set: vblank 0\n"); in si_irq_set() 6131 DRM_DEBUG("si_irq_set: vblank 1\n"); in si_irq_set() 6136 DRM_DEBUG("si_irq_set: vblank 2\n"); in si_irq_set() [all …]
|
D | r600.c | 1623 DRM_DEBUG("MC busy: 0x%08X, clearing.\n", reset_mask); in r600_gpu_check_soft_reset() 2382 DRM_DEBUG("\n"); in r600_init_microcode() 3722 DRM_DEBUG("dpm thermal\n"); in r600_irq_set() 3727 DRM_DEBUG("r600_irq_set: sw int\n"); in r600_irq_set() 3733 DRM_DEBUG("r600_irq_set: sw int dma\n"); in r600_irq_set() 3739 DRM_DEBUG("r600_irq_set: vblank 0\n"); in r600_irq_set() 3744 DRM_DEBUG("r600_irq_set: vblank 1\n"); in r600_irq_set() 3748 DRM_DEBUG("r600_irq_set: hpd 1\n"); in r600_irq_set() 3752 DRM_DEBUG("r600_irq_set: hpd 2\n"); in r600_irq_set() 3756 DRM_DEBUG("r600_irq_set: hpd 3\n"); in r600_irq_set() [all …]
|
D | r600_blit.c | 82 DRM_DEBUG("\n"); in set_render_target() 140 DRM_DEBUG("\n"); in cp_set_surface_sync() 165 DRM_DEBUG("\n"); in set_shaders() 224 DRM_DEBUG("\n"); in set_vtx_resource() 261 DRM_DEBUG("\n"); in set_tex_resource() 297 DRM_DEBUG("\n"); in set_scissors() 321 DRM_DEBUG("\n"); in draw_auto() 555 DRM_DEBUG("\n"); in r600_prepare_blit_copy() 575 DRM_DEBUG("\n"); in r600_done_blit_copy()
|
D | cik.c | 1969 DRM_DEBUG("\n"); in cik_init_microcode() 5299 DRM_DEBUG("MC busy: 0x%08X, clearing.\n", reset_mask); in cik_gpu_check_soft_reset() 7478 DRM_DEBUG("cik_irq_set: sw int gfx\n"); in cik_irq_set() 7483 DRM_DEBUG("si_irq_set: sw int cp1\n"); in cik_irq_set() 7490 DRM_DEBUG("si_irq_set: sw int cp1 invalid pipe %d\n", ring->pipe); in cik_irq_set() 7494 DRM_DEBUG("si_irq_set: sw int cp1 invalid me %d\n", ring->me); in cik_irq_set() 7499 DRM_DEBUG("si_irq_set: sw int cp2\n"); in cik_irq_set() 7506 DRM_DEBUG("si_irq_set: sw int cp2 invalid pipe %d\n", ring->pipe); in cik_irq_set() 7510 DRM_DEBUG("si_irq_set: sw int cp2 invalid me %d\n", ring->me); in cik_irq_set() 7515 DRM_DEBUG("cik_irq_set: sw int dma\n"); in cik_irq_set() [all …]
|
D | r600_cp.c | 222 DRM_DEBUG("page entry %d: 0x%016llx\n", in r600_page_table_init() 1940 DRM_DEBUG("\n"); in r600_do_cleanup_cp() 1987 DRM_DEBUG("\n"); in r600_do_init_cp() 1999 DRM_DEBUG("Forcing AGP card to PCI mode\n"); in r600_do_init_cp() 2007 DRM_DEBUG("Restoring AGP flag\n"); in r600_do_init_cp() 2014 DRM_DEBUG("TIMEOUT problem!\n"); in r600_do_init_cp() 2031 DRM_DEBUG("BAD cp_mode (%x)!\n", init->cp_mode); in r600_do_init_cp() 2114 DRM_DEBUG("dev_priv->cp_ring->handle %p\n", in r600_do_init_cp() 2116 DRM_DEBUG("dev_priv->ring_rptr->handle %p\n", in r600_do_init_cp() 2118 DRM_DEBUG("dev->agp_buffer_map->handle %p\n", in r600_do_init_cp() [all …]
|
D | radeon_i2c.c | 486 DRM_DEBUG("i2c write error 0x%08x\n", tmp); in r100_hw_i2c_xfer() 518 DRM_DEBUG("i2c read error 0x%08x\n", tmp); in r100_hw_i2c_xfer() 546 DRM_DEBUG("i2c write error 0x%08x\n", tmp); in r100_hw_i2c_xfer() 694 DRM_DEBUG("i2c write error 0x%08x\n", tmp); in r500_hw_i2c_xfer() 736 DRM_DEBUG("i2c read error 0x%08x\n", tmp); in r500_hw_i2c_xfer() 779 DRM_DEBUG("i2c write error 0x%08x\n", tmp); in r500_hw_i2c_xfer() 1078 DRM_DEBUG("val = 0x%02x\n", *val); in radeon_i2c_get_byte() 1080 DRM_DEBUG("i2c 0x%02x 0x%02x read failed\n", in radeon_i2c_get_byte() 1102 DRM_DEBUG("i2c 0x%02x 0x%02x write failed\n", in radeon_i2c_put_byte()
|
D | evergreen_hdmi.c | 334 DRM_DEBUG("%s: Disabling hdmi deep color for %d bpc.\n", in dce4_hdmi_set_color_depth() 340 DRM_DEBUG("%s: Enabling hdmi deep color 30 for 10 bpc.\n", in dce4_hdmi_set_color_depth() 346 DRM_DEBUG("%s: Enabling hdmi deep color 36 for 12 bpc.\n", in dce4_hdmi_set_color_depth() 436 DRM_DEBUG("%sabling HDMI interface @ 0x%04X for encoder 0x%x\n", in evergreen_hdmi_enable()
|
D | r600_hdmi.c | 428 DRM_DEBUG("%s with %d channels, %d Hz sampling rate, %d bits per sample,\n", in r600_hdmi_update_audio_settings() 431 DRM_DEBUG("0x%02X IEC60958 status bits and 0x%02X category code\n", in r600_hdmi_update_audio_settings() 532 DRM_DEBUG("%sabling HDMI interface @ 0x%04X for encoder 0x%x\n", in r600_hdmi_enable()
|
D | rs600.c | 135 DRM_DEBUG("Update pending now high. Unlocking vupdate_lock.\n"); in rs600_page_flip() 305 DRM_DEBUG("Setting: p: %d\n", ps->pcie_lanes); in rs600_pm_misc() 803 DRM_DEBUG("HPD1\n"); in rs600_irq_process() 807 DRM_DEBUG("HPD2\n"); in rs600_irq_process() 811 DRM_DEBUG("HDMI0\n"); in rs600_irq_process()
|
D | radeon_gem.c | 64 DRM_DEBUG("Allocation size %ldMb bigger than %ldMb limit\n", in radeon_gem_object_create() 492 DRM_DEBUG("%d \n", args->handle); in radeon_gem_set_tiling_ioctl() 510 DRM_DEBUG("\n"); in radeon_gem_get_tiling_ioctl()
|
D | radeon_connectors.c | 182 DRM_DEBUG("%s: HDMI deep color %d bpc unsupported. Using 8 bpc.\n", in radeon_get_monitor_bpc() 194 DRM_DEBUG("%s: HDMI deep color %d bpc unsupported. Using 12 bpc.\n", in radeon_get_monitor_bpc() 207 DRM_DEBUG("%s: hdmi mode dotclock %d kHz, max tmds input clock %d kHz.\n", in radeon_get_monitor_bpc() 218 DRM_DEBUG("%s: HDMI deep color 12 bpc exceeds max tmds clock. Using %d bpc.\n", in radeon_get_monitor_bpc() 224 DRM_DEBUG("%s: HDMI deep color 10 bpc exceeds max tmds clock. Using %d bpc.\n", in radeon_get_monitor_bpc() 230 DRM_DEBUG("%s: Required max tmds clock for HDMI deep color missing. Using 8 bpc.\n", in radeon_get_monitor_bpc() 237 DRM_DEBUG("%s: Deep color disabled. Set radeon module param deep_color=1 to enable.\n", in radeon_get_monitor_bpc() 242 DRM_DEBUG("%s: Display bpc=%d, returned bpc=%d\n", in radeon_get_monitor_bpc()
|
D | radeon_cursor.c | 132 DRM_DEBUG("x %d y %d c->x %d c->y %d\n", x, y, crtc->x, crtc->y); in radeon_cursor_move_locked()
|
D | radeon_audio.c | 395 DRM_DEBUG("Couldn't read Speaker Allocation Data Block: %d\n", in radeon_audio_write_speaker_allocation() 586 DRM_DEBUG("Calculated ACR timing N=%d CTS=%d for frequency %d\n", in radeon_audio_calc_cts()
|
D | radeon_bios.c | 697 DRM_DEBUG("%sBIOS detected\n", rdev->is_atom_bios ? "ATOM" : "COM"); in radeon_get_bios()
|
D | rv770.c | 833 DRM_DEBUG("Update pending now high. Unlocking vupdate_lock.\n"); in rv770_page_flip() 883 DRM_DEBUG("Setting: v: %d\n", voltage->voltage); in rv770_pm_misc()
|
D | radeon_object.c | 625 DRM_DEBUG("stealing surface reg %d from %p\n", steal, old_object); in radeon_bo_get_surface_reg()
|
D | ni.c | 694 DRM_DEBUG("\n"); in ni_init_microcode() 1798 DRM_DEBUG("MC busy: 0x%08X, clearing.\n", reset_mask); in cayman_gpu_check_soft_reset()
|
D | r100.c | 172 DRM_DEBUG("Update pending now high. Unlocking vupdate_lock.\n"); in r100_page_flip() 800 DRM_DEBUG("HPD1\n"); in r100_irq_process() 804 DRM_DEBUG("HPD2\n"); in r100_irq_process()
|
D | atom.c | 1410 DRM_DEBUG("atom firmware requested %08x %dkb\n", in atom_allocate_fb_scratch()
|
D | radeon_legacy_encoders.c | 139 DRM_DEBUG("\n"); in radeon_legacy_lvds_dpms()
|
D | ci_dpm.c | 5821 DRM_DEBUG("Invalid PCC GPIO: %u!\n", gpio.shift); in ci_dpm_init()
|
/linux-4.1.27/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() 631 DRM_DEBUG("count: %d\n", count); in drm_legacy_addbufs_agp() 632 DRM_DEBUG("order: %d\n", order); in drm_legacy_addbufs_agp() 633 DRM_DEBUG("size: %d\n", size); in drm_legacy_addbufs_agp() 634 DRM_DEBUG("agp_offset: %lx\n", agp_offset); in drm_legacy_addbufs_agp() 635 DRM_DEBUG("alignment: %d\n", alignment); in drm_legacy_addbufs_agp() [all …]
|
D | drm_context.c | 254 DRM_DEBUG("Context switch from %d to %d\n", old, new); in drm_context_switch() 343 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_addctx() 345 DRM_DEBUG("Not enough free contexts.\n"); in drm_legacy_addctx() 352 DRM_DEBUG("out of memory\n"); in drm_legacy_addctx() 403 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_switchctx() 423 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_newctx() 445 DRM_DEBUG("%d\n", ctx->handle); in drm_legacy_rmctx()
|
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_auth.c | 87 DRM_DEBUG("%d\n", magic); in drm_add_magic() 117 DRM_DEBUG("%d\n", magic); in drm_remove_magic() 170 DRM_DEBUG("%u\n", auth->magic); in drm_getmagic() 194 DRM_DEBUG("%u\n", auth->magic); in drm_authmagic()
|
D | drm_irq.c | 122 DRM_DEBUG("last_vblank[%d]=0x%x, cur_vblank=0x%x => diff=0x%x\n", in drm_update_vblank_count() 126 DRM_DEBUG("updating vblank count on crtc %d, missed %d\n", in drm_update_vblank_count() 263 DRM_DEBUG("disabling vblank on crtc %d\n", crtc); in vblank_disable_fn() 408 DRM_DEBUG("irq=%d\n", irq); in drm_irq_install() 499 DRM_DEBUG("irq=%d\n", dev->irq); in drm_irq_uninstall() 608 DRM_DEBUG("crtc %d: hwmode: htotal %d, vtotal %d, vdisplay %d\n", in drm_calc_timestamping_constants() 611 DRM_DEBUG("crtc %d: clock %d kHz framedur %d linedur %d, pixeldur %d\n", in drm_calc_timestamping_constants() 697 DRM_DEBUG("crtc %d: Noop due to uninitialized mode.\n", crtc); in drm_calc_vbltimestamp_from_scanoutpos() 718 DRM_DEBUG("crtc %d : scanoutpos query failed [%d].\n", in drm_calc_vbltimestamp_from_scanoutpos() 733 DRM_DEBUG("crtc %d: Noisy timestamp %d us > %d us [%d reps].\n", in drm_calc_vbltimestamp_from_scanoutpos() [all …]
|
D | drm_fops.c | 65 DRM_DEBUG("\n"); in drm_setup() 151 DRM_DEBUG("pid = %d, minor = %d\n", task_pid_nr(current), minor->index); in drm_open_helper() 272 DRM_DEBUG("File %p released, freeing lock for context %d\n", in drm_master_release() 333 DRM_DEBUG("\n"); in drm_lastclose() 337 DRM_DEBUG("driver lastclose completed\n"); in drm_lastclose() 354 DRM_DEBUG("lastclose completed\n"); in drm_lastclose() 379 DRM_DEBUG("open_count = %d\n", dev->open_count); in drm_release() 392 DRM_DEBUG("pid = %d, device = 0x%lx, open_count = %d\n", in drm_release()
|
D | drm_vm.c | 160 DRM_DEBUG in drm_do_vm_fault() 206 DRM_DEBUG("shm_fault 0x%lx\n", offset); in drm_do_vm_shm_fault() 227 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_shm_close() 311 DRM_DEBUG("dma_fault 0x%lx (page %lu)\n", offset, page_nr); in drm_do_vm_dma_fault() 411 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_open_locked() 437 DRM_DEBUG("0x%08lx,0x%08lx\n", in drm_vm_close_locked() 486 DRM_DEBUG("start = 0x%lx, end = 0x%lx, page offset = 0x%lx\n", in drm_mmap_dma() 548 DRM_DEBUG("start = 0x%lx, end = 0x%lx, page offset = 0x%lx\n", in drm_mmap_locked() 620 DRM_DEBUG(" Type = %d; start = 0x%lx, end = 0x%lx," in drm_mmap_locked()
|
D | drm_platform.c | 48 DRM_DEBUG("\n"); in drm_get_platform_dev() 102 DRM_DEBUG("\n"); in drm_platform_init()
|
D | drm_pci.c | 200 DRM_DEBUG("%d:%d:%d => IRQ %d\n", p->busnum, p->devnum, p->funcnum, in drm_pci_irq_by_busid() 277 DRM_DEBUG("\n"); in drm_get_pci_dev() 337 DRM_DEBUG("\n"); in drm_pci_init() 442 DRM_DEBUG("\n"); in drm_pci_exit()
|
D | drm_lock.c | 75 DRM_DEBUG("%d (pid %d) requests lock (0x%08x), flags = 0x%08x\n", in drm_legacy_lock() 113 DRM_DEBUG("%d %s\n", lock->context, in drm_legacy_lock() 134 DRM_DEBUG("%d waiting for DMA quiescent\n", in drm_legacy_lock()
|
D | ati_pcigart.c | 115 DRM_DEBUG("PCI: no table in VRAM: using normal RAM\n"); in drm_ati_pcigart_init() 136 DRM_DEBUG("PCI: Gart Table: VRAM %08LX mapped at %08lX\n", in drm_ati_pcigart_init()
|
D | drm_hashtab.c | 67 DRM_DEBUG("Key is 0x%08lx, Hashed key is 0x%08x\n", key, hashed_key); in drm_ht_verbose_list() 70 DRM_DEBUG("count %d, key: 0x%08lx\n", count++, entry->key); in drm_ht_verbose_list()
|
D | drm_ioctl.c | 428 DRM_DEBUG("\n"); in drm_noop() 695 DRM_DEBUG("pid=%d, dev=0x%lx, auth=%d, %s\n", in drm_ioctl() 704 DRM_DEBUG("no function\n"); in drm_ioctl() 753 DRM_DEBUG("invalid ioctl: pid=%d, dev=0x%lx, auth=%d, cmd=0x%02x, nr=0x%02x\n", in drm_ioctl() 761 DRM_DEBUG("ret = %d\n", retcode); in drm_ioctl()
|
D | drm_sysfs.c | 475 DRM_DEBUG("adding \"%s\" to sysfs\n", in drm_sysfs_connector_add() 506 DRM_DEBUG("removing \"%s\" from sysfs\n", in drm_sysfs_connector_remove() 526 DRM_DEBUG("generating hotplug event\n"); in drm_sysfs_hotplug_event()
|
D | drm_drv.c | 319 DRM_DEBUG("\n"); in drm_minor_register() 340 DRM_DEBUG("new minor registered %d\n", minor->index); in drm_minor_register() 428 DRM_DEBUG("\n"); in drm_put_dev() 828 DRM_DEBUG("\n"); in drm_stub_open()
|
D | drm_dma.c | 94 DRM_DEBUG("order %d: buf_count = %d," in drm_legacy_dma_takedown()
|
D | drm_agpsupport.c | 329 DRM_DEBUG("base = 0x%lx entry->bound = 0x%lx\n", in drm_agp_bind() 480 DRM_DEBUG("\n"); in drm_agp_bind_pages()
|
D | drm_edid.c | 1065 DRM_DEBUG("Fixing EDID header, your hardware may be failing\n"); in drm_edid_block_valid() 1092 DRM_DEBUG("EDID minor > 4, assuming backward compatibility\n"); in drm_edid_block_valid() 3530 DRM_DEBUG("%s: HDMI sink does deep color 30.\n", in drm_assign_hdmi_deep_color_info() 3537 DRM_DEBUG("%s: HDMI sink does deep color 36.\n", in drm_assign_hdmi_deep_color_info() 3544 DRM_DEBUG("%s: HDMI sink does deep color 48.\n", in drm_assign_hdmi_deep_color_info() 3549 DRM_DEBUG("%s: Assigning HDMI sink color depth as %d bpc.\n", in drm_assign_hdmi_deep_color_info() 3563 DRM_DEBUG("%s: HDMI sink does YCRCB444 in deep color.\n", in drm_assign_hdmi_deep_color_info() 3572 DRM_DEBUG("%s: HDMI sink should do DC_36, but does not!\n", in drm_assign_hdmi_deep_color_info() 3579 DRM_DEBUG("%s: No deep color support on this HDMI sink.\n", in drm_assign_hdmi_deep_color_info() 3662 DRM_DEBUG("%s: Assigning EDID-1.4 digital sink color depth as %d bpc.\n", in drm_add_display_info()
|
D | drm_fb_helper.c | 834 DRM_DEBUG("fb userspace requested width/height/bpp is greater than current fb " in drm_fb_helper_check_var()
|
D | drm_crtc.c | 510 DRM_DEBUG("%p: FB ID: %d (%d)\n", fb, fb->base.id, atomic_read(&fb->refcount.refcount)); in drm_framebuffer_unreference() 523 DRM_DEBUG("%p: FB ID: %d (%d)\n", fb, fb->base.id, atomic_read(&fb->refcount.refcount)); in drm_framebuffer_reference()
|
/linux-4.1.27/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 …]
|
D | mga_warp.c | 103 DRM_DEBUG("MGA ucode size = %d bytes\n", size); in mga_warp_install_microcode() 119 DRM_DEBUG(" pcbase = 0x%08lx vcbase = %p\n", pcbase, vcbase); in mga_warp_install_microcode()
|
/linux-4.1.27/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() 309 DRM_DEBUG("\n"); in r128_cce_init_ring_buffer() 347 DRM_DEBUG("\n"); in r128_do_init_cce() 350 DRM_DEBUG("called when already initialized\n"); in r128_do_init_cce() 370 DRM_DEBUG("TIMEOUT problem!\n"); in r128_do_init_cce() 390 DRM_DEBUG("Bad cce_mode!\n"); in r128_do_init_cce() 634 DRM_DEBUG("\n"); in r128_cce_init() 651 DRM_DEBUG("\n"); in r128_cce_start() 658 DRM_DEBUG("while CCE running\n"); in r128_cce_start() 675 DRM_DEBUG("\n"); in r128_cce_stop() [all …]
|
/linux-4.1.27/drivers/gpu/drm/i915/ |
D | i915_gem_execbuffer.c | 111 DRM_DEBUG("Invalid object handle %d at index %d\n", in eb_lookup_vmas() 119 DRM_DEBUG("Object %p [handle %d, index %d] appears more than once in object list\n", in eb_lookup_vmas() 148 DRM_DEBUG("Failed to lookup VMA\n"); in eb_lookup_vmas() 419 DRM_DEBUG("reloc with multiple write domains: " in i915_gem_execbuffer_relocate_entry() 430 DRM_DEBUG("reloc with read/write non-GPU domains: " in i915_gem_execbuffer_relocate_entry() 452 DRM_DEBUG("Relocation beyond object bounds: " in i915_gem_execbuffer_relocate_entry() 460 DRM_DEBUG("Relocation not 4-byte aligned: " in i915_gem_execbuffer_relocate_entry() 1000 DRM_DEBUG("Context %u tried to submit while banned\n", ctx_id); in i915_gem_validate_context() 1007 DRM_DEBUG("Could not create LRC %u: %d\n", ctx_id, ret); in i915_gem_validate_context() 1077 DRM_DEBUG("sol reset is gen7/rcs only\n"); in i915_reset_gen7_sol_offsets() [all …]
|
D | i915_vgpu.c | 109 DRM_DEBUG("VGT deballoon.\n"); in intel_vgt_deballoon()
|
D | intel_lrc.c | 672 DRM_DEBUG("non-0 rel constants mode on non-RCS\n"); in intel_execlists_submission() 678 DRM_DEBUG("rel surface constants mode invalid on gen5+\n"); in intel_execlists_submission() 687 DRM_DEBUG("execbuf with unknown constants: %d\n", instp_mode); in intel_execlists_submission() 692 DRM_DEBUG("clip rectangles are only valid on pre-gen5\n"); in intel_execlists_submission() 696 DRM_DEBUG("UXA submitting garbage DR4, fixing up\n"); in intel_execlists_submission() 701 DRM_DEBUG("0 cliprects but dirt in cliprects fields\n"); in intel_execlists_submission() 707 DRM_DEBUG("sol reset is gen7 only\n"); in intel_execlists_submission()
|
D | intel_overlay.c | 281 DRM_DEBUG("overlay underrun, DOVSTA: %x\n", tmp); in intel_overlay_continue() 1071 DRM_DEBUG("userspace bug: no overlay\n"); in intel_overlay_put_image() 1266 DRM_DEBUG("userspace bug: no overlay\n"); in intel_overlay_attrs()
|
D | i915_irq.c | 1207 DRM_DEBUG("Parity error: Slice = %d, Row = %d, Bank = %d, Sub bank = %d.\n", in ivybridge_parity_work() 1275 DRM_DEBUG("Command parser error, gt_iir 0x%08x\n", gt_iir); in snb_gt_irq_handler() 1660 DRM_DEBUG("Command parser error, pm_iir 0x%08x\n", pm_iir); in gen6_rps_irq_handler() 3672 DRM_DEBUG("Command parser error, iir 0x%08x\n", iir); in i8xx_irq_handler() 3853 DRM_DEBUG("Command parser error, iir 0x%08x\n", iir); in i915_irq_handler() 4077 DRM_DEBUG("Command parser error, iir 0x%08x\n", iir); in i965_irq_handler()
|
D | i915_gem.c | 1887 DRM_DEBUG("Attempting to mmap a purgeable buffer\n"); in i915_gem_mmap_gtt() 2170 DRM_DEBUG("Attempting to obtain a purgeable object\n"); in i915_gem_object_get_pages() 2461 DRM_DEBUG("context hanging too fast, banning!\n"); in i915_context_is_banned() 3464 DRM_DEBUG("Invalid object alignment requested %u\n", alignment); in i915_gem_object_bind_to_vm() 3474 DRM_DEBUG("Attempting to bind an object larger than the aperture: object=%zd > %s aperture=%lu\n", in i915_gem_object_bind_to_vm() 3726 DRM_DEBUG("can not change the cache level of pinned objects\n"); in i915_gem_object_set_cache_level()
|
D | intel_fbdev.c | 808 DRM_DEBUG("failed to restore crtc mode\n"); in intel_fbdev_restore_mode()
|
D | i915_sysfs.c | 414 DRM_DEBUG("User requested overclocking to %d\n", in gt_max_freq_mhz_store()
|
D | intel_display.c | 12774 DRM_DEBUG("Cursor dimension %dx%d not supported\n", in intel_check_cursor_plane() 13217 DRM_DEBUG("attempting to use a userptr for a framebuffer, denied\n"); in intel_user_framebuffer_create_handle() 13274 DRM_DEBUG("tiling_mode doesn't match fb modifier\n"); in intel_framebuffer_init() 13281 DRM_DEBUG("No Y tiling for legacy addfb\n"); in intel_framebuffer_init() 13291 DRM_DEBUG("Unsupported tiling 0x%llx!\n", in intel_framebuffer_init() 13299 DRM_DEBUG("Unsupported fb modifier 0x%llx!\n", in intel_framebuffer_init() 13307 DRM_DEBUG("pitch (%d) must be at least %u byte aligned\n", in intel_framebuffer_init() 13315 DRM_DEBUG("%s pitch (%u) must be at less than %d\n", in intel_framebuffer_init() 13324 DRM_DEBUG("pitch (%d) must match tiling stride (%d)\n", in intel_framebuffer_init() 13339 DRM_DEBUG("unsupported pixel format: %s\n", in intel_framebuffer_init() [all …]
|
D | i915_dma.c | 167 DRM_DEBUG("Unknown parameter %d\n", param->param); in i915_getparam()
|
D | i915_gem_gtt.c | 1343 DRM_DEBUG("Forced to use aperture for PDEs\n"); in gen6_ppgtt_allocate_page_directories() 1427 DRM_DEBUG("Adding PPGTT at offset %x\n", in gen6_ppgtt_init()
|
D | intel_uncore.c | 581 DRM_DEBUG("Unclaimed register detected, " in hsw_unclaimed_reg_detect()
|
D | intel_ringbuffer.c | 614 DRM_DEBUG("%s initialization failed [head=%08x], fudging\n", in init_ring_common()
|
D | intel_pm.c | 3711 DRM_DEBUG("gpu busy, RCS change rejected\n"); in ironlake_set_drps() 4803 DRM_DEBUG("not enough stolen space for PCTX, disabling\n"); in valleyview_setup_pctx()
|
D | i915_debugfs.c | 4253 DRM_DEBUG("Dropping caches: 0x%08llx\n", val); in i915_drop_caches_set()
|
/linux-4.1.27/drivers/gpu/drm/i810/ |
D | i810_dma.c | 179 DRM_DEBUG("retcode=%d\n", retcode); in i810_dma_get_buffer() 404 DRM_DEBUG("hw status page @ %p\n", dev_priv->hw_status_page); in i810_dma_initialize() 407 DRM_DEBUG("Enabled hardware status page\n"); in i810_dma_initialize() 535 DRM_DEBUG("bad di1 %x (allow %x or %x)\n", in i810EmitDestVerified() 562 DRM_DEBUG("%x\n", dirty); in i810EmitState() 673 DRM_DEBUG("swapbuffers\n"); in i810_dma_dispatch_swap() 794 DRM_DEBUG("page=%d pfCurrentPage=%d\n", in i810_dma_dispatch_flip() 875 DRM_DEBUG("reclaimed from HARDWARE\n"); in i810_flush_queue() 877 DRM_DEBUG("still on client\n"); in i810_flush_queue() 908 DRM_DEBUG("reclaimed from client\n"); in i810_driver_reclaim_buffers() [all …]
|
D | i810_drv.h | 149 DRM_DEBUG("BEGIN_LP_RING(%d)\n", n); \ 160 DRM_DEBUG("ADVANCE_LP_RING\n"); \ 167 DRM_DEBUG(" OUT_RING %x\n", (int)(n)); \
|
/linux-4.1.27/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 | 131 DRM_DEBUG("US per vblank is: %u\n", in via_driver_irq_handler() 218 DRM_DEBUG("\n"); in via_driver_irq_wait() 268 DRM_DEBUG("dev_priv: %p\n", dev_priv); in via_driver_irq_preinstall() 295 DRM_DEBUG("Initializing IRQ %d\n", i); in via_driver_irq_preinstall() 315 DRM_DEBUG("via_driver_irq_postinstall\n"); in via_driver_irq_postinstall() 335 DRM_DEBUG("\n"); in via_driver_irq_uninstall()
|
D | via_video.c | 36 DRM_DEBUG("\n"); in via_init_futex() 76 DRM_DEBUG("\n"); in via_decoder_futex()
|
D | via_dmablit.c | 256 DRM_DEBUG("DMA pages locked\n"); in via_lock_all_dma_pages() 284 DRM_DEBUG("Allocated %d pages for %d descriptors.\n", vsg->num_desc_pages, in via_alloc_desc_pages() 324 DRM_DEBUG("DMA blit handler called. engine = %d, from_irq = %d, blitq = 0x%lx\n", in via_dmablit_handler() 442 DRM_DEBUG("DMA blit sync handle 0x%x engine %d returned %d\n", in via_dmablit_sync() 467 DRM_DEBUG("Polling timer called for engine %d, jiffies %lu\n", engine, in via_dmablit_timer() 505 DRM_DEBUG("Workqueue task called for blit engine %ld\n", (unsigned long) in via_dmablit_workqueue() 514 DRM_DEBUG("Releasing blit slot %d\n", cur_released); in via_dmablit_workqueue() 686 DRM_DEBUG("Num free is %d\n", blitq->num_free); in via_dmablit_grab_slot()
|
D | via_map.c | 32 DRM_DEBUG("\n"); in via_do_init_map() 82 DRM_DEBUG("\n"); in via_map_init()
|
D | via_dma.c | 335 DRM_DEBUG("buf %p size %lu\n", cmdbuf->buf, cmdbuf->size); in via_cmdbuffer() 371 DRM_DEBUG("buf %p size %lu\n", cmdbuf->buf, cmdbuf->size); in via_pci_cmdbuffer() 680 DRM_DEBUG("\n"); in via_cmdbuf_size()
|
D | via_verifier.c | 293 DRM_DEBUG("Z Buffer start address is 0x%x\n", cur_seq->z_addr); in finish_current_sequence() 296 DRM_DEBUG("Destination start address is 0x%x\n", in finish_current_sequence()
|
/linux-4.1.27/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() 372 DRM_DEBUG("cur=%u, cur->used=%u, n=%u, rest=%u, nr_pages=%u\n", in savage_dma_alloc() 410 DRM_DEBUG("cur=%u, cur->used=%u, n=%u\n", in savage_dma_alloc() 436 DRM_DEBUG("first=%u, cur=%u, first->flushed=%u, cur->used=%u, " in savage_dma_flush() 461 DRM_DEBUG("phys_addr=%lx, len=%u\n", in savage_dma_flush() [all …]
|
D | savage_state.c | 969 DRM_DEBUG("\n"); in savage_bci_cmdbuf()
|
/linux-4.1.27/drivers/gpu/drm/udl/ |
D | udl_main.c | 70 DRM_DEBUG("DL chip limited to %d pixel modes\n", in udl_parse_vendor_descriptor() 147 DRM_DEBUG("Waiting for completes and freeing all render urbs\n"); in udl_free_urb_list() 227 DRM_DEBUG("allocated %d %d byte urbs\n", i, (int) size); in udl_alloc_urb_list() 289 DRM_DEBUG("\n"); in udl_driver_load() 309 DRM_DEBUG("\n"); in udl_driver_load()
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_display.c | 620 DRM_DEBUG("+%d+%d (%d,%d) => (%d,%d)\n", in qxl_crtc_mode_set() 675 DRM_DEBUG("current: %dx%d+%d+%d (%d).\n", in qxl_crtc_prepare() 682 DRM_DEBUG("\n"); in qxl_crtc_commit() 731 DRM_DEBUG("\n"); in qxl_enc_dpms() 738 DRM_DEBUG("\n"); in qxl_enc_mode_fixup() 744 DRM_DEBUG("\n"); in qxl_enc_prepare() 772 DRM_DEBUG("missing for multiple monitors: no head holes\n"); in qxl_write_monitors_config_for_encoder() 802 DRM_DEBUG("\n"); in qxl_enc_commit() 809 DRM_DEBUG("\n"); in qxl_enc_mode_set() 857 DRM_DEBUG("\n"); in qxl_best_encoder() [all …]
|
D | qxl_ioctl.c | 158 DRM_DEBUG("Only draw commands in execbuffers\n"); in qxl_process_single_command() 216 DRM_DEBUG("unknown reloc type %d\n", reloc_info[i].type); in qxl_process_single_command()
|
/linux-4.1.27/drivers/gpu/drm/sis/ |
D | sis_mm.c | 77 DRM_DEBUG("offset = %lu, size = %lu\n", fb->offset, fb->size); in sis_fb_init() 159 DRM_DEBUG("alloc %d, size = %ld, offset = %ld\n", pool, mem->size, in sis_drm_alloc() 188 DRM_DEBUG("free = 0x%lx\n", mem->free); in sis_drm_free() 213 DRM_DEBUG("offset = %lu, size = %lu\n", agp->offset, agp->size); in sis_ioctl_agp_init()
|
/linux-4.1.27/drivers/gpu/drm/bochs/ |
D | bochs_hw.c | 123 DRM_DEBUG("Found qemu ext regs, size %ld\n", qext_size); in bochs_hw_init() 130 DRM_DEBUG(" qext endian: 0x%x\n", in bochs_hw_init()
|
/linux-4.1.27/drivers/gpu/drm/gma500/ |
D | psb_lid.c | 50 DRM_DEBUG("LVDS panel never powered up"); in psb_lid_timer_func()
|
D | opregion.c | 324 DRM_DEBUG("OpRegion detected at 0x%8x\n", opregion_phy); in psb_intel_opregion_setup()
|
D | psb_drv.c | 117 DRM_DEBUG("failed to restore crtc mode\n"); in psb_driver_lastclose()
|
D | cdv_intel_lvds.c | 757 DRM_DEBUG in cdv_intel_lvds_init()
|
D | psb_intel_sdvo.c | 1105 DRM_DEBUG("DPMS_ON"); in psb_intel_sdvo_dpms() 1108 DRM_DEBUG("DPMS_OFF"); in psb_intel_sdvo_dpms() 1111 DRM_DEBUG("DPMS: %d", mode); in psb_intel_sdvo_dpms()
|
/linux-4.1.27/drivers/gpu/drm/tilcdc/ |
D | tilcdc_drv.h | 161 #define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__)
|
/linux-4.1.27/drivers/gpu/drm/msm/ |
D | msm_drv.h | 288 #define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__) 289 #define VERB(fmt, ...) if (0) DRM_DEBUG(fmt"\n", ##__VA_ARGS__)
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_core.c | 99 DRM_DEBUG("exynos drm subdrv probe failed.\n"); in exynos_drm_device_subdrv_probe()
|
D | exynos_drm_crtc.c | 188 DRM_DEBUG("failed to acquire vblank counter\n"); in exynos_drm_crtc_page_flip()
|
D | exynos_drm_ipp.c | 200 DRM_DEBUG("ipp%d driver not found\n", ipp_id); in ipp_find_driver() 206 DRM_DEBUG("ipp%d driver check error %d\n", ipp_id, ret); in ipp_find_driver() 218 DRM_DEBUG("cannot find driver suitable for given property.\n"); in ipp_find_driver()
|
/linux-4.1.27/drivers/gpu/drm/omapdrm/ |
D | omap_drv.h | 33 #define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__) 34 #define VERB(fmt, ...) if (0) DRM_DEBUG(fmt, ##__VA_ARGS__) /* verbose debug */
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_overlay.c | 311 DRM_DEBUG(" %s: old %p, new %p, %spaused\n", __func__, in vmw_overlay_update_stream()
|
D | vmwgfx_kms.c | 1803 DRM_DEBUG("%d r/g/b = 0x%04x / 0x%04x / 0x%04x\n", i, in vmw_du_crtc_gamma_set()
|
/linux-4.1.27/include/drm/ |
D | drmP.h | 193 #define DRM_DEBUG(fmt, args...) \ macro
|
/linux-4.1.27/drivers/gpu/drm/tegra/ |
D | drm.c | 133 DRM_DEBUG("IOMMU context initialized\n"); in tegra_drm_load()
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | rockchip_drm_vop.c | 994 DRM_DEBUG("page flip request rejected because crtc is off.\n"); in vop_crtc_page_flip()
|
/linux-4.1.27/drivers/gpu/drm/i2c/ |
D | tda998x_drv.c | 31 #define DBG(fmt, ...) DRM_DEBUG(fmt"\n", ##__VA_ARGS__)
|