/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_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_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_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.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_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_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 | 34 static int pf_provision_vfs(struct xe_device *xe, unsigned int num_vfs) in pf_provision_vfs() 50 static void pf_unprovision_vfs(struct xe_device *xe, unsigned int num_vfs) in pf_unprovision_vfs() 61 static void pf_reset_vfs(struct xe_device *xe, unsigned int num_vfs) in pf_reset_vfs() 72 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() 84 static void pf_link_vfs(struct xe_device *xe, int num_vfs) in pf_link_vfs() 121 static void pf_engine_activity_stats(struct xe_device *xe, unsigned int num_vfs, bool enable) in pf_engine_activity_stats() 135 static int resize_vf_vram_bar(struct xe_device *xe, int num_vfs) in resize_vf_vram_bar() 147 static int pf_enable_vfs(struct xe_device *xe, int num_vfs) in pf_enable_vfs() 205 static int pf_disable_vfs(struct xe_device *xe) in pf_disable_vfs() 246 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_sriov_configure() local
|
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_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_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_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_pci.c | 424 find_subplatform(const struct xe_device *xe, const struct xe_device_desc *desc) in find_subplatform() 442 static void read_gmdid(struct xe_device *xe, enum xe_gmdid_type type, u32 *ver, u32 *revid) in read_gmdid() 510 static void handle_gmdid(struct xe_device *xe, in handle_gmdid() 559 static int xe_info_init_early(struct xe_device *xe, in xe_info_init_early() 607 static int xe_info_init(struct xe_device *xe, in xe_info_init() 724 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_remove() local 759 struct xe_device *xe; in xe_pci_probe() local 877 struct xe_device *xe = pdev_to_xe_device(pdev); in d3cold_toggle() local 900 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_suspend() local 954 struct xe_device *xe = pdev_to_xe_device(pdev); in xe_pci_runtime_suspend() local [all …]
|
H A D | xe_exec_queue.c | 53 static struct xe_exec_queue *__xe_exec_queue_alloc(struct xe_device *xe, in __xe_exec_queue_alloc() 154 struct xe_exec_queue *xe_exec_queue_create(struct xe_device *xe, struct xe_vm *vm, in xe_exec_queue_create() 195 struct xe_exec_queue *xe_exec_queue_create_class(struct xe_device *xe, struct xe_gt *gt, in xe_exec_queue_create_class() 237 struct xe_exec_queue *xe_exec_queue_create_bind(struct xe_device *xe, in xe_exec_queue_create_bind() 347 xe_exec_queue_device_get_max_priority(struct xe_device *xe) in xe_exec_queue_device_get_max_priority() 353 static int exec_queue_set_priority(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_set_priority() 418 static int exec_queue_set_timeslice(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_set_timeslice() 435 exec_queue_set_pxp_type(struct xe_device *xe, struct xe_exec_queue *q, u64 value) in exec_queue_set_pxp_type() 460 static int exec_queue_user_ext_set_property(struct xe_device *xe, in exec_queue_user_ext_set_property() 497 static int exec_queue_user_extensions(struct xe_device *xe, struct xe_exec_queue *q, in exec_queue_user_extensions() [all …]
|
H A D | xe_rtp.c | 27 static bool has_samedia(const struct xe_device *xe) in has_samedia() 32 static bool rule_matches(const struct xe_device *xe, in rule_matches() 187 struct xe_device *xe, struct xe_gt *gt, in rtp_process_one_sr() 213 struct xe_device **xe) in rtp_get_context() 254 static void rtp_mark_active(struct xe_device *xe, in rtp_mark_active() 289 struct xe_device *xe = NULL; in xe_rtp_process_to_sr() local 332 struct xe_device *xe; in xe_rtp_process() local
|
H A D | xe_guc.c | 49 struct xe_device *xe = guc_to_xe(guc); in guc_bo_ggtt_addr() local 183 struct xe_device *xe = guc_to_xe(guc); in guc_ctl_wa_flags() local 222 struct xe_device *xe = guc_to_xe(guc); in guc_ctl_devid() local 290 struct xe_device *xe = gt_to_xe(gt); in guc_action_register_g2g_buffer() local 310 struct xe_device *xe = gt_to_xe(gt); in guc_action_deregister_g2g_buffer() local 400 struct xe_device *xe = gt_to_xe(near_gt); in guc_g2g_register() local 438 struct xe_device *xe = gt_to_xe(gt); in guc_g2g_size() local 447 static bool xe_guc_g2g_wanted(struct xe_device *xe) in xe_guc_g2g_wanted() 460 struct xe_device *xe = gt_to_xe(gt); in guc_g2g_alloc() local 514 struct xe_device *xe = gt_to_xe(gt); in guc_g2g_start() local [all …]
|
/linux/drivers/gpu/drm/xe/display/ |
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 …]
|
H A D | xe_hdcp_gsc.c | 25 struct xe_device *xe; member 35 struct xe_device *xe = to_xe_device(drm); in intel_hdcp_gsc_check_status() local 67 static int intel_hdcp_gsc_initialize_message(struct xe_device *xe, in intel_hdcp_gsc_initialize_message() 101 struct xe_device *xe = to_xe_device(drm); in intel_hdcp_gsc_context_alloc() local 132 static int xe_gsc_send_sync(struct xe_device *xe, in xe_gsc_send_sync() 162 struct xe_device *xe = gsc_context->xe; in intel_hdcp_gsc_msg_send() local
|
/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 …]
|
H A D | xe_migrate.c | 15 static bool sanity_fence_failed(struct xe_device *xe, struct dma_fence *fence, in sanity_fence_failed() 37 static int run_sanity_job(struct xe_migrate *m, struct xe_device *xe, in run_sanity_job() 75 struct xe_device *xe = tile_to_xe(m->tile); in test_copy() local 187 struct xe_device *xe = tile_to_xe(tile); in xe_migrate_sanity_test() local 336 static int migrate_test_run_device(struct xe_device *xe) in migrate_test_run_device() 360 struct xe_device *xe = test->priv; in xe_migrate_sanity_kunit() local 371 struct xe_device *xe = gt_to_xe(gt); in blt_copy() local 491 static void test_migrate(struct xe_device *xe, struct xe_tile *tile, in test_migrate() 579 static void test_clear(struct xe_device *xe, struct xe_tile *tile, in test_clear() 634 static void validate_ccs_test_run_tile(struct xe_device *xe, struct xe_tile *tile, in validate_ccs_test_run_tile() [all …]
|