From: Marcin Slusarz Date: Sun, 25 Nov 2012 22:01:28 +0000 (+0100) Subject: drm/nouveau: remove misleading comment from nouveau_prime_new X-Git-Tag: v3.8-rc1~82^2~23 X-Git-Url: http://pileus.org/git/?a=commitdiff_plain;h=3f69e7605d6b072b9890845bb6d9f982bcd879ec;p=~andy%2Flinux drm/nouveau: remove misleading comment from nouveau_prime_new Copy/pasted from nouveau_gem_new. Signed-off-by: Marcin Slusarz Signed-off-by: Ben Skeggs --- diff --git a/drivers/gpu/drm/nouveau/nouveau_prime.c b/drivers/gpu/drm/nouveau/nouveau_prime.c index 366462cf8a2..3543fec2355 100644 --- a/drivers/gpu/drm/nouveau/nouveau_prime.c +++ b/drivers/gpu/drm/nouveau/nouveau_prime.c @@ -155,10 +155,6 @@ nouveau_prime_new(struct drm_device *dev, return ret; nvbo = *pnvbo; - /* we restrict allowed domains on nv50+ to only the types - * that were requested at creation time. not possibly on - * earlier chips without busting the ABI. - */ nvbo->valid_domains = NOUVEAU_GEM_DOMAIN_GART; nvbo->gem = drm_gem_object_alloc(dev, nvbo->bo.mem.size); if (!nvbo->gem) {