Lines Matching refs:LOG
21 LOG(4,("Overlay: count called\n")); in OVERLAY_COUNT()
26 LOG(4,("Overlay: No display mode specified!\n")); in OVERLAY_COUNT()
36 LOG(4,("Overlay: supported_spaces called.\n")); in OVERLAY_SUPPORTED_SPACES()
41 LOG(4,("Overlay: No display mode specified!\n")); in OVERLAY_SUPPORTED_SPACES()
57 LOG(4,("Overlay: supported_features: color_space $%08x\n",a_color_space)); in OVERLAY_SUPPORTED_FEATURES()
81 LOG(4,("Overlay: cardRAM_start = $%08x\n",(uint32)((uint8*)si->framebuffer))); in ALLOCATE_OVERLAY_BUFFER()
82 LOG(4,("Overlay: cardRAM_start_DMA = $%08x\n",(uint32)((uint8*)si->framebuffer_pci))); in ALLOCATE_OVERLAY_BUFFER()
83 LOG(4,("Overlay: cardRAM_size = %3.3fMb\n",(si->ps.memory_size / (1024.0 * 1024.0)))); in ALLOCATE_OVERLAY_BUFFER()
91 LOG(4,("Overlay: Allocate_buffer offset = %d\n",offset)); in ALLOCATE_OVERLAY_BUFFER()
117 LOG(4,("Overlay: Sorry, requested buffer pitch not supported, aborted\n")); in ALLOCATE_OVERLAY_BUFFER()
127 LOG(4,("Overlay: Sorry, colorspace $%08x not supported, aborted\n",cs)); in ALLOCATE_OVERLAY_BUFFER()
139 LOG(4,("Overlay: Sorry, requested buffer width not supported, aborted\n")); in ALLOCATE_OVERLAY_BUFFER()
149 LOG(4,("Overlay: Sorry, requested buffer height not supported, aborted\n")); in ALLOCATE_OVERLAY_BUFFER()
189 LOG(4,("Overlay: first free cardRAM virtual adress $%08x\n", adress2)); in ALLOCATE_OVERLAY_BUFFER()
227 LOG(4,("Overlay: new buffer needs virtual adress $%08x\n", adress)); in ALLOCATE_OVERLAY_BUFFER()
253 LOG(4,("Overlay: 'squeezing' in buffer:\n" in ALLOCATE_OVERLAY_BUFFER()
261 LOG(4,("Overlay: Other buffer(s) exist after this one:\n" in ALLOCATE_OVERLAY_BUFFER()
280 LOG(4,("Overlay: Sorry, no more space for buffers: aborted\n")); in ALLOCATE_OVERLAY_BUFFER()
299 LOG(4,("Overlay: New buffer: addr $%08x, dma_addr $%08x, color space $%08x\n", in ALLOCATE_OVERLAY_BUFFER()
302 LOG(4,("Overlay: New buffer's size is $%08x\n", si->overlay.myBufInfo[offset].size)); in ALLOCATE_OVERLAY_BUFFER()
312 LOG(4,("Overlay: Sorry, no more space for buffers: aborted\n")); in ALLOCATE_OVERLAY_BUFFER()
340 LOG(4,("Overlay: Release_buffer offset = %d, buffer released\n",offset)); in RELEASE_OVERLAY_BUFFER()
347 LOG(4,("Overlay: Release_overlay_buffer: not ours, aborted!\n")); in RELEASE_OVERLAY_BUFFER()
355 LOG(4,("Overlay: Release_overlay_buffer: no buffer specified, aborted!\n")); in RELEASE_OVERLAY_BUFFER()
366 LOG(4,("Overlay: Get_overlay_constraints called\n")); in GET_OVERLAY_CONSTRAINTS()
371 LOG(4,("Overlay: Get_overlay_constraints: Null pointer(s) detected!\n")); in GET_OVERLAY_CONSTRAINTS()
474 LOG(4,("Overlay: Get_overlay_constraints: buffer is not ours, aborted!\n")); in GET_OVERLAY_CONSTRAINTS()
483 LOG(4,("Overlay: Allocate_overlay called: ")); in ALLOCATE_OVERLAY()
495 LOG(4,("succesfull\n")); in ALLOCATE_OVERLAY()
507 LOG(4,("failed: already in use!\n")); in ALLOCATE_OVERLAY()
518 LOG(4,("Overlay: Release_overlay called: ")); in RELEASE_OVERLAY()
524 LOG(4,("failed, not in use!\n")); in RELEASE_OVERLAY()
534 LOG(4,("succesfull\n")); in RELEASE_OVERLAY()
546 LOG(4,("Overlay: Configure_overlay called: ")); in CONFIGURE_OVERLAY()
558 LOG(4,("output properties changed\n")); in CONFIGURE_OVERLAY()
573 LOG(4,("no overlay buffer specified\n")); in CONFIGURE_OVERLAY()
582 LOG(4,("failed\n")); in CONFIGURE_OVERLAY()
597 LOG(4,("succesfull, switching to buffer %d\n", offset)); in CONFIGURE_OVERLAY()
607 LOG(4,("buffer is not ours, aborted!\n")); in CONFIGURE_OVERLAY()