Home
last modified time | relevance | path

Searched refs:agp_loc (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dradeon_cp.c207 void radeon_write_agp_location(drm_radeon_private_t *dev_priv, u32 agp_loc) in radeon_write_agp_location() argument
211 RADEON_WRITE(R700_MC_VM_AGP_BOT, agp_loc & 0xffff); /* FIX ME */ in radeon_write_agp_location()
212 RADEON_WRITE(R700_MC_VM_AGP_TOP, (agp_loc >> 16) & 0xffff); in radeon_write_agp_location()
214 RADEON_WRITE(R600_MC_VM_AGP_BOT, agp_loc & 0xffff); /* FIX ME */ in radeon_write_agp_location()
215 RADEON_WRITE(R600_MC_VM_AGP_TOP, (agp_loc >> 16) & 0xffff); in radeon_write_agp_location()
217 R500_WRITE_MCIND(RV515_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
220 RS690_WRITE_MCIND(RS690_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
222 RS600_WRITE_MCIND(RS600_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
224 R500_WRITE_MCIND(R520_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
226 RADEON_WRITE(RADEON_MC_AGP_LOCATION, agp_loc); in radeon_write_agp_location()
Dradeon_drv.h376 extern void radeon_write_agp_location(drm_radeon_private_t *dev_priv, u32 agp_loc);