Searched refs:DRM_INFO (Results 1 - 25 of 73) sorted by relevance

123

/freebsd-10-stable/sys/dev/drm/
H A Dmach64_dma.c74 DRM_INFO("failed! slots=%d entries=%d\n", slots, entries);
95 DRM_INFO("failed! GUI_STAT=0x%08x\n", MACH64_READ(MACH64_GUI_STAT));
170 DRM_INFO("failed! GUI_STAT=0x%08x\n", MACH64_READ(MACH64_GUI_STAT));
278 DRM_INFO("\n");
280 DRM_INFO(" AGP_BASE = 0x%08x\n",
282 DRM_INFO(" AGP_CNTL = 0x%08x\n",
285 DRM_INFO(" ALPHA_TST_CNTL = 0x%08x\n",
287 DRM_INFO("\n");
288 DRM_INFO(" BM_COMMAND = 0x%08x\n",
290 DRM_INFO("BM_FRAME_BUF_OFFSE
[all...]
H A Dmga_drv.h259 DRM_INFO( "wrap...\n"); \
270 DRM_INFO( "wrap...\n"); \
290 DRM_INFO( "BEGIN_DMA( %d )\n", (n) ); \
291 DRM_INFO( " space=0x%x req=0x%zx\n", \
301 DRM_INFO( "BEGIN_DMA()\n" ); \
302 DRM_INFO( " space=0x%x\n", dev_priv->prim.space ); \
312 DRM_INFO( "ADVANCE_DMA() tail=0x%05x sp=0x%x\n", \
320 DRM_INFO( "\n" ); \
321 DRM_INFO( " tail=0x%06x head=0x%06lx\n", \
341 DRM_INFO( " DMA_WRIT
[all...]
H A Dmga_dma.c75 DRM_INFO(" status=0x%08x\n", status);
235 DRM_INFO("\n");
236 DRM_INFO("current dispatch: last=0x%x done=0x%x\n",
240 DRM_INFO("current freelist:\n");
243 DRM_INFO(" %p idx=%2d age=0x%x 0x%06lx\n",
247 DRM_INFO("\n");
599 DRM_INFO("Initialized card for AGP DMA.\n");
669 DRM_INFO("Primary DMA buffer size reduced from %u to %u.\n",
693 DRM_INFO("Secondary PCI DMA buffer bin count reduced from %u "
704 DRM_INFO("Initialize
[all...]
H A Dr128_drv.h472 DRM_INFO( "BEGIN_RING( %d )\n", (n)); \
493 DRM_INFO( "ADVANCE_RING() wr=0x%06x tail=0x%06x\n", \
512 DRM_INFO( "COMMIT_RING() tail=0x%06x\n", \
522 DRM_INFO( " OUT_RING( 0x%08x ) at 0x%x\n", \
H A Dradeon_cp.c434 DRM_INFO("Num pipes: %d\n", dev_priv->num_gb_pipes);
478 DRM_INFO("Loading R100 Microcode\n");
485 DRM_INFO("Loading R200 Microcode\n");
494 DRM_INFO("Loading R300 Microcode\n");
500 DRM_INFO("Loading R400 Microcode\n");
505 DRM_INFO("Loading RS690/RS740 Microcode\n");
509 DRM_INFO("Loading RS600 Microcode\n");
518 DRM_INFO("Loading R500 Microcode\n");
831 DRM_INFO("writeback test succeeded in %d usecs\n", tmp);
834 DRM_INFO("writebac
[all...]
H A Dr600_cp.c89 DRM_INFO("wait for fifo failed status : 0x%08X 0x%08X\n",
113 DRM_INFO("wait idle failed status : 0x%08X 0x%08X\n",
291 DRM_INFO("Loading R600 Microcode\n");
296 DRM_INFO("Loading RV610 Microcode\n");
301 DRM_INFO("Loading RV630 Microcode\n");
306 DRM_INFO("Loading RV620 Microcode\n");
311 DRM_INFO("Loading RV635 Microcode\n");
316 DRM_INFO("Loading RV670 Microcode\n");
322 DRM_INFO("Loading RS780/RS880 Microcode\n");
420 DRM_INFO("Loadin
[all...]
H A Dmach64_drv.h752 DRM_INFO( "DMAGETPTR( %d )\n", (n) ); \
772 DRM_INFO( " DMAOUTREG( 0x%x = 0x%08x )\n", \
786 DRM_INFO( "DMAADVANCE() in \n" ); \
840 DRM_INFO( "DMAADVANCEHOSTDATA() in \n" ); \
H A Dsavage_bci.c64 DRM_INFO(" status=0x%08x, threshold=0x%08x\n", status, threshold);
85 DRM_INFO(" status=0x%08x\n", status);
106 DRM_INFO(" status=0x%08x\n", status);
139 DRM_INFO(" status=0x%08x, e=0x%04x\n", status, e);
161 DRM_INFO(" status=0x%08x, e=0x%04x\n", status, e);
/freebsd-10-stable/sys/dev/drm2/radeon/
H A Dradeon_bios.c54 DRM_INFO("%s: ===> Try IGP's VRAM...\n", __func__);
58 DRM_INFO("%s: not POSTed discrete card detected, skipping this method...\n",
65 DRM_INFO("%s: VRAM base address: 0x%jx\n", __func__, (uintmax_t)vram_base);
74 DRM_INFO("%s: failed to ioremap\n", __func__);
79 DRM_INFO("%s: Map address: %p (%ju bytes)\n", __func__, bios, (uintmax_t)size);
83 DRM_INFO("%s: Incorrect BIOS size\n", __func__);
85 DRM_INFO("%s: Incorrect BIOS signature: 0x%02X%02X\n",
107 DRM_INFO("%s: ===> Try PCI Expansion ROM...\n", __func__);
116 DRM_INFO("%s: Map address: %p (%zu bytes)\n", __func__, bios, size);
120 DRM_INFO("
[all...]
H A Dradeon_test.c219 DRM_INFO("Tested GTT->VRAM and VRAM->GTT copy for GTT offset 0x%jx\n",
428 DRM_INFO("Fence %c was first signaled\n", sigA ? 'A' : 'B');
478 DRM_INFO("Testing syncing between rings %d and %d...\n", i, j);
481 DRM_INFO("Testing syncing between rings %d and %d...\n", j, i);
489 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, j, k);
492 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", i, k, j);
495 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", j, i, k);
498 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", j, k, i);
501 DRM_INFO("Testing syncing between rings %d, %d and %d...\n", k, i, j);
504 DRM_INFO("Testin
[all...]
H A Dradeon_drv.c279 DRM_INFO("VGACON disable radeon kernel modesetting.\n");
289 DRM_INFO("radeon defaulting to kernel modesetting.\n");
292 DRM_INFO("radeon defaulting to userspace modesetting.\n");
297 DRM_INFO("radeon kernel modesetting enabled.\n");
H A Dradeon_fb.c253 DRM_INFO("fb mappable at 0x%" PRIXPTR "\n", info->fb_pbase);
254 DRM_INFO("vram apper at 0x%lX\n", (unsigned long)rdev->mc.aper_base);
255 DRM_INFO("size %lu\n", (unsigned long)radeon_bo_size(rbo));
256 DRM_INFO("fb depth is %d\n", fb->depth);
257 DRM_INFO(" pitch is %d\n", fb->pitches[0]);
H A Datom.c169 DRM_INFO("Unknown IIO opcode.\n");
193 DRM_INFO(
197 DRM_INFO(
202 DRM_INFO("Bad IO mode.\n");
206 DRM_INFO(
472 DRM_INFO(
476 DRM_INFO(
481 DRM_INFO("Bad IO mode.\n");
485 DRM_INFO(
614 DRM_INFO("ATO
[all...]
H A Dradeon_display.c600 DRM_INFO("Radeon Display Connectors\n");
603 DRM_INFO("Connector %d:\n", i);
604 DRM_INFO(" %s\n", drm_get_connector_name(connector));
606 DRM_INFO(" %s\n", hpd_names[radeon_connector->hpd.hpd]);
608 DRM_INFO(" DDC: 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x 0x%x\n",
618 DRM_INFO(" DDC Router 0x%x/0x%x\n",
622 DRM_INFO(" Clock/Data Router 0x%x/0x%x\n",
632 DRM_INFO(" DDC: no ddc bus - possible BIOS bug - please report to xorg-driver-ati@lists.x.org\n");
634 DRM_INFO(" Encoders:\n");
640 DRM_INFO(" CRT
[all...]
H A Dradeon_cp.c448 DRM_INFO("Num pipes: %d\n", dev_priv->num_gb_pipes);
491 DRM_INFO("Loading R100 Microcode\n");
497 DRM_INFO("Loading R200 Microcode\n");
505 DRM_INFO("Loading R300 Microcode\n");
510 DRM_INFO("Loading R400 Microcode\n");
514 DRM_INFO("Loading RS690/RS740 Microcode\n");
517 DRM_INFO("Loading RS600 Microcode\n");
525 DRM_INFO("Loading R500 Microcode\n");
890 DRM_INFO("writeback test succeeded in %d usecs\n", tmp);
893 DRM_INFO("writebac
[all...]
H A Dradeon_device.c524 DRM_INFO("GPU not posted. posting now...\n");
1023 DRM_INFO("initializing kernel modesetting (%s 0x%04X:0x%04X 0x%04X:0x%04X).\n",
1107 DRM_INFO("register mmio base: 0x%08X\n", (uint32_t)rdev->rmmio_base);
1108 DRM_INFO("register mmio size: %u\n", (unsigned)rdev->rmmio_size);
1158 DRM_INFO("%s: Taking over the fictitious range 0x%jx-0x%jx\n",
1174 DRM_INFO("%s: Taking over the fictitious range 0x%jx-0x%jx\n",
1217 DRM_INFO("radeon: finishing device.\n");
H A Dr600_audio.c156 DRM_INFO("%s audio support\n", enable ? "Enabling" : "Disabling");
H A Dradeon_benchmark.c88 DRM_INFO("radeon: %s %u bo moves of %u kB from"
H A Dradeon_combios.c1171 DRM_INFO("No TV DAC info found in BIOS\n");
1245 DRM_INFO("Panel info derived from registers\n");
1246 DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay,
1276 DRM_INFO("Panel ID String: %s\n", stmp);
1281 DRM_INFO("Panel Size %dx%d\n", lvds->native_mode.hdisplay,
1363 DRM_INFO("No panel info found in BIOS\n");
1456 DRM_INFO("No TMDS info found in BIOS\n");
1523 DRM_INFO("No valid Ext TMDS info found in BIOS\n");
1615 DRM_INFO("Connector Table: %d (generic)\n",
1719 DRM_INFO("Connecto
[all...]
H A Dradeon_kms.c93 DRM_INFO("RADEON_IS_AGP\n");
96 DRM_INFO("RADEON_IS_PCIE\n");
99 DRM_INFO("RADEON_IS_PCI\n");
H A Dradeon_acpi.c195 DRM_INFO("ATIF buffer is too small: %zu\n", size);
477 DRM_INFO("ATCS buffer is too small: %zu\n", size);
H A Dr520.c285 DRM_INFO("GPU not posted. posting now...\n");
/freebsd-10-stable/sys/dev/drm2/i915/
H A Di915_gem_stolen.c103 DRM_INFO("not enough stolen space for compressed buffer, disabling\n");
104 DRM_INFO("hint: you may be able to increase stolen memory size in the BIOS to avoid this\n");
/freebsd-10-stable/sys/dev/drm2/
H A Ddrm_pci.c380 DRM_INFO("Initialized %s %d.%d.%d %s for %s on minor %d\n",
418 DRM_INFO("MSI enabled %d message(s)\n", msicount);
488 DRM_INFO("probing gen 2 caps for device %x:%x = %x/%x\n", pci_get_vendor(root), pci_get_device(root), lnkcap, lnkcap2);
H A Ddrm_fb_helper.c130 DRM_INFO("Connector %s: get mode from tunables:\n", connector_name);
131 DRM_INFO(" - %s\n", tunable);
132 DRM_INFO(" - kern.vt.fb.default_mode\n");
214 DRM_INFO("forcing %s connector %s\n",
912 DRM_INFO("Cannot find any crtc or sizes - going 1024x768\n");
1183 DRM_INFO("kms: can't enable cloning when we probably wanted to.\n");

Completed in 285 milliseconds

123