drm/radeon: implement simple doorbell page allocator
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 4 Mar 2013 17:47:46 +0000 (12:47 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Jun 2013 14:49:07 +0000 (10:49 -0400)
The doorbell aperture is a PCI BAR whose pages can be
mapped to compute resources for things like wptrs
for userspace queues.

This patch maps the BAR and sets up a simple allocator
to allocate pages from the BAR.

Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

No differences found