drm/xe: rename bypass_mtcfg to skip_mtcfg
authorKoby Elbaz <kelbaz@habana.ai>
Tue, 28 Nov 2023 16:53:16 +0000 (18:53 +0200)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:45:09 +0000 (11:45 -0500)
commit0c923a68abbfe6d7b4fd2ee37c237aba9d870eaf
tree9963824b3c8ab730c8fa8cc2fe1fa157868d1eef
parent082802a3ee09e764bc1513988d6f5889712fe88f
drm/xe: rename bypass_mtcfg to skip_mtcfg

Per device, set this flag to access the MTCFG register or to skip it.
This is done to standardise Xe driver naming if an access to any HW
should be avoided.

Signed-off-by: Koby Elbaz <kelbaz@habana.ai>
Reviewed-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
drivers/gpu/drm/xe/xe_device_types.h
drivers/gpu/drm/xe/xe_mmio.c
drivers/gpu/drm/xe/xe_pci.c