mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
agp: add chipset flushing support to AGP interface
This bumps the AGP interface to 0.103. Certain Intel chipsets contains a global write buffer, and this can require flushing from the drm or X.org to make sure all data has hit RAM before initiating a GPU transfer, due to a lack of coherency with the integrated graphics device and this buffer. This just adds generic support to the AGP interfaces, a follow-on patch will add support to the Intel driver to use this interface. Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
parent
9ef9dc69d4
commit
a13af4b4d8
8 changed files with 29 additions and 2 deletions
|
@ -109,6 +109,7 @@ extern int agp_unbind_memory(struct agp_memory *);
|
|||
extern void agp_enable(struct agp_bridge_data *, u32);
|
||||
extern struct agp_bridge_data *agp_backend_acquire(struct pci_dev *);
|
||||
extern void agp_backend_release(struct agp_bridge_data *);
|
||||
extern void agp_flush_chipset(struct agp_bridge_data *);
|
||||
|
||||
#endif /* __KERNEL__ */
|
||||
#endif /* _AGP_BACKEND_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue