Voodoo: Implement missing AGP CMDFIFO features

Note that the reproduction cases for command 6 currently appear to be a result of CMDFIFO corruption instead of actual usage.
This commit is contained in:
RichardG867
2025-02-20 18:24:38 -03:00
parent baae4c15d6
commit 6c933dd157
4 changed files with 148 additions and 9 deletions

View File

@@ -18,6 +18,7 @@
#ifndef VIDEO_VOODOO_BANSHEE_H
#define VIDEO_VOODOO_BANSHEE_H
void banshee_cmd_write(void *priv, uint32_t addr, uint32_t val);
void banshee_set_overlay_addr(void *priv, uint32_t addr);
#endif /*VIDEO_VOODOO_BANSHEE_H*/