Compare commits

..

No commits in common. 'ce809d46203ca064d3312ddcdd7a973b6b61c73b' and '0ccfa8142030983272d4775f6b5aa98017952862' have entirely different histories.

1
.gitignore vendored

@ -1,2 +1 @@
/target
clib/wrapper.h

@ -40,7 +40,7 @@ fn test_i915_uapi_native_engine_info() {
}
#[test]
fn test_i915_uapi_find_fd() {
fn test_i915_find_fd() {
let fd = i915::find_fd().expect("Failed to find i915 fd");
let drm_version = uapi::get_drm_version(fd.as_raw_fd()).expect("Failed to get drm version");
assert_eq!(drm_version.name.to_str().unwrap(), "i915");

Loading…
Cancel
Save