drm/radeon/kms: Create asic structure for r300 pcie cards.
authorPauli Nieminen <suokkos@gmail.com>
Thu, 11 Feb 2010 17:55:35 +0000 (17:55 +0000)
committerDave Airlie <airlied@redhat.com>
Thu, 18 Feb 2010 04:47:49 +0000 (14:47 +1000)
commitd80eeb0f347b6effa06e11e7cbcb2e6c559bf404
tree3e10468e430a07ba75428ab81abe3db665671ff9
parent93f319d31cc42a77bd5e953e861a8f2bfb277ad1
drm/radeon/kms: Create asic structure for r300 pcie cards.

Setting global asic structure to point to different function
would cause problem in system where is multiple r300 cards
with different bus type.

r300_asic_pcie is just copy from r300_asic with gart tlb
functions replaced with pcie versions.

Signed-off-by: Pauli Nieminen <suokkos@gmail.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>
drivers/gpu/drm/radeon/radeon_asic.h
drivers/gpu/drm/radeon/radeon_device.c