Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm: kill drm_agp_chipset_flush

No longer used.

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>

authored by

Daniel Vetter and committed by
Chris Wilson
4af72e28 40ce6575

-7
-6
drivers/gpu/drm/drm_agpsupport.c
··· 466 466 } 467 467 EXPORT_SYMBOL(drm_agp_bind_pages); 468 468 469 - void drm_agp_chipset_flush(struct drm_device *dev) 470 - { 471 - agp_flush_chipset(dev->agp->bridge); 472 - } 473 - EXPORT_SYMBOL(drm_agp_chipset_flush); 474 - 475 469 #endif /* __OS_HAS_AGP */
-1
include/drm/drmP.h
··· 1319 1319 extern int drm_agp_bind(struct drm_device *dev, struct drm_agp_binding *request); 1320 1320 extern int drm_agp_bind_ioctl(struct drm_device *dev, void *data, 1321 1321 struct drm_file *file_priv); 1322 - extern void drm_agp_chipset_flush(struct drm_device *dev); 1323 1322 1324 1323 /* Stub support (drm_stub.h) */ 1325 1324 extern int drm_setmaster_ioctl(struct drm_device *dev, void *data,