]> git.proxmox.com Git - mirror_ubuntu-kernels.git/commit
drm/xe: Improve vram info debug printing
authorOak Zeng <oak.zeng@intel.com>
Fri, 14 Jul 2023 14:42:07 +0000 (10:42 -0400)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:40:20 +0000 (11:40 -0500)
commit286089ce692907c48a375676a0c828ac912856c9
tree6e5fe9a637fae5036da69731dfecddc3bd92f1e4
parent0887a2e7ab620510093d55f4587c407362363b6d
drm/xe: Improve vram info debug printing

Print both device physical address range and CPU io range
of vram. Also print vram's actual size, usable size excluding
stolen memory, and CPU io accessible size.
V1:
  - Add back small BAR device info (Matt)

Signed-off-by: Oak Zeng <oak.zeng@intel.com>
Reviewed-by: Michael J. Ruhl <michael.j.ruhl@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_mmio.c