From 24a6dee36ea943d9f7b00cbbebcc0798ed0ee0fc Mon Sep 17 00:00:00 2001 From: Krishna Reddy Date: Wed, 8 Jun 2016 23:05:00 -0700 Subject: Revert "gpu: nvgpu: register to nvhost for debug dump" This reverts commit fe3adf3d0a72f936788b98365557783b53ecb6ed. This revert is fixing the Vulkan 1.0.1 CTS failures. Bug 200196104 Change-Id: I8cc90ac9dc3d29a08341f37e83277a0b431e2187 Signed-off-by: Krishna Reddy Reviewed-on: http://git-master/r/1161577 GVS: Gerrit_Virtual_Submit Reviewed-by: Terje Bergstrom Tested-by: Terje Bergstrom --- drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'drivers/gpu/nvgpu') diff --git a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c index 952b79b5..b9f50817 100644 --- a/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c +++ b/drivers/gpu/nvgpu/gp10b/platform_gp10b_tegra.c @@ -135,11 +135,6 @@ static int gp10b_tegra_probe(struct device *dev) } platform->g->host1x_dev = host1x_pdev; - if (platform->g->host1x_dev) - nvhost_register_dump_device(platform->g->host1x_dev, - gk20a_debug_dump_device, - platform->g->dev); - platform->bypass_smmu = !device_is_iommuable(dev); platform->disable_bigpage = platform->bypass_smmu; @@ -189,11 +184,6 @@ static int gp10b_tegra_late_probe(struct device *dev) static int gp10b_tegra_remove(struct device *dev) { - struct gk20a_platform *platform = dev_get_drvdata(dev); - - if (platform->g->host1x_dev) - nvhost_unregister_dump_device(platform->g->host1x_dev); - /* remove gk20a power subdomain from host1x */ nvhost_unregister_client_domain(dev_to_genpd(dev)); gr_gp10b_remove_sysfs(dev); -- cgit v1.2.2