Searched refs:framebuffer (Results 1 - 25 of 55) sorted by relevance

123

/haiku/headers/private/kernel/arch/sparc/
H A Darch_kernel_args.h24 addr_range framebuffer; // maps where the framebuffer is located, in physical memory member in struct:__anon391
/haiku/headers/private/kernel/arch/ppc/
H A Darch_kernel_args.h25 addr_range framebuffer; // maps where the framebuffer is located, in physical memory member in struct:__anon389
/haiku/src/system/boot/platform/generic/
H A Dvideo_text_console.cpp18 VideoTextConsole(addr_t framebuffer);
43 VideoTextConsole::VideoTextConsole(addr_t framebuffer) argument
46 frame_buffer_update(framebuffer, gKernelArgs.frame_buffer.width,
/haiku/headers/private/kernel/arch/m68k/
H A Darch_kernel_args.h38 addr_range framebuffer; // maps where the framebuffer is located, in physical memory member in struct:__anon385
/haiku/headers/private/graphics/et6x00/
H A DDriverInterface.h60 void *framebuffer; /* Start of the mapped framebuffer */ member in struct:__anon774
61 void *physFramebuffer; /* Physical address of start of framebuffer */
/haiku/src/add-ons/accelerants/neomagic/
H A DSetDisplayMode.c86 /* where in framebuffer the screen is (should this be dependant on previous MOVEDISPLAY?) */
87 startadd = (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
216 startadd += (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
H A DOverlay.c78 LOG(4,("Overlay: cardRAM_start = $%p\n",((uint8*)si->framebuffer)));
192 adress = (((uint32)((uint8*)si->framebuffer)) + (si->ps.memory_size * 1024));
206 temp32 = (adress - ((uint32)((vuint32 *)si->framebuffer)));
/haiku/src/add-ons/accelerants/via/
H A DOverlay.c80 LOG(4,("Overlay: cardRAM_start = $%p\n", (uint8*)si->framebuffer));
196 adress = (((uintptr_t)((uint8*)si->framebuffer)) + si->ps.memory_size);
207 temp32 = (adress - ((uintptr_t)((vuint32 *)si->framebuffer)));
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;
410 startadd += (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
/haiku/src/add-ons/accelerants/et6x00/
H A DInitAccelerant.c92 si->fbc.frame_buffer = si->framebuffer;
/haiku/src/system/boot/platform/u-boot/
H A Dvideo.cpp107 #warning TODO: Fix u-boot arm framebuffer location from fdt!
114 // BCM2835/BCM2836 gets their framebuffer base from a Mailbox
126 ERROR("No framebuffer device found!\n");
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dinfo.c253 * and framebuffer via legacy ISA I/O space.) */
310 /* get some strapinfo(?) for NV28 framebuffer access */
331 * and framebuffer via legacy ISA I/O space.) */
893 ((uint32 *)si->framebuffer)[cnt] = data;
896 if (((uint32 *)si->framebuffer)[3] != data)
1796 ((uint32 *)si->framebuffer)[0x07] = 0x00000000;
1797 ((uint32 *)si->framebuffer)[0x07] = 0x00000000;
1798 ((uint32 *)si->framebuffer)[0x07] = 0x00000000;
1799 ((uint32 *)si->framebuffer)[0x07] = 0x00000000;
1801 ((uint32 *)si->framebuffer)[
[all...]
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;
/haiku/src/add-ons/accelerants/skeleton/
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;
390 startadd += (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
H A DOverlay.c81 LOG(4,("Overlay: cardRAM_start = $%08x\n",(uint32)((uint8*)si->framebuffer)));
207 adress = (((uint32)((uint8*)si->framebuffer)) + si->ps.memory_size);
218 temp32 = (adress - ((uint32)((vuint32 *)si->framebuffer)));
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_acc.c107 /* set framebuffer config: type = notiling, PRAMIN write access enabled */
779 /* location of active screen in framebuffer */
781 ACCW(OFFSET0, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
783 ACCW(OFFSET1, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
785 ACCW(OFFSET2, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
787 ACCW(OFFSET3, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
788 ACCW(OFFSET4, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
789 ACCW(OFFSET5, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
804 /* location of active screen in framebuffer */
805 ACCW(NV20_OFFSET0, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
[all...]
H A Dnv_info.c265 * and framebuffer via legacy ISA I/O space.) */
322 /* get some strapinfo(?) for NV28 framebuffer access */
343 * and framebuffer via legacy ISA I/O space.) */
905 ((volatile uint32 *)si->framebuffer)[cnt] = data;
908 if (((volatile uint32 *)si->framebuffer)[3] != data)
925 ((volatile uint32 *)si->framebuffer)[(16 * 1024 * 1024) >> 2] = data;
927 if (((volatile uint32 *)si->framebuffer)[(16 * 1024 * 1024) >> 2] == data)
931 ((volatile uint32 *)si->framebuffer)[0] = data;
932 if (((volatile uint32 *)si->framebuffer)[0] == data)
951 ((volatile uint32 *)si->framebuffer)[(
[all...]
H A Dnv_acc_dma.c133 /* set framebuffer config: type = notiling, PRAMIN write access enabled */
595 /* setup location of active screen in framebuffer */
596 ACCW(OFFSET0, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
597 ACCW(OFFSET1, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
651 /* setup location of active screen in framebuffer */
652 ACCW(OFFSET0, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
653 ACCW(OFFSET1, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
858 /* setup location of active screen in framebuffer */
859 ACCW(NV20_OFFSET0, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
860 ACCW(NV20_OFFSET1, ((uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer));
[all...]
/haiku/src/add-ons/accelerants/matrox/
H A DOverlay.c89 LOG(4, ("Overlay: cardRAM_start = $%p\n", (uint8*)si->framebuffer));
269 adress = (((uintptr_t)((uint8*)si->framebuffer)) + (si->ps.memory_size * 1024 * 1024));
280 temp32 = (adress - ((uintptr_t)((vuint32 *)si->framebuffer)));
/haiku/src/add-ons/accelerants/nvidia/
H A DOverlay.c83 LOG(4, ("Overlay: cardRAM_start = $%p\n", (uint8*)si->framebuffer));
231 adress = (((uintptr_t)((uint8*)si->framebuffer)) + si->ps.memory_size);
249 temp32 = (adress - ((uintptr_t)((vuint32 *)si->framebuffer)));
H A DSetDisplayMode.c73 /*where in framebuffer the screen is (should this be dependant on previous MOVEDISPLAY?)*/
74 startadd = (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
403 startadd += (uint8*)si->fbc.frame_buffer - (uint8*)si->framebuffer;
/haiku/headers/private/graphics/matrox/
H A DDriverInterface.h123 void *framebuffer; /* As viewed from virtual memory */ member in struct:__anon785
/haiku/headers/private/graphics/neomagic/
H A DDriverInterface.h108 /* old cards have their registers mapped inside the framebuffer area */
120 void *framebuffer; /* As viewed from virtual memory */ member in struct:__anon799
/haiku/src/add-ons/kernel/drivers/graphics/neomagic/
H A Ddriver.c369 /* we map the registers seperately from the framebuffer */
487 /* work out a name for the framebuffer mapping*/
488 sprintf(buffer, DEVICE_FORMAT " framebuffer",
492 /* map the framebuffer into vmem, using Write Combining*/
499 &(si->framebuffer));
509 &(si->framebuffer));
528 /* older cards have their registers in the framebuffer area */
533 di->regs = (uint32 *)((uint8 *)si->framebuffer + 0x100000);
539 di->regs = (uint32 *)((uint8 *)si->framebuffer + 0x200000);
568 si->framebuffer
[all...]
/haiku/src/add-ons/kernel/drivers/graphics/virtio/
H A Dvirtio_gpu.cpp46 addr_t framebuffer; member in struct:__anon6
268 status_t status = get_memory_map((void*)info->framebuffer, info->framebufferSize, entries, 16);
416 // create framebuffer area
455 sharedInfo.frame_buffer = (uint8*)info->framebuffer;
594 // create framebuffer area
596 info->framebufferArea = create_area("virtio_gpu framebuffer", (void**)&info->framebuffer,
622 sharedInfo.frame_buffer = (uint8*)info->framebuffer;

Completed in 210 milliseconds

123