Home
last modified time | relevance | path

Searched refs:DRM_ERROR (Results 1 – 25 of 28) sorted by relevance

12

/titanic_41/usr/src/uts/intel/io/drm/
H A Dr300_cmdbuf.c85 DRM_ERROR("copy cliprect faulted\n"); in r300_emit_cliprects()
273 DRM_ERROR("Cannot emit more than 64 values at a time " in r300_emit_carefully_checked_packet0()
284 DRM_ERROR("Offset failed range check " in r300_emit_carefully_checked_packet0()
290 DRM_ERROR("Register %04x failed check as flag=%02x\n", in r300_emit_carefully_checked_packet0()
331 DRM_ERROR("No such registers in hardware reg=%04x sz=%d\n", in r300_emit_packet0()
433 DRM_ERROR("Too large payload in 3D_LOAD_VBPNTR (count=%d)\n", in r300_emit_3d_load_vbpntr()
448 DRM_ERROR("Offset failed range check (k=%d i=%d) " in r300_emit_3d_load_vbpntr()
459 DRM_ERROR("Offset failed range check (k=%d i=%d) " in r300_emit_3d_load_vbpntr()
469 DRM_ERROR("Malformed 3D_LOAD_VBPNTR packet " in r300_emit_3d_load_vbpntr()
505 DRM_ERROR("Invalid bitblt first offset " in r300_emit_bitblt_multi()
[all …]
H A Di915_gem.c99DRM_ERROR("i915_gem_init_ioctel invalid arg 0x%lx args.start 0x%lx end 0x%lx", &args, args.gtt_sta… in i915_gem_init_ioctl()
134 DRM_ERROR(" i915_gem_get_aperture_ioctl error! %d", ret); in i915_gem_get_aperture_ioctl()
164 DRM_ERROR("Invalid obj size %d", args.size); in i915_gem_create_ioctl()
170 DRM_ERROR("Failed to alloc obj"); in i915_gem_create_ioctl()
186 DRM_ERROR(" gem create error! %d", ret); in i915_gem_create_ioctl()
224 DRM_ERROR("i915_gem_pread_ioctl invalid args"); in i915_gem_pread_ioctl()
234 DRM_ERROR("pread failed to read domain range ret %d!!!", ret); in i915_gem_pread_ioctl()
245 DRM_ERROR("i915_gem_pread error!!! unwritten %d", unwritten); in i915_gem_pread_ioctl()
269 DRM_ERROR("i915_gem_gtt_pwrite failed to pin ret %d", ret); in i915_gem_gtt_pwrite()
282 DRM_ERROR("i915_gem_gtt_pwrite error!!! unwritten %d", unwritten); in i915_gem_gtt_pwrite()
[all …]
H A Di915_gem_debug.c42 DRM_ERROR("Buffer size too small in %s (%d < %d)\n", \
57 DRM_ERROR("0x%08x: 0x%08x:%s ", hw_offset + index * 4, data[index], in instr_out()
109 DRM_ERROR("Bad length in %s\n", in decode_mi()
178 DRM_ERROR("Bad count in XY_COLOR_BLT\n"); in decode_2d()
219 DRM_ERROR("Bad count in XY_SRC_COPY_BLT\n"); in decode_2d()
267 DRM_ERROR("Bad count in %s\n", opcodes_2d[opcode].name); in decode_2d()
395 DRM_ERROR("Bad count in 3DSTATE_LOAD_INDIRECT\n"); in decode_3d_1d()
423 DRM_ERROR("Bad count in 3DSTATE_LOAD_INDIRECT\n"); in decode_3d_1d()
442 DRM_ERROR("Bad count in 3DSTATE_MAP_STATE\n"); in decode_3d_1d()
471 DRM_ERROR("Bad count in 3DSTATE_MAP_STATE\n"); in decode_3d_1d()
[all …]
H A Dradeon_state.c111 DRM_ERROR("Invalid depth buffer offset\n"); in radeon_check_and_fixup_packets()
119 DRM_ERROR("Invalid colour buffer offset\n"); in radeon_check_and_fixup_packets()
132 DRM_ERROR("Invalid R200 texture offset\n"); in radeon_check_and_fixup_packets()
142 DRM_ERROR("Invalid R100 texture offset\n"); in radeon_check_and_fixup_packets()
157 DRM_ERROR("Invalid R200 cubic" in radeon_check_and_fixup_packets()
173 DRM_ERROR("Invalid R100 cubic" in radeon_check_and_fixup_packets()
268 DRM_ERROR("Unknown state packet ID %d\n", id); in radeon_check_and_fixup_packets()
287 DRM_ERROR("Not a type 3 packet\n"); in radeon_check_and_fixup_packet3()
292 DRM_ERROR("Packet size larger than size of data provided\n"); in radeon_check_and_fixup_packet3()
321 DRM_ERROR("Invalid 3d packet for r100-class chip\n"); in radeon_check_and_fixup_packet3()
[all …]
H A Di915_dma.c92 DRM_ERROR("Can not allocate hardware status page\n"); in i915_init_hardware_status()
182 DRM_ERROR("can not find sarea!\n"); in i915_initialize()
195 DRM_ERROR("Client tried to initialize ringbuffer in " in i915_initialize()
213 DRM_ERROR("can not ioremap virtual address for" in i915_initialize()
237 DRM_ERROR("can not find sarea!\n"); in i915_dma_resume()
242 DRM_ERROR("can not ioremap virtual address for" in i915_dma_resume()
249 DRM_ERROR("Can not find hardware status page\n"); in i915_dma_resume()
377 DRM_ERROR(" emit cmds invalid arg"); in i915_emit_cmds()
386 DRM_ERROR("emit cmds failed to get cmd from user"); in i915_emit_cmds()
391 DRM_ERROR("emit cmds invalid"); in i915_emit_cmds()
[all …]
H A Di915_mem.c299 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in i915_mem_alloc()
332 DRM_ERROR("copy_to_user\n"); in i915_mem_alloc()
348 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in i915_mem_free()
379 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in i915_mem_init_heap()
390 DRM_ERROR("heap already initialized?"); in i915_mem_init_heap()
406 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in i915_mem_destroy_heap()
414 DRM_ERROR("get_heap failed"); in i915_mem_destroy_heap()
419 DRM_ERROR("heap not initialized?"); in i915_mem_destroy_heap()
H A Di915_gem_tiling.c146 DRM_ERROR("Couldn't read from MCHBAR. " in i915_gem_detect_bit_6_swizzle()
321 DRM_ERROR("tiling switch!! unbind error %d", ret); in i915_gem_set_tiling()
330 DRM_ERROR(" gem set tiling error! %d", ret); in i915_gem_set_tiling()
377 DRM_ERROR("unknown tiling mode\n"); in i915_gem_get_tiling()
384 DRM_ERROR(" gem get tiling error! %d", ret); in i915_gem_get_tiling()
H A Dradeon_irq.c163 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_driver_vblank_do_wait()
224 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_irq_emit()
246 DRM_ERROR("copy_to_user\n"); in radeon_irq_emit()
265 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_irq_wait()
368 DRM_ERROR("called with invalid crtc 0x%x\n", in radeon_vblank_crtc_set()
H A Dradeon_cp.c885 DRM_ERROR("failed!\n"); in radeon_do_pixcache_flush()
906 DRM_ERROR("radeon_do_wait_for_fifo: failed timeout=%d", in radeon_do_wait_for_fifo()
933 DRM_ERROR("radeon_do_wait_for_idle: failed timeout=%d", in radeon_do_wait_for_idle()
1367 DRM_ERROR("Cannot initialise DRM on this card\n" in radeon_do_init_cp()
1384 DRM_ERROR("PCI GART memory not allocated!\n"); in radeon_do_init_cp()
1487 DRM_ERROR("could not find sarea!\n"); in radeon_do_init_cp()
1494 DRM_ERROR("could not find cp ring region, offset=0x%lx\n", in radeon_do_init_cp()
1501 DRM_ERROR("could not find ring read pointer, offset=0x%lx\n", in radeon_do_init_cp()
1509 DRM_ERROR("could not find dma buffer region, offset=0x%lx\n", in radeon_do_init_cp()
1519 DRM_ERROR("could not find GART texture region, " in radeon_do_init_cp()
[all …]
H A Dradeon_drv.c157 DRM_ERROR("radeon_attach: only attach op supported"); in radeon_attach()
176 DRM_ERROR("radeon_attach: drm_supp_register failed"); in radeon_attach()
186 DRM_ERROR("radeon_open: " in radeon_attach()
194 DRM_ERROR("radeon_attach: drm_attach failed"); in radeon_attach()
H A Dradeon_mem.c250 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_mem_alloc()
289 DRM_ERROR("copy_to_user\n"); in radeon_mem_alloc()
306 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_mem_free()
337 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in radeon_mem_init_heap()
348 DRM_ERROR("heap already initialized?"); in radeon_mem_init_heap()
H A Di915_irq.c204 DRM_ERROR("trying to get vblank count for disabled pipe %d\n", pipe); in i915_get_vblank_counter()
422 DRM_ERROR("trying to get vblank count for disabled pipe %d\n", pipe); in gm45_get_vblank_counter()
650 DRM_ERROR("called with no initialization\n"); in i915_wait_irq()
707 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in i915_irq_emit()
728 DRM_ERROR("copy_to_user\n"); in i915_irq_emit()
745 DRM_ERROR("%s called with no initialization\n", __FUNCTION__); in i915_irq_wait()
838 DRM_ERROR("called with no initialization\n"); in i915_vblank_pipe_set()
853 DRM_ERROR("called with no initialization\n"); in i915_vblank_pipe_get()
H A Di915_drv.c678 DRM_ERROR(("i915_resume: pci_config_setup fail")); in i915_resume()
733 DRM_ERROR(("i915_suspend: pci_config_setup fail")); in i915_suspend()
847 DRM_ERROR("i915_attach: attach and resume ops are supported"); in i915_attach()
885 DRM_ERROR("i915_attach: drm_supp_register failed"); in i915_attach()
896 DRM_ERROR("i915_open: " in i915_attach()
904 DRM_ERROR("i915_attach: drm_attach failed"); in i915_attach()
930 DRM_ERROR("i915_detach: " in i915_detach()
938 DRM_ERROR("i915_detach: can not get soft state"); in i915_detach()
/titanic_41/usr/src/uts/common/io/drm/
H A Ddrm_memory.c84 DRM_ERROR("pt is NULL strange"); in drm_realloc()
115 DRM_ERROR("drm_get_pci_index_reg:ddi_dev_nregs failed\n"); in drm_get_pci_index_reg()
123 DRM_ERROR("drm_get_pci_index_reg: ddi_getlongprop failed!\n"); in drm_get_pci_index_reg()
162 DRM_ERROR("do_ioremap: can not find regster entry," in do_ioremap()
173 DRM_ERROR("do_ioremap: failed to map regs: regno=%d," in do_ioremap()
196 DRM_ERROR("drm_ioremap: failed, physaddr=0x%x, size=0x%x", in drm_ioremap()
217 DRM_ERROR("drm_ioremapfree: handle is NULL"); in drm_ioremapfree()
H A Ddrm_agpsupport.c124 DRM_ERROR("drm_agp_acquire : agp isn't initialized yet"); in drm_agp_acquire()
130 DRM_ERROR("drm_agp_acquired: AGPIOC_ACQUIRE failed\n"); in drm_agp_acquire()
153 DRM_ERROR("drm_agp_release: AGPIOC_RELEASE failed\n"); in drm_agp_release()
201 DRM_ERROR("drm_agp_enable: failed"); in drm_agp_enable()
236 DRM_ERROR("drm_agp_alloc: AGPIOC_ALLOCATE failed, ret=%d", ret); in drm_agp_alloc()
306 DRM_ERROR("drm_agp_unbind: AGPIOC_UNBIND failed"); in drm_agp_unbind()
335 DRM_ERROR("drm_agp_bind: failed key=%x, start=0x%x, " in drm_agp_bind()
374 DRM_ERROR("drm_agp_free: AGPIOC_DEALLOCATE failed," in drm_agp_free()
393 DRM_ERROR("drm_agp_init: failed to get layerd ident, retval=%d", in drm_agp_init()
401 DRM_ERROR("drm_agp_init: failed to open %s, retval=%d", in drm_agp_init()
[all …]
H A Ddrm_gem.c135 DRM_ERROR("Failed to remove the object %d", name); in idr_list_remove()
278 DRM_ERROR("No name space for object"); in drm_gem_object_alloc()
288 DRM_ERROR("drm_gem_object_alloc: " in drm_gem_object_alloc()
295 DRM_ERROR("drm_gem_object_alloc: " in drm_gem_object_alloc()
303 DRM_ERROR("drm_gem_object_alloc: " in drm_gem_object_alloc()
403 DRM_ERROR("obj %d is not in tne list, failed to close", handle); in drm_gem_handle_delete()
411 DRM_ERROR("%s", __func__); in drm_gem_handle_delete()
447 DRM_ERROR("Failed to create handle"); in drm_gem_handle_create()
468 DRM_ERROR("object_lookup failed, handle %d", handle); in drm_gem_object_lookup()
543 DRM_ERROR(" gem flink error! %d", ret); in drm_gem_flink_ioctl()
[all …]
H A Ddrm_irq.c183 DRM_ERROR("drm_vblank_init: alloc error"); in drm_vblank_init()
195 DRM_ERROR("drm_install_irq_handle: cannot get vgatext's dip"); in drm_install_irq_handle()
200 DRM_ERROR("drm_install_irq_handle: " in drm_install_irq_handle()
207 DRM_ERROR("drm_install_irq_handle: cannot get iblock cookie"); in drm_install_irq_handle()
215 DRM_ERROR("drm_install_irq_handle: ddi_add_intr failed"); in drm_install_irq_handle()
229 DRM_ERROR("drm_irq_install: dev_private is NULL"); in drm_irq_install()
234 DRM_ERROR("drm_irq_install: irq already enabled"); in drm_irq_install()
248 DRM_ERROR("drm_irq_install: drm_install_irq_handle failed"); in drm_irq_install()
466 DRM_ERROR("wait vblank, EINVAL"); in drm_wait_vblank()
487 DRM_ERROR("drm_wait_vblank: wrong request type 0x%x", in drm_wait_vblank()
[all …]
H A Ddrm_pci.c66 DRM_ERROR("pci_get_info: get pci function bus device failed"); in pci_get_info()
235 DRM_ERROR("drm_pci_alloc:ddi_dma_alloc_handle failed\n"); in drm_pci_alloc()
243 DRM_ERROR("drm_pci_alloc: ddi_dma_mem_alloc failed\n"); in drm_pci_alloc()
252 DRM_ERROR("drm_pci_alloc: alloc phys memory failed"); in drm_pci_alloc()
300 DRM_ERROR("do_get_pci_res: ddi_getlongprop failed!\n"); in do_get_pci_res()
324 DRM_ERROR("drm_get_resource_start: ioctl failed"); in drm_get_resource_start()
344 DRM_ERROR("drm_get_resource_len: ioctl failed"); in drm_get_resource_len()
H A Ddrm_lock.c59 DRM_ERROR("%d holds heavyweight lock\n", in drm_lock_take()
107 DRM_ERROR("%d freed heavyweight lock held by %d\n", in drm_lock_free()
128 DRM_ERROR("Process %d using kernel context %d\n", in drm_lock()
178 DRM_ERROR("Process %d using kernel context %d\n", in drm_unlock()
186 DRM_ERROR("drm_unlock\n"); in drm_unlock()
H A Ddrm_drv.c179 DRM_ERROR("firstopen: failed to prebuild SAREA"); in drm_firstopen()
188 DRM_ERROR("couldn't initialize AGP"); in drm_firstopen()
197 DRM_ERROR("drm_firstopen: driver-specific firstopen failed"); in drm_firstopen()
340 DRM_ERROR("drm_load: failed\n"); in drm_load()
347 DRM_ERROR("drm_load: Cannot allocate memory for ctx bitmap"); in drm_load()
354 DRM_ERROR("Cannot initialize graphics execution " in drm_load()
361 DRM_ERROR("drm_attach => drm_load: init kstats error"); in drm_load()
424 DRM_ERROR("drm_unload"); in drm_unload()
461 DRM_ERROR("drm_close: can't find authenticator"); in drm_close()
492 DRM_ERROR("drm_close: " in drm_close()
[all …]
H A Dati_pcigart.c56 DRM_ERROR("no scatter/gather memory!\n"); in drm_ati_pcigart_init()
65 DRM_ERROR("cannot allocate PCI GART table!\n"); in drm_ati_pcigart_init()
120 DRM_ERROR("no scatter/gather memory!\n"); in drm_ati_pcigart_cleanup()
H A Ddrm_sunmod.c167 DRM_ERROR("drm_supp_regiter: failed to init gfx"); in drm_supp_register()
176 DRM_ERROR("drm_supp_regiter: " in drm_supp_register()
184 DRM_ERROR("drm_supp_regiter: " in drm_supp_register()
196 DRM_ERROR("drm_supp_regiter: " in drm_supp_register()
215 DRM_ERROR("supp_regiter: faled to create minor node for drm"); in drm_supp_register()
411 DRM_ERROR("drm_sun_close: NULL soft state"); in drm_sun_close()
477 DRM_ERROR("Bad driver ioctl number, 0x%x (of 0x%x)", in drm_sun_ioctl()
493 DRM_ERROR("drm_sun_ioctl : can't find authenticator"); in drm_sun_ioctl()
567 DRM_ERROR("drm_sun_devmap: NULL soft state"); in drm_sun_devmap()
580 DRM_ERROR("drm_sun_devmap: can't find authenticator"); in drm_sun_devmap()
[all …]
H A Ddrm_bufs.c140 DRM_ERROR("drm_addmap: ddi_umem_alloc failed"); in drm_addmap()
174 DRM_ERROR("%d DRM_AGP_CONSISTENT", __LINE__); in drm_addmap()
352 DRM_ERROR( in drm_cleanup_buf_error()
477 DRM_ERROR(" temp_buflist is NULL"); in drm_do_addbufs_agp()
743 DRM_ERROR("drm_freebufs: Index %d (of %d max)\n", in drm_freebufs()
750 DRM_ERROR( in drm_freebufs()
826 DRM_ERROR("drm_mapbufs: request.virtual is NULL"); in drm_mapbufs()
H A Ddrm_context.c71 DRM_ERROR("drm_ctxbitmap_free: Attempt to free\ in drm_ctxbitmap_free()
270 DRM_ERROR("drm_context_switch: Reentering -- FIXME"); in drm_context_switch()
291 DRM_ERROR( in drm_context_switch_complete()
H A DdrmP.h173 DRM_ERROR("%s: copy from user failed", __func__); \
179 DRM_ERROR("%s: copy to user failed", __func__); \
1045 #define DRM_ERROR drm_error macro

12