]> www.infradead.org Git - users/hch/misc.git/commit
drm/xe: Promote VRAM initialization function to own file
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 30 May 2024 13:35:26 +0000 (15:35 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 30 May 2024 21:50:28 +0000 (23:50 +0200)
commit638d1c79cbf15c14f1bcf98fd8135ea83a04dc50
treeb26728fdc22c3b58f89ff7256263fc8fa2c9efe6
parent8c52ca22b15b5b3ce62b3e2a9ec9f3fbb6302783
drm/xe: Promote VRAM initialization function to own file

There is no point in mixing register access and VRAM code in the
same file. Move and rename the VRAM probe function to a new file
(there are no other changes other then new simple kernel-doc).

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Cc: Matt Roper <matthew.d.roper@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240530133527.1328-5-michal.wajdeczko@intel.com
drivers/gpu/drm/xe/Makefile
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_mmio.c
drivers/gpu/drm/xe/xe_vram.c [new file with mode: 0644]
drivers/gpu/drm/xe/xe_vram.h [new file with mode: 0644]