Nugget
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages Concepts
Functions
gpu.c File Reference
#include "openbios/gpu/gpu.h"
#include <stdint.h>
#include "common/hardware/dma.h"
#include "common/hardware/hwregs.h"
#include "openbios/fileio/fileio.h"
Include dependency graph for gpu.c:

Functions

void GPU_dw (unsigned x, unsigned y, unsigned w, unsigned h, const void *src)
 
void GPU_mem2vram (unsigned x, unsigned y, unsigned w, unsigned h, const void *src)
 
void GPU_send (uint32_t cmd)
 
int GPU_cw (uint32_t cmd)
 
void GPU_cwb (uint32_t *cmds, int count)
 
void GPU_sendPackets (uint32_t *start)
 
void GPU_abort ()
 
uint32_t GPU_getStatus ()
 
int GPU_sync ()
 

Function Documentation

◆ GPU_abort()

void GPU_abort ( )

◆ GPU_cw()

int GPU_cw ( uint32_t  cmd)

◆ GPU_cwb()

void GPU_cwb ( uint32_t cmds,
int  count 
)

◆ GPU_dw()

void GPU_dw ( unsigned  x,
unsigned  y,
unsigned  w,
unsigned  h,
const void src 
)

◆ GPU_getStatus()

uint32_t GPU_getStatus ( )

◆ GPU_mem2vram()

void GPU_mem2vram ( unsigned  x,
unsigned  y,
unsigned  w,
unsigned  h,
const void src 
)

◆ GPU_send()

void GPU_send ( uint32_t  cmd)

◆ GPU_sendPackets()

void GPU_sendPackets ( uint32_t start)

◆ GPU_sync()

int GPU_sync ( )