From fcece3cf34ed5cc7e82d324362a40b3dd5493bbe Mon Sep 17 00:00:00 2001 From: Alan Hourihane Date: Thu, 6 Jan 2005 17:51:32 +0000 Subject: Add i915GM support Add resume functionality (must be used with later DDX) Bump to 1.2 --- shared/i915_dma.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'shared/i915_dma.c') diff --git a/shared/i915_dma.c b/shared/i915_dma.c index 5aa287d6..14f7fd6e 100644 --- a/shared/i915_dma.c +++ b/shared/i915_dma.c @@ -207,7 +207,7 @@ static int i915_initialize(drm_device_t * dev, return 0; } -static int i915_resume(drm_device_t * dev) +static int i915_dma_resume(drm_device_t * dev) { drm_i915_private_t *dev_priv = (drm_i915_private_t *) dev->dev_private; @@ -264,7 +264,7 @@ int i915_dma_init(DRM_IOCTL_ARGS) retcode = i915_dma_cleanup(dev); break; case I915_RESUME_DMA: - retcode = i915_resume(dev); + retcode = i915_dma_resume(dev); break; default: retcode = -EINVAL; -- cgit v1.2.3