Searched refs:radeon_vram_location (Results 1 – 12 of 12) sorted by relevance
/drivers/gpu/drm/radeon/ |
D | r520.c | 126 radeon_vram_location(rdev, &rdev->mc, 0); in r520_mc_init()
|
D | rs400.c | 279 radeon_vram_location(rdev, &rdev->mc, base); in rs400_mc_init()
|
D | rs600.c | 887 radeon_vram_location(rdev, &rdev->mc, base); in rs600_mc_init()
|
D | rs690.c | 199 radeon_vram_location(rdev, &rdev->mc, base); in rs690_mc_init()
|
D | radeon_device.c | 566 void radeon_vram_location(struct radeon_device *rdev, struct radeon_mc *mc, u64 base) in radeon_vram_location() function
|
D | r300.c | 495 radeon_vram_location(rdev, &rdev->mc, base); in r300_mc_init()
|
D | rv515.c | 205 radeon_vram_location(rdev, &rdev->mc, 0); in rv515_mc_init()
|
D | rv770.c | 1639 radeon_vram_location(rdev, &rdev->mc, 0); in r700_vram_gtt_location()
|
D | radeon.h | 2817 extern void radeon_vram_location(struct radeon_device *rdev, struct radeon_mc *mc, u64 base);
|
D | r100.c | 2836 radeon_vram_location(rdev, &rdev->mc, base); in r100_mc_init()
|
D | r600.c | 1428 radeon_vram_location(rdev, &rdev->mc, base); in r600_vram_gtt_location()
|
D | si.c | 4201 radeon_vram_location(rdev, &rdev->mc, 0); in si_vram_gtt_location()
|