Searched refs:DRM_DEBUG (Results 1 - 25 of 110) sorted by relevance

12345

/freebsd-10.0-release/sys/dev/drm2/
H A Ddrm_stub.c44 DRM_DEBUG("setmaster\n");
56 DRM_DEBUG("dropmaster\n");
H A Ddrm_scatter.c46 DRM_DEBUG("request size=%ld\n", request->size);
78 DRM_DEBUG("allocated %ju pages @ 0x%08zx, contents=%08lx\n",
90 DRM_DEBUG("\n");
124 DRM_DEBUG("free 0x%zx\n", entry->vaddr);
H A Ddrm_vm.c58 DRM_DEBUG("called with offset %016jx\n", offset);
93 DRM_DEBUG("Can't find map, request offset = %016jx\n", offset);
95 DRM_DEBUG("map offset = %016lx, handle = %016lx\n",
103 DRM_DEBUG("restricted map\n");
H A Ddrm_context.c75 DRM_DEBUG("bit : %d\n", bit);
85 DRM_DEBUG("failed to allocate bit : %d\n", bit);
115 DRM_DEBUG("drm_ctxbitmap_init : %d\n", temp);
190 DRM_DEBUG("Context switch from %d to %d\n", old, new);
245 DRM_DEBUG("%d\n", ctx->handle);
247 DRM_DEBUG("Not enough free contexts.\n");
282 DRM_DEBUG("%d\n", ctx->handle);
290 DRM_DEBUG("%d\n", ctx->handle);
300 DRM_DEBUG("%d\n", ctx->handle);
H A Ddrm_lock.c66 DRM_DEBUG("%d (pid %d) requests lock (0x%08x), flags = 0x%08x\n",
92 DRM_DEBUG("restarting syscall\n");
94 DRM_DEBUG("%d %s\n", lock->context,
113 DRM_DEBUG("%d (pid %d) requests unlock (0x%08x), flags = 0x%08x\n",
H A Ddrm_bufs.c126 DRM_DEBUG("offset = 0x%08lx, size = 0x%08lx, type = %d\n", offset,
139 DRM_DEBUG("Found kernel map %d\n", type);
174 DRM_DEBUG("%lu %d %p\n",
264 DRM_DEBUG("Added map %d 0x%lx/0x%lx\n", map->type, map->offset,
322 DRM_DEBUG("mtrr_del = %d\n", retcode);
439 DRM_DEBUG("count: %d\n", count);
440 DRM_DEBUG("order: %d\n", order);
441 DRM_DEBUG("size: %d\n", size);
442 DRM_DEBUG("agp_offset: 0x%lx\n", agp_offset);
443 DRM_DEBUG("alignmen
[all...]
H A Ddrm_sman.c184 DRM_DEBUG("owner_item = %p, mem_blocks = %p\n", owner_item, &owner_item->mem_blocks);
215 DRM_DEBUG("allocated mem_block %p\n", memblock);
233 DRM_DEBUG("owner_item = %p, mem_blocks = %p\n", owner_item, &owner_item->mem_blocks);
234 DRM_DEBUG("owner_list.prev = %p, mem_blocks.prev = %p\n", memblock->owner_list.prev, owner_item->mem_blocks.prev);
235 DRM_DEBUG("owner_list.next = %p, mem_blocks.next = %p\n", memblock->owner_list.next, owner_item->mem_blocks.next);
238 DRM_DEBUG("Complete\n");
294 DRM_DEBUG("cleaning owner_item %p\n", owner_item);
310 DRM_DEBUG("freeing mem_block %p\n", entry);
337 DRM_DEBUG("sman = %p, owner_items = %p\n",
340 DRM_DEBUG("cleanin
[all...]
H A Ddrm_auth.c75 DRM_DEBUG("%d\n", magic);
110 DRM_DEBUG("%d\n", magic);
163 DRM_DEBUG("%u\n", auth->magic);
177 DRM_DEBUG("%u\n", auth->magic);
/freebsd-10.0-release/sys/dev/drm/
H A Dmach64_irq.c95 DRM_DEBUG("before enable vblank CRTC_INT_CTNL: 0x%08x\n", status);
129 DRM_DEBUG("before disable vblank CRTC_INT_CTNL: 0x%08x\n", status);
142 DRM_DEBUG("before install CRTC_INT_CTNL: 0x%08x\n", status);
160 DRM_DEBUG("after uninstall CRTC_INT_CTNL: 0x%08x\n",
H A Ddrm_scatter.c46 DRM_DEBUG("request size=%ld\n", request->size);
78 DRM_DEBUG("allocated %ju pages @ 0x%08zx, contents=%08lx\n",
90 DRM_DEBUG("\n");
124 DRM_DEBUG("free 0x%zx\n", entry->vaddr);
H A Ddrm_vm.c57 DRM_DEBUG("called with offset %016jx\n", offset);
92 DRM_DEBUG("Can't find map, request offset = %016jx\n", offset);
94 DRM_DEBUG("map offset = %016lx, handle = %016lx\n",
102 DRM_DEBUG("restricted map\n");
H A Dsis_mm.c105 DRM_DEBUG("adding to allocation set fails\n");
115 DRM_DEBUG("alloc fb, size = %d, offset = %ld\n", fb->size, req.offset);
132 DRM_DEBUG("free fb, offset = 0x%lx\n", fb->free);
167 DRM_DEBUG("offset = %u, size = %u", fb->offset, fb->size);
188 DRM_DEBUG("adding to allocation set fails\n");
198 DRM_DEBUG("alloc fb, size = %d, offset = %d\n", fb->size, fb->offset);
218 DRM_DEBUG("free fb, free = 0x%lx\n", fb->free);
245 DRM_DEBUG("offset = %u, size = %u", agp->offset, agp->size);
266 DRM_DEBUG("adding to allocation set fails\n");
276 DRM_DEBUG("allo
[all...]
H A Ddrm_context.c75 DRM_DEBUG("bit : %d\n", bit);
85 DRM_DEBUG("failed to allocate bit : %d\n", bit);
115 DRM_DEBUG("drm_ctxbitmap_init : %d\n", temp);
190 DRM_DEBUG("Context switch from %d to %d\n", old, new);
245 DRM_DEBUG("%d\n", ctx->handle);
247 DRM_DEBUG("Not enough free contexts.\n");
282 DRM_DEBUG("%d\n", ctx->handle);
290 DRM_DEBUG("%d\n", ctx->handle);
300 DRM_DEBUG("%d\n", ctx->handle);
H A Ddrm_lock.c66 DRM_DEBUG("%d (pid %d) requests lock (0x%08x), flags = 0x%08x\n",
92 DRM_DEBUG("restarting syscall\n");
94 DRM_DEBUG("%d %s\n", lock->context,
113 DRM_DEBUG("%d (pid %d) requests unlock (0x%08x), flags = 0x%08x\n",
H A Ddrm_bufs.c126 DRM_DEBUG("offset = 0x%08lx, size = 0x%08lx, type = %d\n", offset,
139 DRM_DEBUG("Found kernel map %d\n", type);
174 DRM_DEBUG("%lu %d %p\n",
264 DRM_DEBUG("Added map %d 0x%lx/0x%lx\n", map->type, map->offset,
322 DRM_DEBUG("mtrr_del = %d\n", retcode);
439 DRM_DEBUG("count: %d\n", count);
440 DRM_DEBUG("order: %d\n", order);
441 DRM_DEBUG("size: %d\n", size);
442 DRM_DEBUG("agp_offset: 0x%lx\n", agp_offset);
443 DRM_DEBUG("alignmen
[all...]
H A Dmach64_dma.c128 DRM_DEBUG("%d usecs\n", i);
158 DRM_DEBUG("%d usecs\n", i);
236 DRM_DEBUG("\n");
834 DRM_DEBUG("\n");
839 DRM_DEBUG("Allocating data memory ...\n");
875 DRM_DEBUG("(Before DMA Transfer) reg %d = 0x%08x\n", i, reg);
902 DRM_DEBUG("Preparing table ...\n");
911 DRM_DEBUG("table[0] = 0x%08x\n", table[0]);
912 DRM_DEBUG("table[1] = 0x%08x\n", table[1]);
913 DRM_DEBUG("tabl
[all...]
H A Dvia_video.c39 DRM_DEBUG("\n");
79 DRM_DEBUG("\n");
H A Ddrm_irq.c52 DRM_DEBUG("%d:%d:%d => IRQ %d\n",
86 DRM_DEBUG("vblank_disable: %s\n", dev->vblank_disable_allowed ?
94 DRM_DEBUG("disabling vblank on crtc %d\n", i);
136 DRM_DEBUG("\n");
162 DRM_DEBUG("irq=%d\n", dev->irq);
238 DRM_DEBUG("irq=%d\n", dev->irq);
298 DRM_DEBUG("vblank[%d].last=0x%x, cur_vblank=0x%x => diff=0x%x\n",
302 DRM_DEBUG("enabling vblank interrupts on crtc %d, missed %d\n",
319 DRM_DEBUG("enabling vblank on crtc %d, ret: %d\n", crtc, ret);
374 DRM_DEBUG("pr
[all...]
H A Dvia_mm.c56 DRM_DEBUG("offset = %u, size = %u\n", agp->offset, agp->size);
76 DRM_DEBUG("offset = %u, size = %u\n", fb->offset, fb->size);
92 DRM_DEBUG("Last Context\n");
146 DRM_DEBUG("Video memory allocation failed\n");
160 DRM_DEBUG("free = 0x%lx\n", mem->index);
H A Ddrm_sman.c184 DRM_DEBUG("owner_item = %p, mem_blocks = %p\n", owner_item, &owner_item->mem_blocks);
215 DRM_DEBUG("allocated mem_block %p\n", memblock);
233 DRM_DEBUG("owner_item = %p, mem_blocks = %p\n", owner_item, &owner_item->mem_blocks);
234 DRM_DEBUG("owner_list.prev = %p, mem_blocks.prev = %p\n", memblock->owner_list.prev, owner_item->mem_blocks.prev);
235 DRM_DEBUG("owner_list.next = %p, mem_blocks.next = %p\n", memblock->owner_list.next, owner_item->mem_blocks.next);
238 DRM_DEBUG("Complete\n");
294 DRM_DEBUG("cleaning owner_item %p\n", owner_item);
310 DRM_DEBUG("freeing mem_block %p\n", entry);
337 DRM_DEBUG("sman = %p, owner_items = %p\n",
340 DRM_DEBUG("cleanin
[all...]
H A Dmga_dma.c62 DRM_DEBUG("\n");
85 DRM_DEBUG("\n");
115 DRM_DEBUG("\n");
126 DRM_DEBUG(" bailing out...\n");
154 DRM_DEBUG(" head = 0x%06lx\n", head - dev_priv->primary->offset);
155 DRM_DEBUG(" tail = 0x%06lx\n", tail - dev_priv->primary->offset);
156 DRM_DEBUG(" space = 0x%06x\n", primary->space);
161 DRM_DEBUG("done.\n");
169 DRM_DEBUG("\n");
193 DRM_DEBUG(" hea
[all...]
H A Ddrm_auth.c75 DRM_DEBUG("%d\n", magic);
110 DRM_DEBUG("%d\n", magic);
163 DRM_DEBUG("%u\n", auth->magic);
177 DRM_DEBUG("%u\n", auth->magic);
H A Dr128_state.c48 DRM_DEBUG("\n");
91 DRM_DEBUG("\n");
106 DRM_DEBUG("\n");
132 DRM_DEBUG("\n");
148 DRM_DEBUG("\n");
167 DRM_DEBUG("\n");
184 DRM_DEBUG("\n");
210 DRM_DEBUG("\n");
232 DRM_DEBUG("dirty=0x%08x\n", dirty);
368 DRM_DEBUG("\
[all...]
/freebsd-10.0-release/sys/modules/drm/via/
H A DMakefile9 .if defined(DRM_DEBUG)
10 DRM_DEBUG_OPT= "\#define DRM_DEBUG 1"
/freebsd-10.0-release/sys/dev/drm2/i915/
H A Dintel_opregion.c210 DRM_DEBUG("non asle set request??\n");
242 DRM_DEBUG("non asle set request??\n");
247 DRM_DEBUG("Illum is not supported\n");
255 DRM_DEBUG("Pfit is not supported\n");
260 DRM_DEBUG("PWM freq is not supported\n");
507 DRM_DEBUG("graphic opregion physical addr: 0x%x\n", asls);
509 DRM_DEBUG("ACPI OpRegion not supported!\n");
518 DRM_DEBUG("opregion signature mismatch\n");
529 DRM_DEBUG("Public ACPI methods supported\n");
535 DRM_DEBUG("SWSC
[all...]

Completed in 155 milliseconds

12345