/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | 29 #define VERB(fmt, ...) if (0) DRM_DEBUG_DRIVER(fmt, ##__VA_ARGS__) /* verbose debug */ macro
|
H A D | omap_drv.c | 466 VERB("%p:%p: size=0x%08x, flags=%08x", dev, file_priv, in ioctl_gem_new() 480 VERB("%p:%p: handle=%d", dev, file_priv, args->handle); in ioctl_gem_info()
|
H A D | omap_irq.c | 220 VERB("irqs: %08x", irqstatus); in omap_irq_handler()
|
H A D | omap_gem.c | 364 VERB("Inserting %p pfn %lx, pa %lx", (void *)vmf->address, in omap_gem_fault_1d() 459 VERB("Inserting %p pfn %lx, pa %lx", (void *)vmf->address, in omap_gem_fault_2d()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/omapdrm/ |
H A D | omap_drv.h | 30 #define VERB(fmt, ...) if (0) DRM_DEBUG_DRIVER(fmt, ##__VA_ARGS__) /* verbose debug */ macro
|
H A D | omap_drv.c | 580 VERB("%p:%p: size=0x%08x, flags=%08x", dev, file_priv, in ioctl_gem_new() 594 VERB("%p:%p: handle=%d", dev, file_priv, args->handle); in ioctl_gem_info()
|
H A D | omap_irq.c | 218 VERB("irqs: %08x", irqstatus); in omap_irq_handler()
|
H A D | omap_gem.c | 364 VERB("Inserting %p pfn %lx, pa %lx", (void *)vmf->address, in omap_gem_fault_1d() 459 VERB("Inserting %p pfn %lx, pa %lx", (void *)vmf->address, in omap_gem_fault_2d()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/ |
H A D | dpu_hw_interrupts.c | 210 VERB("irq_idx=%d\n", irq_idx); in dpu_core_irq_callback_handler() 526 VERB("[%pS] irq_idx=%d\n", __builtin_return_address(0), irq_idx); in dpu_core_irq_register_callback() 563 VERB("[%pS] irq_idx=%d\n", __builtin_return_address(0), irq_idx); in dpu_core_irq_unregister_callback()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.h | 91 #define VERB(fmt, ...) if (0) DRM_DEBUG(fmt"\n", ##__VA_ARGS__) macro
|
H A D | etnaviv_mmu.c | 86 VERB("map[%d]: %08x %pap(%zx)", i, iova, &pa, bytes); in etnaviv_iommu_map() 114 VERB("unmap[%d]: %08x(%zx)", i, iova, bytes); in etnaviv_iommu_unmap()
|
H A D | etnaviv_gem.c | 205 VERB("Inserting %p pfn %lx, pa %lx", (void *)vmf->address, in etnaviv_gem_fault()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_irq.c | 80 VERB("status=%08x", status); in mdp4_irq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_irq.c | 93 VERB("status=%08x", status); in mdp5_irq()
|
H A D | mdp5_mdss.c | 48 VERB("intr=%08x", intr); in mdss_irq()
|
H A D | mdp5_ctl.c | 535 VERB("flush_mask=%x, trigger=%x", flush_mask, ctl->pending_ctl_trigger); in mdp5_ctl_commit()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/etnaviv/ |
H A D | etnaviv_drv.h | 91 #define VERB(fmt, ...) if (0) DRM_DEBUG(fmt"\n", ##__VA_ARGS__) macro
|
H A D | etnaviv_mmu.c | 86 VERB("map[%d]: %08x %pap(%zx)", i, iova, &pa, bytes); in etnaviv_iommu_map() 116 VERB("unmap[%d]: %08x(%zx)", i, iova, bytes); in etnaviv_iommu_unmap()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp4/ |
H A D | mdp4_irq.c | 79 VERB("status=%08x", status); in mdp4_irq()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/mdp5/ |
H A D | mdp5_irq.c | 92 VERB("status=%08x", status); in mdp5_irq()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/dsi/pll/ |
H A D | dsi_pll_28nm.c | 141 VERB("rate=%lu, parent's=%lu", rate, parent_rate); in dsi_pll_28nm_clk_set_rate() 263 VERB("parent_rate=%lu", parent_rate); in dsi_pll_28nm_clk_recalc_rate()
|
H A D | dsi_pll_28nm_8960.c | 169 VERB("parent_rate=%lu", parent_rate); in dsi_pll_28nm_clk_recalc_rate()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/dsi/phy/ |
H A D | dsi_phy_28nm.c | 128 VERB("rate=%lu, parent's=%lu", rate, parent_rate); in dsi_pll_28nm_clk_set_rate() 250 VERB("parent_rate=%lu", parent_rate); in dsi_pll_28nm_clk_recalc_rate()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 524 #define VERB(fmt, ...) if (0) DRM_DEBUG_DRIVER(fmt"\n", ##__VA_ARGS__) macro
|
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/ |
H A D | msm_drv.h | 525 #define VERB(fmt, ...) if (0) DRM_DEBUG_DRIVER(fmt"\n", ##__VA_ARGS__) macro
|