Searched refs:framebuffer (Results 26 - 50 of 60) sorted by relevance

123

/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/engine/
H A Dnv_crtc.c643 LOG(2,("CRTC: frameRAM: $%08x\n", si->framebuffer));
644 LOG(2,("CRTC: framebuffer: $%08x\n", si->fbc.frame_buffer));
677 /* cursor bitmap will be stored at the start of the framebuffer */
710 fb = (vuint32 *) si->framebuffer + curadd;
773 cursor = (vuint16*) si->framebuffer;
H A Dnv_crtc2.c641 LOG(2,("CRTC2: frameRAM: $%08x\n", si->framebuffer));
642 LOG(2,("CRTC2: framebuffer: $%08x\n", si->fbc.frame_buffer));
675 /* cursor bitmap will be stored at the start of the framebuffer */
708 fb = (vuint32 *) si->framebuffer + curadd;
771 cursor = (vuint16*) si->framebuffer;
/haiku-fatelf/src/add-ons/accelerants/skeleton/engine/
H A Dcrtc.c608 LOG(2,("CRTC: frameRAM: $%08x\n", si->framebuffer));
609 LOG(2,("CRTC: framebuffer: $%08x\n", si->fbc.frame_buffer));
662 /* cursor bitmap will be stored at the start of the framebuffer */
695 fb = (uint32 *) si->framebuffer + curadd;
745 cursor = (uint16*) si->framebuffer;
H A Dcrtc2.c590 LOG(2,("CRTC2: frameRAM: $%08x\n", si->framebuffer));
591 LOG(2,("CRTC2: framebuffer: $%08x\n", si->fbc.frame_buffer));
624 /* cursor bitmap will be stored at the start of the framebuffer */
657 fb = (uint32 *) si->framebuffer + curadd;
707 cursor = (uint16*) si->framebuffer;
/haiku-fatelf/src/add-ons/accelerants/via/engine/
H A Dcrtc.c596 LOG(2,("CRTC: frameRAM: $%08x\n", si->framebuffer));
597 LOG(2,("CRTC: framebuffer: $%08x\n", si->fbc.frame_buffer));
617 /* cursor bitmap will be stored at the start of the framebuffer */
628 fb = (uint32 *) si->framebuffer + curadd;
666 cursor = (uint8*) si->framebuffer;
H A Dcrtc2.c590 LOG(2,("CRTC2: frameRAM: $%08x\n", si->framebuffer));
591 LOG(2,("CRTC2: framebuffer: $%08x\n", si->fbc.frame_buffer));
624 /* cursor bitmap will be stored at the start of the framebuffer */
657 fb = (uint32 *) si->framebuffer + curadd;
707 cursor = (uint16*) si->framebuffer;
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DSetDisplayMode.c88 /*where in framebuffer the screen is (should this be dependant on previous MOVEDISPLAY?)*/
89 startadd = (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
513 startadd += (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
H A DInitAccelerant.c171 si->fbc.frame_buffer = (void *)((char *)si->framebuffer+pointer_reservation);
/haiku-fatelf/src/add-ons/accelerants/matrox/engine/
H A Dmga_acc.c156 /*DSTORG - location of active screen in framebuffer*/
157 ACCW(DSTORG,((uint8*)si->fbc.frame_buffer) - ((uint8*)si->framebuffer));
160 ACCW(SRCORG,((uint8*)si->fbc.frame_buffer) - ((uint8*)si->framebuffer));
168 * MIL 1/2 does not need framebuffer space for the hardcursor! */
H A Dmga_crtc2.c299 LOG(2,("CRTC2: frameRAM: $%x\n",si->framebuffer));
300 LOG(2,("CRTC2: framebuffer: $%x\n",si->fbc.frame_buffer));
/haiku-fatelf/headers/private/graphics/nvidia/
H A DDriverInterface.h273 void *framebuffer; /* As viewed from virtual memory */ member in struct:__anon821
/haiku-fatelf/headers/private/graphics/nvidia_gpgpu/
H A DDriverInterface.h193 void *framebuffer; /* As viewed from virtual memory */ member in struct:__anon864
/haiku-fatelf/headers/private/graphics/skeleton/
H A DDriverInterface.h123 void *framebuffer; /* As viewed from virtual memory */ member in struct:__anon937
/haiku-fatelf/headers/private/graphics/via/
H A DDriverInterface.h123 void *framebuffer; /* As viewed from virtual memory */ member in struct:__anon958
/haiku-fatelf/src/add-ons/accelerants/et6x00/
H A DAcceleration.c185 * We'll put the color at 4 bytes just after the framebuffer.
189 srcAddr = (uint32)si->framebuffer - (uint32)si->memory +
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c49 LOG(2,("InitACC: Can't clone register area, integrated in framebuffer!\n"));
193 si->fbc.frame_buffer = si->framebuffer;
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c166 si->fbc.frame_buffer = (void *)((char *)si->framebuffer+pointer_reservation);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
H A DInitAccelerant.c165 si->fbc.frame_buffer = (void *)((char *)si->framebuffer+pointer_reservation);
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c159 si->fbc.frame_buffer = (void *)((char *)si->framebuffer+pointer_reservation);
/haiku-fatelf/src/add-ons/accelerants/via/
H A DInitAccelerant.c159 si->fbc.frame_buffer = (void *)((char *)si->framebuffer+pointer_reservation);
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/et6x00/
H A Ddriver.c404 si->framebuffer = si->memory;
427 si->framebuffer = NULL;
605 /* free framebuffer area */
/haiku-fatelf/src/add-ons/accelerants/neomagic/engine/
H A Dnm_crtc.c516 LOG(2,("CRTC: frameRAM: $%08x\n",si->framebuffer));
517 LOG(2,("CRTC: framebuffer: $%08x\n",si->fbc.frame_buffer));
917 fb = ((vuint32 *)(((uint32)si->framebuffer) + curadd));
968 cursor = (vuint8*) si->framebuffer;
/haiku-fatelf/src/add-ons/accelerants/nvidia/engine/
H A Dnv_crtc.c765 LOG(2,("CRTC: frameRAM: $%08x\n", si->framebuffer));
766 LOG(2,("CRTC: framebuffer: $%08x\n", si->fbc.frame_buffer));
819 /* cursor bitmap will be stored at the start of the framebuffer */
852 fb = (vuint32 *) si->framebuffer + curadd;
917 cursor = (vuint16*) si->framebuffer;
H A Dnv_crtc2.c745 LOG(2,("CRTC2: frameRAM: $%08x\n", si->framebuffer));
746 LOG(2,("CRTC2: framebuffer: $%08x\n", si->fbc.frame_buffer));
779 /* cursor bitmap will be stored at the start of the framebuffer */
812 fb = (vuint32 *) si->framebuffer + curadd;
875 cursor = (vuint16*) si->framebuffer;
/haiku-fatelf/src/add-ons/kernel/drivers/graphics/matrox/
H A Ddriver.c496 /* work out a name for the framebuffer mapping*/
497 sprintf(buffer, DEVICE_FORMAT " framebuffer",
501 /* map the framebuffer into vmem, using Write Combining*/
508 &(si->framebuffer));
518 &(si->framebuffer));
571 si->framebuffer = NULL;
932 /* free regs and framebuffer areas */

Completed in 265 milliseconds

123