mirror of
https://git.proxmox.com/git/mirror_ubuntu-kernels.git
synced 2026-01-28 05:53:14 +00:00
drm/xe: Remove debug message from migrate_clear()
This messages is printed a lot and from my understanding it do not bring any value, so here dropping it. Signed-off-by: José Roberto de Souza <jose.souza@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20240405153849.44906-1-jose.souza@intel.com
This commit is contained in:
parent
117de185ed
commit
335ad807d5
@ -985,7 +985,6 @@ struct dma_fence *xe_migrate_clear(struct xe_migrate *m,
|
||||
struct xe_res_cursor src_it;
|
||||
struct ttm_resource *src = dst;
|
||||
int err;
|
||||
int pass = 0;
|
||||
|
||||
if (!clear_vram)
|
||||
xe_res_first_sg(xe_bo_sg(bo), 0, bo->size, &src_it);
|
||||
@ -1006,8 +1005,6 @@ struct dma_fence *xe_migrate_clear(struct xe_migrate *m,
|
||||
|
||||
clear_L0 = xe_migrate_res_sizes(m, &src_it);
|
||||
|
||||
drm_dbg(&xe->drm, "Pass %u, size: %llu\n", pass++, clear_L0);
|
||||
|
||||
/* Calculate final sizes and batch size.. */
|
||||
batch_size = 2 +
|
||||
pte_update_size(m, clear_vram, src, &src_it,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user