[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAN0j1dThyR1YF-JvT+xZ-QO2QxwB-z_L0tvx5ftZKjZ6oZ-JGg@mail.gmail.com>
Date: Tue, 25 Sep 2012 20:09:59 +0400
From: Dmitry Cherkassov <dcherkassov@...il.com>
To: dri-devel@...ts.freedesktop.org, linux-kernel@...r.kernel.org
Cc: Alex Deucher <alexander.deucher@....com>,
Alex Deucher <alexdeucher@...il.com>,
Christian König <deathsimple@...afone.de>,
Dmitry Cherkasov <Dmitrii.Cherkasov@....com>
Subject: Re: [PATCH 2/2] drm/radeon: implement dynamic PTs allocation via SA
I've found introduced error in radeon_vm_free_pt, so will fix in next
version of this patch.
This one:
--- a/drivers/gpu/drm/radeon/radeon_gart.c
+++ b/drivers/gpu/drm/radeon/radeon_gart.c
@@ -505,15 +505,6 @@ static void radeon_vm_free_pt(struct radeon_device *rdev,
int driver_table_entries = (rdev->vm_manager.max_pfn >>
RADEON_VM_BLOCK_SIZE);
- if (vm->vm_pts->bo)
+ if (vm->vm_pts[i].bo)
--
With best regards,
Dmitry
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists