drm/xe: Keep all resize bar related prints inside xe_resize_vram_bar
authorBalasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Tue, 25 Apr 2023 11:01:07 +0000 (16:31 +0530)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Tue, 19 Dec 2023 23:31:42 +0000 (18:31 -0500)
commit96cb46df567e04bcc569ffde9c426b078c5601b1
tree3a7b52fd844c9ba0b3be920b346d21821203b778
parente881b1292f1791826476f1a2eaf80cc85e2677c5
drm/xe: Keep all resize bar related prints inside xe_resize_vram_bar

xe_resize_vram_bar() function is already printing the status of bar
resizing. It has prints covering both success and failure.
There is no need of additional prints in the caller which were not so
easily to follow.

Modified all BAR size prints to consistently print the size in MiB.

Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Reviewed-by: Matthew Auld <matthew.auld@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_mmio.c