Home
last modified time | relevance | path

Searched refs:xe_root_mmio_gt (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/xe/
H A Dxe_hwmon.c152 struct xe_gt *mmio = xe_root_mmio_gt(xe); in xe_hwmon_power_max_read()
193 struct xe_gt *mmio = xe_root_mmio_gt(hwmon->xe); in xe_hwmon_power_max_write()
225 struct xe_gt *mmio = xe_root_mmio_gt(hwmon->xe); in xe_hwmon_power_rated_max_read()
262 struct xe_gt *mmio = xe_root_mmio_gt(hwmon->xe); in xe_hwmon_energy_get()
285 struct xe_gt *mmio = xe_root_mmio_gt(hwmon->xe); in xe_hwmon_power_max_interval_show()
326 struct xe_gt *mmio = xe_root_mmio_gt(hwmon->xe); in xe_hwmon_power_max_interval_store()
501 struct xe_gt *mmio = xe_root_mmio_gt(hwmon->xe); in xe_hwmon_get_voltage()
784 struct xe_gt *mmio = xe_root_mmio_gt(xe); in xe_hwmon_get_preregistration_info()
H A Dxe_device.c403 struct xe_gt *gt = xe_root_mmio_gt(xe); in xe_driver_flr()
500 struct xe_gt *gt = xe_root_mmio_gt(xe); in wait_for_lmem_ready()
600 struct xe_gt *gt = xe_root_mmio_gt(xe); in xe_device_set_has_flat_ccs()
815 struct xe_gt *gt = xe_root_mmio_gt(xe); in xe_device_wmb()
848 if (XE_WA(xe_root_mmio_gt(xe), 16023588340)) { in xe_device_td_flush()
881 gt = xe_root_mmio_gt(xe); in xe_device_l2_flush()
H A Dxe_device.h113 static inline struct xe_gt *xe_root_mmio_gt(struct xe_device *xe) in xe_root_mmio_gt() function
H A Dxe_mmio.c64 struct xe_gt *gt = xe_root_mmio_gt(xe); in mmio_multi_tile_setup()
H A Dxe_vm.c1733 if (XE_WA(xe_root_mmio_gt(xe), 14016763929)) in xe_vm_create_ioctl()
/linux/drivers/gpu/drm/xe/compat-i915-headers/
H A Dintel_uncore.h17 return xe_root_mmio_gt(xe); in __compat_uncore_to_gt()