drm/msm: support multiple address spaces
We can have various combinations of 64b and 32b address space, ie. 64b CPU but 32b display and gpu, or 64b CPU and GPU but 32b display. So best to decouple the device iova's from mmap offset. Signed-off-by: Rob Clark <robdclark@gmail.com>
This commit is contained in:
@@ -98,7 +98,7 @@ struct msm_gpu {
|
||||
void __iomem *mmio;
|
||||
int irq;
|
||||
|
||||
struct msm_mmu *mmu;
|
||||
struct msm_gem_address_space *aspace;
|
||||
int id;
|
||||
|
||||
/* Power Control: */
|
||||
|
Reference in New Issue
Block a user