drm/msm: remove address-space id

Now that the msm_gem supports an arbitrary number of vma's, we no longer
need to assign an id (index) to each address space.  So rip out the
associated code.

Signed-off-by: Rob Clark <robdclark@gmail.com>
Este commit está contenido en:
Rob Clark
2017-06-13 14:27:45 -04:00
padre 4b85f7f5cf
commit 8432a903fb
Se han modificado 8 ficheros con 0 adiciones y 46 borrados

Ver fichero

@@ -678,13 +678,6 @@ struct msm_kms *mdp5_kms_init(struct drm_device *dev)
aspace = NULL;;
}
kms->id = msm_register_address_space(dev, aspace);
if (kms->id < 0) {
ret = kms->id;
dev_err(&pdev->dev, "failed to register mdp5 iommu: %d\n", ret);
goto fail;
}
ret = modeset_init(mdp5_kms);
if (ret) {
dev_err(&pdev->dev, "modeset_init failed: %d\n", ret);