Lines Matching refs:core

167 	dev_warn(&dev->core, "FIFO timeout (%08x/%08x/%08x)\n",  in ps3vram_wait_ring()
197 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_rewind_ring()
216 dev_err(&dev->core, "%s: lv1_gpu_fb_blit failed %d\n", in ps3vram_fire_ring()
221 dev_dbg(&dev->core, "FIFO full, rewinding\n"); in ps3vram_fire_ring()
275 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__); in ps3vram_upload()
307 dev_warn(&dev->core, "%s: Notifier timeout\n", __func__); in ps3vram_download()
322 dev_dbg(&dev->core, "Flushing %d: 0x%08x\n", entry, in ps3vram_cache_evict()
327 dev_err(&dev->core, in ps3vram_cache_evict()
341 dev_dbg(&dev->core, "Fetching %d: 0x%08x\n", entry, address); in ps3vram_cache_load()
346 dev_err(&dev->core, in ps3vram_cache_load()
362 dev_dbg(&dev->core, "FLUSH\n"); in ps3vram_cache_flush()
387 dev_dbg(&dev->core, "Found entry %d: 0x%08x\n", i, in ps3vram_cache_match()
395 dev_dbg(&dev->core, "Using entry %d\n", i); in ps3vram_cache_match()
413 dev_err(&dev->core, "Could not allocate cache tags\n"); in ps3vram_cache_init()
417 dev_info(&dev->core, "Created ram cache: %d entries, %d KiB each\n", in ps3vram_cache_init()
437 dev_dbg(&dev->core, "%s: from=0x%08x len=0x%zx\n", __func__, in ps3vram_read()
458 dev_dbg(&dev->core, "%s: from=%08x cached=%08x offset=%08x " in ps3vram_read()
499 dev_dbg(&dev->core, "%s: to=%08x cached=%08x offset=%08x " in ps3vram_write()
547 dev_warn(&dev->core, "failed to create /proc entry\n"); in ps3vram_proc_init()
567 dev_dbg(&dev->core, " %s %zu bytes at offset %llu\n", op, in ps3vram_do_bio()
575 dev_err(&dev->core, "%s failed\n", op); in ps3vram_do_bio()
580 dev_err(&dev->core, "Short %s\n", op); in ps3vram_do_bio()
588 dev_dbg(&dev->core, "%s completed\n", op); in ps3vram_do_bio()
606 dev_dbg(&dev->core, "%s\n", __func__); in ps3vram_make_request()
645 dev_err(&dev->core, "Could not allocate XDR buffer\n"); in ps3vram_probe()
656 dev_err(&dev->core, "ps3_open_hv_device failed\n"); in ps3vram_probe()
665 dev_err(&dev->core, "Specified size is too small\n"); in ps3vram_probe()
679 dev_err(&dev->core, "lv1_gpu_memory_allocate failed %d\n", in ps3vram_probe()
691 dev_err(&dev->core, "lv1_gpu_context_allocate failed %d\n", in ps3vram_probe()
704 dev_err(&dev->core, "lv1_gpu_context_iomap failed %d\n", in ps3vram_probe()
712 dev_err(&dev->core, "ioremap CTRL failed\n"); in ps3vram_probe()
719 dev_err(&dev->core, "ioremap REPORTS failed\n"); in ps3vram_probe()
736 dev_err(&dev->core, "Failed to initialize channels\n"); in ps3vram_probe()
746 dev_err(&dev->core, "blk_alloc_queue failed\n"); in ps3vram_probe()
760 dev_err(&dev->core, "alloc_disk failed\n"); in ps3vram_probe()
771 gendisk->driverfs_dev = &dev->core; in ps3vram_probe()
775 dev_info(&dev->core, "%s: Using %lu MiB of GPU memory\n", in ps3vram_probe()
834 .core.name = DEVICE_NAME,
835 .core.owner = THIS_MODULE,