Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit abc2467f authored by Linux Build Service Account's avatar Linux Build Service Account Committed by Gerrit - the friendly Code Review server
Browse files

Merge "msm: kgsl: Do not expose gpurev in kgsl to the userspace"

parents 24e73d7a ca5afdda
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2466,7 +2466,6 @@ static int adreno_getproperty(struct kgsl_device *device,
			devinfo.device_id = device->id+1;
			devinfo.chip_id = adreno_dev->chip_id;
			devinfo.mmu_enabled = kgsl_mmu_enabled();
			devinfo.gpu_id = adreno_dev->gpurev;
			devinfo.gmem_gpubaseaddr = adreno_dev->gmem_base;
			devinfo.gmem_sizebytes = adreno_dev->gmem_size;

+0 −1
Original line number Diff line number Diff line
@@ -40,7 +40,6 @@ int adreno_getproperty_compat(struct kgsl_device *device,
			devinfo.device_id = device->id + 1;
			devinfo.chip_id = adreno_dev->chip_id;
			devinfo.mmu_enabled = kgsl_mmu_enabled();
			devinfo.gpu_id = adreno_dev->gpurev;
			devinfo.gmem_gpubaseaddr = adreno_dev->gmem_base;
			devinfo.gmem_sizebytes = adreno_dev->gmem_size;