agp: add chipset flushing support to AGP interface
authorDave Airlie <airlied@linux.ie>
Mon, 29 Oct 2007 05:14:03 +0000 (15:14 +1000)
committerDave Airlie <airlied@redhat.com>
Tue, 5 Feb 2008 04:33:32 +0000 (14:33 +1000)
commita13af4b4d842da6d7065b8c73fa8f0ac58fea1b6
tree3269002c62ee1f10728cfa5a9782225329166d6b
parent9ef9dc69d4167276c04590d67ee55de8380bc1ad
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>
drivers/char/agp/agp.h
drivers/char/agp/backend.c
drivers/char/agp/compat_ioctl.c
drivers/char/agp/compat_ioctl.h
drivers/char/agp/frontend.c
drivers/char/agp/generic.c
include/linux/agp_backend.h
include/linux/agpgart.h