Skip to content
Commit ffb57c4b authored by Jay Estabrook's avatar Jay Estabrook Committed by Dave Airlie
Browse files

drm/radeon/alpha: Add Alpha support to Radeon DRM code



Alpha needs to have available the system bus address for the Radeon's
local memory, so that it can be used in ttm_bo_vm_fault(), when building
the PTEs for accessing that VRAM.  So, we make bus.addr hold the ioremap()
return, and then we can modify bus.base appropriately for use during page
fault processing.

Signed-off-by: default avatarJay Estabrook <jay.estabrook@gmail.com>
Signed-off-by: default avatarDave Airlie <airlied@redhat.com>
parent 3210d190
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment