fix: clean linux-kpi DRM shim warnings
Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
@@ -109,8 +109,9 @@ pub extern "C" fn drm_gem_object_release(obj: *mut u8) {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
log::debug!(
|
log::debug!(
|
||||||
"drm_gem_object_release: obj={:#x} handles_dropped={}",
|
"drm_gem_object_release: obj={:#x} size={} handles_dropped={}",
|
||||||
key,
|
key,
|
||||||
|
state.size,
|
||||||
state.handles.len()
|
state.handles.len()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user