Skip to content

Commit

Permalink
Clean up the map debug log
Browse files Browse the repository at this point in the history
Tracked-On: OAM-126934
Signed-off-by: He, Yue <yue.he@intel.com>
  • Loading branch information
yhe39 authored and sysopenci committed Oct 31, 2024
1 parent f683d14 commit e708d18
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions i915.c
Original file line number Diff line number Diff line change
Expand Up @@ -1285,9 +1285,6 @@ static void *i915_bo_map(struct bo *bo, struct vma *vma, uint32_t map_flags)
return MAP_FAILED;
}

drv_logi("%s : %d : handle = %x, size = %zd, mmpa_arg.offset = %llx", __func__,
__LINE__, mmap_arg.handle, bo->meta.total_size, mmap_arg.offset);

/* And map it */
addr = mmap(0, bo->meta.total_size, PROT_READ | PROT_WRITE, MAP_SHARED, bo->drv->fd,
mmap_arg.offset);
Expand Down

0 comments on commit e708d18

Please sign in to comment.