/linux/drivers/gpu/drm/xe/ |
H A D | xe_pm.c | 92 bool xe_rpm_reclaim_safe(const struct xe_device *xe) in xe_rpm_reclaim_safe() 97 static void xe_rpm_lockmap_acquire(const struct xe_device *xe) in xe_rpm_lockmap_acquire() 104 static void xe_rpm_lockmap_release(const struct xe_device *xe) in xe_rpm_lockmap_release() 117 int xe_pm_suspend(struct xe_device *xe) in xe_pm_suspend() 169 int xe_pm_resume(struct xe_device *xe) in xe_pm_resume() 218 static bool xe_pm_pci_d3cold_capable(struct xe_device *xe) in xe_pm_pci_d3cold_capable() 242 static void xe_pm_runtime_init(struct xe_device *xe) in xe_pm_runtime_init() 265 int xe_pm_init_early(struct xe_device *xe) in xe_pm_init_early() 284 static u32 vram_threshold_value(struct xe_device *xe) in vram_threshold_value() 296 struct xe_device *xe = container_of(nb, struct xe_device, pm_notifier); in xe_pm_notifier_callback() local [all …]
|
H A D | xe_device.c | 76 struct xe_device *xe = to_xe_device(dev); in xe_file_open() local 157 struct xe_device *xe = to_xe_device(dev); in xe_file_close() local 208 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_ioctl() local 226 struct xe_device *xe = to_xe_device(file_priv->minor->dev); in xe_drm_compat_ioctl() local 310 struct xe_device *xe = to_xe_device(dev); in xe_pci_barrier_mmap() local 395 struct xe_device *xe = to_xe_device(dev); in xe_device_destroy() local 417 struct xe_device *xe; in xe_device_create() local 504 static bool xe_driver_flr_disabled(struct xe_device *xe) in xe_driver_flr_disabled() 530 static void __xe_driver_flr(struct xe_device *xe) in __xe_driver_flr() 576 static void xe_driver_flr(struct xe_device *xe) in xe_driver_flr() [all …]
|
H A D | xe_irq.c | 96 static u32 xelp_intr_disable(struct xe_device *xe) in xelp_intr_disable() 112 gu_misc_irq_ack(struct xe_device *xe, const u32 master_ctl) in gu_misc_irq_ack() 127 static inline void xelp_intr_enable(struct xe_device *xe, bool stall) in xelp_intr_enable() 139 struct xe_device *xe = gt_to_xe(gt); in xe_irq_enable_hwe() local 227 gt_engine_identity(struct xe_device *xe, in gt_engine_identity() 283 struct xe_device *xe = tile_to_xe(tile); in pick_engine_gt() local 311 struct xe_device *xe = tile_to_xe(tile); in gt_irq_handler() local 369 struct xe_device *xe = arg; in xelp_irq_handler() local 397 static u32 dg1_intr_disable(struct xe_device *xe) in dg1_intr_disable() 415 static void dg1_intr_enable(struct xe_device *xe, bool stall) in dg1_intr_enable() [all …]
|
H A D | xe_bo_evict.c | 15 static int xe_bo_apply_to_pinned(struct xe_device *xe, in xe_bo_apply_to_pinned() 64 int xe_bo_notifier_prepare_all_pinned(struct xe_device *xe) in xe_bo_notifier_prepare_all_pinned() 87 void xe_bo_notifier_unprepare_all_pinned(struct xe_device *xe) in xe_bo_notifier_unprepare_all_pinned() 106 int xe_bo_evict_all_user(struct xe_device *xe) in xe_bo_evict_all_user() 151 int xe_bo_evict_all(struct xe_device *xe) in xe_bo_evict_all() 185 struct xe_device *xe = xe_bo_device(bo); in xe_bo_restore_and_map_ggtt() local 225 int xe_bo_restore_early(struct xe_device *xe) in xe_bo_restore_early() 242 int xe_bo_restore_late(struct xe_device *xe) in xe_bo_restore_late() 272 static void xe_bo_pci_dev_remove_pinned(struct xe_device *xe) in xe_bo_pci_dev_remove_pinned() 297 void xe_bo_pci_dev_remove_all(struct xe_device *xe) in xe_bo_pci_dev_remove_all() [all …]
|
H A D | xe_sriov_printk.h | 14 #define xe_sriov_printk_prefix(xe) \ argument 18 #define xe_sriov_printk(xe, _level, fmt, ...) \ argument 21 #define xe_sriov_err(xe, fmt, ...) \ argument 24 #define xe_sriov_err_ratelimited(xe, fmt, ...) \ argument 27 #define xe_sriov_warn(xe, fmt, ...) \ argument 30 #define xe_sriov_notice(xe, fmt, ...) \ argument 33 #define xe_sriov_info(xe, fmt, ...) \ argument 36 #define xe_sriov_dbg(xe, fmt, ...) \ argument 41 #define xe_sriov_dbg_verbose(xe, fmt, ...) xe_sriov_dbg(xe, fmt, ##__VA_ARGS__) argument 43 #define xe_sriov_dbg_verbose(xe, fmt, ...) typecheck(struct xe_device *, (xe)) argument
|
H A D | xe_device.h | 34 static inline struct xe_device *xe_device_const_cast(const struct xe_device *xe) in xe_device_const_cast() 58 static inline struct xe_tile *xe_device_get_root_tile(struct xe_device *xe) in xe_device_get_root_tile() 70 static inline struct xe_gt *xe_device_get_gt(struct xe_device *xe, u8 gt_id) in xe_device_get_gt() 112 static inline struct xe_gt *xe_root_mmio_gt(struct xe_device *xe) in xe_root_mmio_gt() 117 static inline bool xe_device_uc_enabled(struct xe_device *xe) in xe_device_uc_enabled() 145 static inline bool xe_device_has_flat_ccs(struct xe_device *xe) in xe_device_has_flat_ccs() 150 static inline bool xe_device_has_sriov(struct xe_device *xe) in xe_device_has_sriov() 155 static inline bool xe_device_has_msix(struct xe_device *xe) in xe_device_has_msix() 160 static inline bool xe_device_has_memirq(struct xe_device *xe) in xe_device_has_memirq() 165 static inline bool xe_device_uses_memirq(struct xe_device *xe) in xe_device_uses_memirq() [all …]
|
H A D | xe_sriov.h | 22 static inline enum xe_sriov_mode xe_device_sriov_mode(const struct xe_device *xe) in xe_device_sriov_mode() 28 static inline bool xe_device_is_sriov_pf(const struct xe_device *xe) in xe_device_is_sriov_pf() 33 static inline bool xe_device_is_sriov_vf(const struct xe_device *xe) in xe_device_is_sriov_vf() 39 #define IS_SRIOV_PF(xe) xe_device_is_sriov_pf(xe) argument 41 #define IS_SRIOV_PF(xe) (typecheck(struct xe_device *, (xe)) && false) argument 43 #define IS_SRIOV_VF(xe) xe_device_is_sriov_vf(xe) argument 45 #define IS_SRIOV(xe) (IS_SRIOV_PF(xe) || IS_SRIOV_VF(xe)) argument
|
H A D | xe_bo.c | 87 static bool resource_is_stolen_vram(struct xe_device *xe, struct ttm_resource *res) in resource_is_stolen_vram() 159 mem_type_to_migrate(struct xe_device *xe, u32 mem_type) in mem_type_to_migrate() 170 struct xe_device *xe = ttm_to_xe_device(res->bo->bdev); in res_to_mem_region() local 181 static void try_add_system(struct xe_device *xe, struct xe_bo *bo, in try_add_system() 210 static void add_vram(struct xe_device *xe, struct xe_bo *bo, in add_vram() 241 static void try_add_vram(struct xe_device *xe, struct xe_bo *bo, in try_add_vram() 250 static void try_add_stolen(struct xe_device *xe, struct xe_bo *bo, in try_add_stolen() 265 static int __xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in __xe_bo_placement_for_flags() 285 int xe_bo_placement_for_flags(struct xe_device *xe, struct xe_bo *bo, in xe_bo_placement_for_flags() 295 struct xe_device *xe = container_of(tbo->bdev, typeof(*xe), ttm); in xe_evict_flags() local [all …]
|
H A D | xe_sriov_pf.c | 20 static unsigned int wanted_max_vfs(struct xe_device *xe) in wanted_max_vfs() 25 static int pf_reduce_totalvfs(struct xe_device *xe, int limit) in pf_reduce_totalvfs() 38 static bool pf_continue_as_native(struct xe_device *xe, const char *why) in pf_continue_as_native() 54 bool xe_sriov_pf_readiness(struct xe_device *xe) in xe_sriov_pf_readiness() 86 int xe_sriov_pf_init_early(struct xe_device *xe) in xe_sriov_pf_init_early() 114 int xe_sriov_pf_wait_ready(struct xe_device *xe) in xe_sriov_pf_wait_ready() 139 void xe_sriov_pf_print_vfs_summary(struct xe_device *xe, struct drm_printer *p) in xe_sriov_pf_print_vfs_summary() 155 struct xe_device *xe = parent->d_inode->i_private; in simple_show() local 174 void xe_sriov_pf_debugfs_register(struct xe_device *xe, struct dentry *root) in xe_sriov_pf_debugfs_register()
|
H A D | xe_sriov_vf.c | 127 static bool vf_migration_supported(struct xe_device *xe) in vf_migration_supported() 142 void xe_sriov_vf_init_early(struct xe_device *xe) in xe_sriov_vf_init_early() 160 static int vf_post_migration_notify_resfix_done(struct xe_device *xe, unsigned long gt_flags) in vf_post_migration_notify_resfix_done() 183 static int vf_get_next_migrated_gt_id(struct xe_device *xe) in vf_get_next_migrated_gt_id() 226 static void vf_post_migration_recovery(struct xe_device *xe) in vf_post_migration_recovery() 265 struct xe_device *xe = container_of(w, struct xe_device, in migration_worker_func() local 278 static bool vf_ready_to_recovery_on_any_gts(struct xe_device *xe) in vf_ready_to_recovery_on_any_gts() 296 void xe_sriov_vf_start_migration_recovery(struct xe_device *xe) in xe_sriov_vf_start_migration_recovery()
|
H A D | xe_ttm_stolen_mgr.c | 55 bool xe_ttm_stolen_cpu_access_needs_ggtt(struct xe_device *xe) in xe_ttm_stolen_cpu_access_needs_ggtt() 60 static u32 get_wopcm_size(struct xe_device *xe) in get_wopcm_size() 83 static s64 detect_bar2_dgfx(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr) in detect_bar2_dgfx() 121 static u32 detect_bar2_integrated(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr) in detect_bar2_integrated() 196 static u64 detect_stolen(struct xe_device *xe, struct xe_ttm_stolen_mgr *mgr) in detect_stolen() 210 int xe_ttm_stolen_mgr_init(struct xe_device *xe) in xe_ttm_stolen_mgr_init() 262 struct xe_device *xe = xe_bo_device(bo); in xe_ttm_stolen_io_offset() local 276 static int __xe_ttm_stolen_io_mem_reserve_bar2(struct xe_device *xe, in __xe_ttm_stolen_io_mem_reserve_bar2() 300 static int __xe_ttm_stolen_io_mem_reserve_stolen(struct xe_device *xe, in __xe_ttm_stolen_io_mem_reserve_stolen() 327 int xe_ttm_stolen_io_mem_reserve(struct xe_device *xe, struct ttm_resource *mem) in xe_ttm_stolen_io_mem_reserve() [all …]
|
H A D | xe_pci_sriov.c | 30 static int pf_provision_vfs(struct xe_device *xe, unsigned int num_vfs) in pf_provision_vfs() 46 static void pf_unprovision_vfs(struct xe_device *xe, unsigned int num_vfs) in pf_unprovision_vfs() 57 static void pf_reset_vfs(struct xe_device *xe, unsigned int num_vfs) in pf_reset_vfs() 68 static struct pci_dev *xe_pci_pf_get_vf_dev(struct xe_device *xe, unsigned int vf_id) in xe_pci_pf_get_vf_dev() 80 static void pf_link_vfs(struct xe_device *xe, int num_vfs) in pf_link_vfs() 117 static void pf_engine_activity_stats(struct xe_device *xe, unsigned int num_vfs, bool enable) in pf_engine_activity_stats() 131 static int pf_enable_vfs(struct xe_device *xe, int num_vfs) in pf_enable_vfs() 183 static int pf_disable_vfs(struct xe_device *xe) in pf_disable_vfs() 224 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_sriov_configure() local
|
H A D | xe_sriov_pf_service.c | 24 void xe_sriov_pf_service_init(struct xe_device *xe) in xe_sriov_pf_service_init() 41 static int pf_negotiate_version(struct xe_device *xe, in pf_negotiate_version() 87 static void pf_connect(struct xe_device *xe, u32 vfid, u32 major, u32 minor) in pf_connect() 96 static void pf_disconnect(struct xe_device *xe, u32 vfid) in pf_disconnect() 117 bool xe_sriov_pf_service_is_negotiated(struct xe_device *xe, u32 vfid, u32 major, u32 minor) in xe_sriov_pf_service_is_negotiated() 140 int xe_sriov_pf_service_handshake_vf(struct xe_device *xe, u32 vfid, in xe_sriov_pf_service_handshake_vf() 176 void xe_sriov_pf_service_reset_vf(struct xe_device *xe, unsigned int vfid) in xe_sriov_pf_service_reset_vf() 194 void xe_sriov_pf_service_print_versions(struct xe_device *xe, struct drm_printer *p) in xe_sriov_pf_service_print_versions()
|
H A D | xe_debugfs.c | 42 struct xe_device *xe = node_to_xe(m->private); in info() local 80 struct xe_device *xe = node_to_xe(m->private); in sriov_info() local 87 static int workarounds(struct xe_device *xe, struct drm_printer *p) in workarounds() 98 struct xe_device *xe = node_to_xe(m->private); in workaround_info() local 113 struct xe_device *xe = inode->i_private; in forcewake_open() local 145 struct xe_device *xe = inode->i_private; in forcewake_release() local 165 struct xe_device *xe = file_inode(f)->i_private; in wedged_mode_show() local 177 struct xe_device *xe = file_inode(f)->i_private; in wedged_mode_set() local 218 struct xe_device *xe = file_inode(f)->i_private; in atomic_svm_timeslice_ms_show() local 231 struct xe_device *xe = file_inode(f)->i_private; in atomic_svm_timeslice_ms_set() local [all …]
|
H A D | xe_query.c | 48 static size_t calc_hw_engine_info_size(struct xe_device *xe) in calc_hw_engine_info_size() 113 query_engine_cycles(struct xe_device *xe, in query_engine_cycles() 185 static int query_engines(struct xe_device *xe, in query_engines() 234 static size_t calc_mem_regions_size(struct xe_device *xe) in calc_mem_regions_size() 246 static int query_mem_regions(struct xe_device *xe, in query_mem_regions() 317 static int query_config(struct xe_device *xe, struct drm_xe_device_query *query) in query_config() 363 static int query_gt_list(struct xe_device *xe, struct drm_xe_device_query *query) in query_gt_list() 436 static int query_hwconfig(struct xe_device *xe, in query_hwconfig() 466 static size_t calc_topo_query_size(struct xe_device *xe) in calc_topo_query_size() 504 static int query_gt_topology(struct xe_device *xe, in query_gt_topology() [all …]
|
H A D | xe_device_sysfs.c | 40 struct xe_device *xe = pdev_to_xe_device(pdev); in vram_d3cold_threshold_show() local 55 struct xe_device *xe = pdev_to_xe_device(pdev); in vram_d3cold_threshold_store() local 77 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in lb_fan_control_version_show() local 116 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in lb_voltage_regulator_version_show() local 154 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in late_bind_create_files() local 187 struct xe_device *xe = pdev_to_xe_device(to_pci_dev(dev)); in late_bind_remove_files() local 250 struct xe_device *xe = pdev_to_xe_device(pdev); in auto_link_downgrade_capable_show() local 266 struct xe_device *xe = pdev_to_xe_device(pdev); in auto_link_downgrade_status_show() local 289 struct xe_device *xe = arg; in xe_device_sysfs_fini() local 300 int xe_device_sysfs_init(struct xe_device *xe) in xe_device_sysfs_init()
|
H A D | xe_survivability_mode.c | 74 static void populate_survivability_info(struct xe_device *xe) in populate_survivability_info() 110 struct xe_device *xe = pdev_to_xe_device(pdev); in log_survivability_info() local 128 struct xe_device *xe = pdev_to_xe_device(pdev); in survivability_mode_show() local 146 struct xe_device *xe = arg; in xe_survivability_mode_fini() local 157 struct xe_device *xe = pdev_to_xe_device(pdev); in enable_survivability_mode() local 201 bool xe_survivability_mode_is_enabled(struct xe_device *xe) in xe_survivability_mode_is_enabled() 216 bool xe_survivability_mode_is_requested(struct xe_device *xe) in xe_survivability_mode_is_requested() 257 int xe_survivability_mode_enable(struct xe_device *xe) in xe_survivability_mode_enable()
|
H A D | xe_pmu.c | 93 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_to_gt() local 101 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_to_hwe() local 135 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_gt_forcewake() local 163 struct xe_device *xe = container_of(pmu, typeof(*xe), pmu); in event_supported() local 175 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in event_param_valid() local 216 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_destroy() local 234 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_init() local 338 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_read() local 361 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_start() local 373 struct xe_device *xe = container_of(event->pmu, typeof(*xe), pmu.base); in xe_pmu_event_stop() local [all …]
|
H A D | xe_pat.c | 157 u16 xe_pat_index_get_coh_mode(struct xe_device *xe, u16 pat_index) in xe_pat_index_get_coh_mode() 166 struct xe_device *xe = gt_to_xe(gt); in program_pat() local 183 struct xe_device *xe = gt_to_xe(gt); in program_pat_mcr() local 199 struct xe_device *xe = gt_to_xe(gt); in xelp_dump() local 227 struct xe_device *xe = gt_to_xe(gt); in xehp_dump() local 257 struct xe_device *xe = gt_to_xe(gt); in xehpc_dump() local 285 struct xe_device *xe = gt_to_xe(gt); in xelpg_dump() local 323 struct xe_device *xe = gt_to_xe(gt); in xe2_dump() local 378 void xe_pat_init_early(struct xe_device *xe) in xe_pat_init_early() 454 struct xe_device *xe = gt_to_xe(gt); in xe_pat_init() local [all …]
|
H A D | xe_pxp_submit.c | 37 struct xe_device *xe = pxp->xe; in allocate_vcs_execution_resources() local 89 struct xe_device *xe = tile_to_xe(tile); in allocate_gsc_client_resources() local 219 static u32 pxp_emit_wait(struct xe_device *xe, struct iosys_map *batch, u32 offset) in pxp_emit_wait() 228 static u32 pxp_emit_session_selection(struct xe_device *xe, struct iosys_map *batch, in pxp_emit_session_selection() 260 static u32 pxp_emit_inline_termination(struct xe_device *xe, in pxp_emit_inline_termination() 270 static u32 pxp_emit_session_termination(struct xe_device *xe, struct iosys_map *batch, in pxp_emit_session_termination() 356 struct xe_device *xe = gt_to_xe(gt); in pxp_pkt_submit() local 381 static void emit_pxp_heci_cmd(struct xe_device *xe, struct iosys_map *batch, in emit_pxp_heci_cmd() 403 struct xe_device *xe = gsc_res->vm->xe; in gsccs_send_message() local 505 struct xe_device *xe = gsc_res->vm->xe; in xe_pxp_submit_session_init() local [all …]
|
H A D | xe_sriov.c | 39 static bool test_is_vf(struct xe_device *xe) in test_is_vf() 57 void xe_sriov_probe_early(struct xe_device *xe) in xe_sriov_probe_early() 91 struct xe_device *xe = arg; in fini_sriov() local 106 int xe_sriov_init(struct xe_device *xe) in xe_sriov_init() 137 void xe_sriov_print_info(struct xe_device *xe, struct drm_printer *p) in xe_sriov_print_info()
|
/linux/drivers/gpu/drm/xe/display/ |
H A D | xe_display.h | 45 static inline void xe_display_driver_remove(struct xe_device *xe) {} in xe_display_driver_remove() 47 static inline int xe_display_probe(struct xe_device *xe) { return 0; } in xe_display_probe() 49 static inline int xe_display_init_early(struct xe_device *xe) { return 0; } in xe_display_init_early() 50 static inline int xe_display_init(struct xe_device *xe) { return 0; } in xe_display_init() 52 static inline void xe_display_register(struct xe_device *xe) {} in xe_display_register() 53 static inline void xe_display_unregister(struct xe_device *xe) {} in xe_display_unregister() 55 static inline void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) {} in xe_display_irq_handler() 56 static inline void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) {} in xe_display_irq_enable() 57 static inline void xe_display_irq_reset(struct xe_device *xe) {} in xe_display_irq_reset() 58 static inline void xe_display_irq_postinstall(struct xe_device *xe, struct xe_gt *gt) {} in xe_display_irq_postinstall() [all …]
|
H A D | xe_display.c | 40 static bool has_display(struct xe_device *xe) in has_display() 86 static void unset_display_features(struct xe_device *xe) in unset_display_features() 93 struct xe_device *xe = arg; in xe_display_fini_early() local 105 int xe_display_init_early(struct xe_device *xe) in xe_display_init_early() 152 struct xe_device *xe = arg; in xe_display_fini() local 161 int xe_display_init(struct xe_device *xe) in xe_display_init() 176 void xe_display_register(struct xe_device *xe) in xe_display_register() 187 void xe_display_unregister(struct xe_device *xe) in xe_display_unregister() 200 void xe_display_irq_handler(struct xe_device *xe, u32 master_ctl) in xe_display_irq_handler() 211 void xe_display_irq_enable(struct xe_device *xe, u32 gu_misc_iir) in xe_display_irq_enable() [all …]
|
/linux/drivers/gpu/drm/xe/tests/ |
H A D | xe_sriov_pf_service_kunit.c | 19 struct xe_device *xe; in pf_service_test_init() local 45 struct xe_device *xe = test->priv; in pf_negotiate_any() local 58 struct xe_device *xe = test->priv; in pf_negotiate_base_match() local 72 struct xe_device *xe = test->priv; in pf_negotiate_base_newer() local 90 struct xe_device *xe = test->priv; in pf_negotiate_base_next() local 107 struct xe_device *xe = test->priv; in pf_negotiate_base_older() local 122 struct xe_device *xe = test->priv; in pf_negotiate_base_prev() local 133 struct xe_device *xe = test->priv; in pf_negotiate_latest_match() local 147 struct xe_device *xe = test->priv; in pf_negotiate_latest_newer() local 161 struct xe_device *xe = test->priv; in pf_negotiate_latest_next() local [all …]
|
/linux/drivers/gpu/drm/xe/compat-i915-headers/gem/ |
H A D | i915_gem_stolen.h | 18 static inline int i915_gem_stolen_insert_node_in_range(struct xe_device *xe, in i915_gem_stolen_insert_node_in_range() 56 static inline int i915_gem_stolen_insert_node(struct xe_device *xe, in i915_gem_stolen_insert_node() 65 static inline void i915_gem_stolen_remove_node(struct xe_device *xe, in i915_gem_stolen_remove_node() 72 #define i915_gem_stolen_initialized(xe) (!!ttm_manager_type(&(xe)->ttm, XE_PL_STOLEN)) argument 84 #define i915_gem_stolen_area_address(xe) (!WARN_ON(1)) argument 86 #define i915_gem_stolen_area_size(xe) (!WARN_ON(1)) argument 88 #define i915_gem_stolen_node_address(xe, fb) (xe_ttm_stolen_gpu_offset(xe) + \ argument
|