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

Commit 2d4045b5 authored by Yiwei Zhang's avatar Yiwei Zhang Committed by Automerger Merge Worker
Browse files

GPU Memory: remove an infeasible TODO am: ca199fa5 am: edf0f7ca am: 0227c15d

Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/1472018

Change-Id: I646fef6f2d4c22865e63fdcc8603d3918c3a943c
parents 6b29185f 0227c15d
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -48,7 +48,6 @@ void GpuMem::initialize() {
        return;
    }

    // TODO(http://b/159963505): Figure out a nicer way to wait until GPU driver loaded.
    // Attach the program to the tracepoint, and the tracepoint is automatically enabled here.
    int count = 0;
    while (bpf_attach_tracepoint(fd, kGpuMemTraceGroup, kGpuMemTotalTracepoint) < 0) {