|
@@ -3737,9 +3737,6 @@ intel_rotate_pages(struct intel_rotation_info *rot_info,
|
|
|
rot_info->plane[i].stride, st, sg);
|
|
|
}
|
|
|
|
|
|
- DRM_DEBUG_KMS("Created rotated page mapping for object size %zu (%ux%u tiles, %u pages)\n",
|
|
|
- obj->base.size, rot_info->plane[0].width, rot_info->plane[0].height, size);
|
|
|
-
|
|
|
kvfree(page_addr_list);
|
|
|
|
|
|
return st;
|
|
@@ -3749,8 +3746,8 @@ err_sg_alloc:
|
|
|
err_st_alloc:
|
|
|
kvfree(page_addr_list);
|
|
|
|
|
|
- DRM_DEBUG_KMS("Failed to create rotated mapping for object size %zu! (%ux%u tiles, %u pages)\n",
|
|
|
- obj->base.size, rot_info->plane[0].width, rot_info->plane[0].height, size);
|
|
|
+ DRM_DEBUG_DRIVER("Failed to create rotated mapping for object size %zu! (%ux%u tiles, %u pages)\n",
|
|
|
+ obj->base.size, rot_info->plane[0].width, rot_info->plane[0].height, size);
|
|
|
|
|
|
return ERR_PTR(ret);
|
|
|
}
|