Nugget
|
#include "openbios/gpu/gpu.h"
#include <stdint.h>
#include "common/hardware/dma.h"
#include "common/hardware/hwregs.h"
#include "openbios/fileio/fileio.h"
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 () |
void GPU_abort | ( | ) |
uint32_t GPU_getStatus | ( | ) |
int GPU_sync | ( | ) |