diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2010-11-05 13:40:56 -0400 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2010-11-23 15:14:45 -0500 |
commit | f050a8abbda0efcd597c6b1825e3b9ce4d613383 (patch) | |
tree | 61421f0a7355f12babff81fb25c68470f4980f82 /drivers/char/agp/intel-gtt.c | |
parent | 4af72e2865a23ac090884a421bd1a8b19e247a22 (diff) |
agp: kill agp_flush_chipset and corresponding ioctl
The intel drm calls the chipset functions now directly. Userspace
never called the corresponding ioctl, hence it can be killed, too.
Cc: Dave Airlie <airlied@gmail.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'drivers/char/agp/intel-gtt.c')
-rw-r--r-- | drivers/char/agp/intel-gtt.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/char/agp/intel-gtt.c b/drivers/char/agp/intel-gtt.c index 8e2e208c925b..1603e4f8ae73 100644 --- a/drivers/char/agp/intel-gtt.c +++ b/drivers/char/agp/intel-gtt.c | |||
@@ -984,11 +984,6 @@ static int intel_fake_agp_remove_entries(struct agp_memory *mem, | |||
984 | return 0; | 984 | return 0; |
985 | } | 985 | } |
986 | 986 | ||
987 | static void intel_fake_agp_chipset_flush(struct agp_bridge_data *bridge) | ||
988 | { | ||
989 | intel_private.driver->chipset_flush(); | ||
990 | } | ||
991 | |||
992 | static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, | 987 | static struct agp_memory *intel_fake_agp_alloc_by_type(size_t pg_count, |
993 | int type) | 988 | int type) |
994 | { | 989 | { |
@@ -1222,7 +1217,6 @@ static const struct agp_bridge_driver intel_fake_agp_driver = { | |||
1222 | .agp_alloc_pages = agp_generic_alloc_pages, | 1217 | .agp_alloc_pages = agp_generic_alloc_pages, |
1223 | .agp_destroy_page = agp_generic_destroy_page, | 1218 | .agp_destroy_page = agp_generic_destroy_page, |
1224 | .agp_destroy_pages = agp_generic_destroy_pages, | 1219 | .agp_destroy_pages = agp_generic_destroy_pages, |
1225 | .chipset_flush = intel_fake_agp_chipset_flush, | ||
1226 | }; | 1220 | }; |
1227 | 1221 | ||
1228 | static const struct intel_gtt_driver i81x_gtt_driver = { | 1222 | static const struct intel_gtt_driver i81x_gtt_driver = { |