/freebsd/sys/dev/drm2/ |
H A D | drm_lock.c | 65 DRM_ERROR("Process %d using kernel context %d\n", in drm_lock() 156 DRM_ERROR("Process %d using kernel context %d\n", in drm_unlock() 206 DRM_ERROR("%d holds heavyweight lock\n", in drm_lock_take() 279 DRM_ERROR("%d freed heavyweight lock held by %d\n", in drm_lock_free()
|
H A D | drm_stub.c | 269 DRM_ERROR("Cannot allocate memory for context bitmap.\n"); in drm_fill_in_dev() 276 DRM_ERROR("Cannot initialize graphics execution " in drm_fill_in_dev() 284 DRM_ERROR("Failed to create hw.dri sysctl entry: %d\n", in drm_fill_in_dev() 383 DRM_ERROR("Failed to create cdev: %d\n", ret); in drm_get_minor() 442 DRM_ERROR("cleanup called no dev\n"); in drm_put_dev()
|
H A D | drm_pci.c | 75 DRM_ERROR("drm_pci_alloc with non-power-of-two alignment %d\n", in drm_pci_alloc() 87 DRM_ERROR("called while holding dma_lock\n"); in drm_pci_alloc() 208 DRM_ERROR("buffer overflow"); in drm_pci_set_busid() 286 DRM_ERROR("Cannot initialize the agpgart module.\n"); in drm_pci_agp_init() 348 DRM_ERROR("Failed to fill in dev: %d\n", ret); in drm_get_pci_dev()
|
H A D | drm_vm.c | 62 DRM_ERROR("Could not find authenticator!\n"); in drm_mmap() 138 DRM_ERROR("bad map type %d\n", type); in drm_mmap()
|
H A D | drm_buffer.c | 79 DRM_ERROR("Requesting to copy %d bytes to a drm buffer with" in drm_buffer_copy_from_user() 90 DRM_ERROR("Failed to copy user data (%p) to drm buffer" in drm_buffer_copy_from_user()
|
H A D | drm_context.c | 64 DRM_ERROR("Attempt to free invalid context handle: %d\n", in drm_ctxbitmap_free() 265 DRM_ERROR("Reentering -- FIXME\n"); in drm_context_switch() 297 DRM_ERROR("Lock isn't held after context switch\n"); in drm_context_switch_complete()
|
H A D | drm_hashtab.c | 50 DRM_ERROR("Out of memory for hash table\n"); in drm_ht_create() 138 DRM_ERROR("Available key bit space exhausted\n"); in drm_ht_just_insert_please()
|
H A D | drm_dp_iic_helper.c | 234 DRM_ERROR("drm_iic_dp_aux bus %d creation error\n", idx); in iic_dp_aux_add_bus() 242 DRM_ERROR("drm_iic_dp_aux bus %d attach failed, %d\n", in iic_dp_aux_add_bus()
|
H A D | drm_os_freebsd.c | 230 DRM_ERROR("Request to disable bus-master failed.\n"); in drm_generic_detach() 387 DRM_ERROR("drm_clflush_pages not implemented on this architecture"); in drm_clflush_pages() 399 DRM_ERROR("drm_clflush_virt_range not implemented on this architecture"); in drm_clflush_virt_range()
|
H A D | drm_fops.c | 453 DRM_ERROR("Device busy: %d\n", in drm_release() 500 DRM_ERROR("can't find authenticator\n"); in drm_read() 558 DRM_ERROR("can't find authenticator\n"); in drm_poll()
|
H A D | drm_agpsupport.c | 444 DRM_ERROR("Failed to allocate memory for %ld pages\n", in drm_agp_bind_pages() 456 DRM_ERROR("Failed to bind AGP memory: %d\n", ret); in drm_agp_bind_pages()
|
H A D | drm_fb_helper.c | 322 DRM_ERROR("no fb to restore??\n"); 401 DRM_ERROR("Failed to restore crtc configuration\n"); in drm_fb_helper_restore() 777 DRM_ERROR("PIXEL CLOCK SET\n"); 945 DRM_ERROR("Failed to attach fbd device: %d\n", ret); in drm_fb_helper_single_fb_probe() 1345 DRM_ERROR("Memory allocation failed\n"); in drm_setup_crtcs() 1356 DRM_ERROR("Unable to find initial modes\n"); in drm_setup_crtcs()
|
H A D | drm_gem.c | 77 DRM_ERROR("out of memory\n"); in drm_gem_init() 272 DRM_ERROR("failed to add to map hash\n"); in drm_gem_create_mmap_offset()
|
H A D | drm_bufs.c | 53 DRM_ERROR("Resource %d too large\n", resource); in drm_alloc_resource() 65 DRM_ERROR("Couldn't find resource 0x%x\n", resource); in drm_alloc_resource() 385 DRM_ERROR("tried to addmap GEM object\n"); in drm_addmap_core() 561 DRM_ERROR("tried to rmmap GEM object\n"); in drm_rmmap_locked() 1563 DRM_ERROR("Index %d (of %d max)\n", in drm_freebufs() 1569 DRM_ERROR("Process %d freeing buffer not owned\n", in drm_freebufs()
|
H A D | drm_platform.c | 70 DRM_ERROR("Unique buffer overflowed\n"); in drm_platform_set_busid()
|
H A D | drm_irq.c | 483 DRM_ERROR("crtc %d: Can't calculate constants, dotclock = 0!\n", in drm_calc_timestamping_constants() 557 DRM_ERROR("Invalid crtc %d\n", crtc); in drm_calc_vbltimestamp_from_scanoutpos() 563 DRM_ERROR("Called from driver w/o get_scanout_position()!?\n"); in drm_calc_vbltimestamp_from_scanoutpos() 1206 DRM_ERROR("Unsupported type value 0x%x, supported mask 0x%x\n", in drm_wait_vblank()
|
H A D | drm_crtc_helper.c | 753 DRM_ERROR("failed to set mode on [CRTC:%d]\n", in drm_crtc_helper_set_config() 808 DRM_ERROR("failed to restore config after modeset failure\n"); in drm_crtc_helper_set_config() 937 DRM_ERROR("failed to set mode on crtc %p\n", crtc); in drm_helper_resume_force_mode()
|
H A D | drm_os_freebsd.h | 89 DRM_ERROR(format, ##__VA_ARGS__); \ 607 #define pr_err DRM_ERROR
|
H A D | drm_drv.c | 369 DRM_ERROR("can't find authenticator\n"); in drm_ioctl()
|
H A D | drmP.h | 193 #define DRM_ERROR(fmt, ...) \ macro 271 DRM_ERROR( "%s called without lock held, held %d owner %p %p\n",\
|
H A D | drm_mm.c | 668 DRM_ERROR("Memory manager not clean. Delaying takedown\n"); in drm_mm_takedown()
|
H A D | drm_edid.c | 186 DRM_ERROR("EDID checksum is invalid, remainder is %d\n", csum); in drm_edid_block_valid() 198 DRM_ERROR("EDID has major version %d, instead of 1\n", edid->version); in drm_edid_block_valid()
|
H A D | drm_crtc.c | 384 DRM_ERROR("failed to reset crtc %p when fb was deleted\n", crtc); in drm_framebuffer_remove() 393 DRM_ERROR("failed to disable plane with busy fb\n"); in drm_framebuffer_remove() 2102 DRM_ERROR("bad bpp, assuming x8r8g8b8 pixel format\n"); in drm_mode_legacy_fb_format()
|
/freebsd/sys/dev/drm2/ttm/ |
H A D | ttm_bo.c | 306 DRM_ERROR( in ttm_bo_reserve_slowpath_nolru()
|