OSDN Git Service

drm/i915: Fake AGP is dead
authorDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 27 Jul 2015 09:47:38 +0000 (11:47 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Tue, 28 Jul 2015 11:30:00 +0000 (13:30 +0200)
commit3b9a02e844948fc14cb32a06bc00e0e61bde3577
tree8b9ed64ba100d8f9d48dbcfc818f9eeb048d564e
parent3271dca483a48759cdbdb5f16a13125ab91f6c05
drm/i915: Fake AGP is dead

Remove the leftovers, yay!

AGP for i915 kms died long ago with

commit 3bb6ce66866310f50d461b9eff949c1ce95560ce
Author: Daniel Vetter <daniel.vetter@ffwll.ch>
Date:   Wed Nov 13 22:14:16 2013 +0100

    drm/i915: Kill legeacy AGP for gen3 kms

and with ums now gone to there's really no users any more.

Note that device_is_agp is only called when DRIVER_USE_AGP is set and
since we've unconditionally cleared that since a while there are
really no users left for i915_driver_device_is_agp.

Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
drivers/gpu/drm/i915/i915_dma.c
drivers/gpu/drm/i915/i915_drv.c
drivers/gpu/drm/i915/i915_drv.h