The timestamp memqueue was unsorted, which could cause memory to not be freed soon enough. The kgsl_event list is sorted and does almost exactly the same thing as the memqueue did, so freememontimestamp is now implemented using the kgsl_event list.
The timestamp memqueue was unsorted, which could cause memory to not be freed soon enough. The kgsl_event list is sorted and does almost exactly the same thing as the memqueue did, so freememontimestamp is now implemented using the kgsl_event list.