/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_r520.c | 134 radeon_gtt_location(rdev, &rdev->mc);
|
radeon_rs400.c | 286 radeon_gtt_location(rdev, &rdev->mc);
|
radeon_rs600.c | 926 radeon_gtt_location(rdev, &rdev->mc);
|
radeon_rs690.c | 206 radeon_gtt_location(rdev, &rdev->mc);
|
radeon_r300.c | 527 radeon_gtt_location(rdev, &rdev->mc);
|
radeon_device.c | 617 * radeon_gtt_location - try to find GTT location 628 void radeon_gtt_location(struct radeon_device *rdev, struct radeon_mc *mc) function in typeref:typename:void
|
radeon_rv515.c | 213 radeon_gtt_location(rdev, &rdev->mc);
|
radeon_rv770.c | 1646 radeon_gtt_location(rdev, mc);
|
radeon_r100.c | 2858 radeon_gtt_location(rdev, &rdev->mc);
|
radeon.h | 2897 extern void radeon_gtt_location(struct radeon_device *rdev, struct radeon_mc *mc);
|
radeon_r600.c | 1463 radeon_gtt_location(rdev, mc);
|
radeon_si.c | 4210 radeon_gtt_location(rdev, mc);
|