linux/drivers/gpu/drm/xe
Lucas De Marchi 9e3a13f3ee drm/xe: Remove PVC from xe_wa kunit tests
Since the PCI IDs for PVC weren't added to the xe driver, the xe_wa
tests should not try to create a fake PVC device since they can't find
the right PCI ID. Fix bugs when running kunit:

	# xe_wa_gt: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_wa_test.c:111
	Expected ret == 0, but
	    ret == -19 (0xffffffffffffffed)
	[FAILED] PVC (B0)
	# xe_wa_gt: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_wa_test.c:111
	Expected ret == 0, but
	    ret == -19 (0xffffffffffffffed)
	[FAILED] PVC (B1)
	# xe_wa_gt: ASSERTION FAILED at drivers/gpu/drm/xe/tests/xe_wa_test.c:111
	Expected ret == 0, but
	    ret == -19 (0xffffffffffffffed)
	[FAILED] PVC (C0)

Fixes: dd08ebf6c3 ("drm/xe: Introduce a new DRM driver for Intel GPUs")
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Matt Roper <matthew.d.roper@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240123031242.3548724-1-lucas.demarchi@intel.com
(cherry picked from commit ab5ae65fb2)
Signed-off-by: Thomas Hellström <thomas.hellstrom@linux.intel.com>
2024-01-24 11:13:55 +01:00
..
abi drm/xe/huc: HuC authentication via GSC 2023-12-21 11:45:24 -05:00
compat-i915-headers drm/xe/display: Avoid calling readq() 2024-01-24 11:13:25 +01:00
display drm/xe/display: Fix dummy __i915_inject_probe_error() 2023-12-21 11:46:17 -05:00
instructions drm/xe/gsc: Query GSC compatibility version 2023-12-21 11:45:06 -05:00
regs drm/xe/pmu: Remove PMU from Xe till uapi is finalized 2023-12-21 11:46:59 -05:00
tests drm/xe: Remove PVC from xe_wa kunit tests 2024-01-24 11:13:55 +01:00
.gitignore
.kunitconfig drm/xe/kunit: Enable CONFIG_PCI_IOV in .kunitconfig 2023-12-21 11:45:27 -05:00
Kconfig drm/xe: display support should not depend on EXPERT 2024-01-15 21:40:32 +01:00
Kconfig.debug drm/xe: Define DRM_XE_DEBUG_SRIOV config 2023-12-21 11:45:27 -05:00
Kconfig.profile
Makefile drm/xe: Fix build bug for GCC 11 2024-01-15 15:36:54 +01:00
xe_assert.h
xe_bb.c
xe_bb.h
xe_bb_types.h
xe_bo.c drm/xe: Fix bounds checking in __xe_bo_placement_for_flags() 2024-01-15 15:37:03 +01:00
xe_bo.h drm/xe: Add a helper for DRM device-lifetime BO create 2023-12-21 11:45:11 -05:00
xe_bo_doc.h
xe_bo_evict.c
xe_bo_evict.h
xe_bo_types.h drm/xe/xe2: Handle flat ccs move for igfx. 2023-12-21 11:46:15 -05:00
xe_debugfs.c drm/xe: Fix build without CONFIG_FAULT_INJECTION 2023-12-21 11:47:38 -05:00
xe_debugfs.h
xe_devcoredump.c
xe_devcoredump.h
xe_devcoredump_types.h
xe_device.c drm/xe: Use _ULL for u64 division 2024-01-24 11:13:06 +01:00
xe_device.h drm/xe/device: Introduce xe_device_probe_early 2023-12-21 11:45:11 -05:00
xe_device_sysfs.c
xe_device_sysfs.h
xe_device_types.h drm/xe: Annotate multiple mmio pointers with __iomem 2024-01-15 15:36:45 +01:00
xe_display.c drm/xe: Encapsulate all the module parameters 2023-12-21 11:45:05 -05:00
xe_display.h drm/xe/display: Implement display support 2023-12-21 11:43:39 -05:00
xe_dma_buf.c drm/xe/dmabuf: Make xe_dmabuf_ops static 2024-01-24 11:12:45 +01:00
xe_dma_buf.h
xe_drm_client.c
xe_drm_client.h
xe_drv.h
xe_exec.c drm/xe: Fix exec IOCTL long running exec queue ring full condition 2024-01-15 15:36:37 +01:00
xe_exec.h
xe_exec_queue.c drm/xe: Fix modifying exec_queue priority in xe_migrate_init 2024-01-15 15:36:50 +01:00
xe_exec_queue.h drm/xe/uapi: Kill exec_queue_set_property 2023-12-21 11:45:23 -05:00
xe_exec_queue_types.h drm/xe: Fix modifying exec_queue priority in xe_migrate_init 2024-01-15 15:36:50 +01:00
xe_execlist.c drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl 2023-12-21 11:46:20 -05:00
xe_execlist.h
xe_execlist_types.h
xe_force_wake.c drm/xe: Fix lockdep warning in xe_force_wake calls 2023-12-21 11:46:08 -05:00
xe_force_wake.h
xe_force_wake_types.h
xe_gen_wa_oob.c
xe_ggtt.c drm/xe: Drop some unnecessary header includes 2023-12-21 11:46:17 -05:00
xe_ggtt.h drm/xe: Reorder GGTT init to earlier point in probe 2023-12-21 11:45:11 -05:00
xe_ggtt_types.h
xe_gpu_scheduler.c
xe_gpu_scheduler.h
xe_gpu_scheduler_types.h
xe_gsc.c drm/xe/huc: HuC authentication via GSC 2023-12-21 11:45:24 -05:00
xe_gsc.h drm/xe/gsc: Implement WA 14015076503 2023-12-21 11:45:06 -05:00
xe_gsc_submit.c drm/xe/gsc: Query GSC compatibility version 2023-12-21 11:45:06 -05:00
xe_gsc_submit.h drm/xe/gsc: Query GSC compatibility version 2023-12-21 11:45:06 -05:00
xe_gsc_types.h drm/xe/gsc: GSC FW load 2023-12-21 11:45:06 -05:00
xe_gt.c drm/xe/uapi: Remove reset uevent for now 2023-12-21 11:47:37 -05:00
xe_gt.h drm/xe: Fix build without CONFIG_FAULT_INJECTION 2023-12-21 11:47:38 -05:00
xe_gt_ccs_mode.c drm/xe: Avoid any races around ccs_mode update 2023-12-21 11:45:27 -05:00
xe_gt_ccs_mode.h drm/xe: Allow userspace to configure CCS mode 2023-12-21 11:45:27 -05:00
xe_gt_clock.c drm/xe/uapi: Crystal Reference Clock updates 2023-12-21 11:45:19 -05:00
xe_gt_clock.h
xe_gt_debugfs.c
xe_gt_debugfs.h
xe_gt_freq.c drm/xe: Check skip_guc_pc before setting SLPC flag 2024-01-15 15:36:52 +01:00
xe_gt_freq.h drm/xe: Create a xe_gt_freq component for raw management and sysfs 2023-12-21 11:45:28 -05:00
xe_gt_idle.c drm/xe: Manually setup C6 when skip_guc_pc is set 2023-12-21 11:45:08 -05:00
xe_gt_idle.h drm/xe: Manually setup C6 when skip_guc_pc is set 2023-12-21 11:45:08 -05:00
xe_gt_idle_types.h drm/xe: Rename xe_gt_idle_sysfs to xe_gt_idle 2023-12-21 11:45:08 -05:00
xe_gt_mcr.c
xe_gt_mcr.h
xe_gt_pagefault.c Introduce a new DRM driver for Intel GPUs 2023-12-22 10:36:21 +10:00
xe_gt_pagefault.h
xe_gt_printk.h
xe_gt_sysfs.c
xe_gt_sysfs.h
xe_gt_sysfs_types.h
xe_gt_throttle_sysfs.c drm/xe: Add frequency throttle reasons sysfs attributes 2023-12-21 11:45:28 -05:00
xe_gt_throttle_sysfs.h drm/xe: Add frequency throttle reasons sysfs attributes 2023-12-21 11:45:28 -05:00
xe_gt_tlb_invalidation.c drm/xe/guc: Include only required GuC ABI headers 2023-12-21 11:45:08 -05:00
xe_gt_tlb_invalidation.h
xe_gt_tlb_invalidation_types.h
xe_gt_topology.c
xe_gt_topology.h
xe_gt_types.h drm/xe: Create a xe_gt_freq component for raw management and sysfs 2023-12-21 11:45:28 -05:00
xe_guc.c drm/xe: Check skip_guc_pc before setting SLPC flag 2024-01-15 15:36:52 +01:00
xe_guc.h drm/xe/guc: Promote guc_to_gt/xe helpers to .h 2023-12-21 11:44:32 -05:00
xe_guc_ads.c drm/xe: Rename info.supports_* to info.has_* 2023-12-21 11:45:27 -05:00
xe_guc_ads.h
xe_guc_ads_types.h
xe_guc_ct.c drm/xe: Add a helper for DRM device-lifetime BO create 2023-12-21 11:45:11 -05:00
xe_guc_ct.h
xe_guc_ct_types.h
xe_guc_debugfs.c drm/xe/guc: Promote guc_to_gt/xe helpers to .h 2023-12-21 11:44:32 -05:00
xe_guc_debugfs.h
xe_guc_exec_queue_types.h
xe_guc_fwif.h drm/xe/guc: Include only required GuC ABI headers 2023-12-21 11:45:08 -05:00
xe_guc_hwconfig.c drm/xe: Add a helper for DRM device-lifetime BO create 2023-12-21 11:45:11 -05:00
xe_guc_hwconfig.h
xe_guc_log.c drm/xe: Add a helper for DRM device-lifetime BO create 2023-12-21 11:45:11 -05:00
xe_guc_log.h
xe_guc_log_types.h
xe_guc_pc.c drm/xe: Check skip_guc_pc before disabling gucrc 2023-12-21 11:45:55 -05:00
xe_guc_pc.h drm/xe: Create a xe_gt_freq component for raw management and sysfs 2023-12-21 11:45:28 -05:00
xe_guc_pc_types.h
xe_guc_submit.c drm/xe: Fix modifying exec_queue priority in xe_migrate_init 2024-01-15 15:36:50 +01:00
xe_guc_submit.h
xe_guc_submit_types.h
xe_guc_types.h drm/xe/uc: Rework uC version tracking 2023-12-21 11:45:05 -05:00
xe_heci_gsc.c drm/xe: Drop some unnecessary header includes 2023-12-21 11:46:17 -05:00
xe_heci_gsc.h
xe_huc.c drm/xe/huc: HuC authentication via GSC 2023-12-21 11:45:24 -05:00
xe_huc.h drm/xe/huc: HuC authentication via GSC 2023-12-21 11:45:24 -05:00
xe_huc_debugfs.c
xe_huc_debugfs.h
xe_huc_types.h drm/xe/huc: HuC authentication via GSC 2023-12-21 11:45:24 -05:00
xe_hw_engine.c drm/xe: Define interrupt vector bits with the interrupt registers 2023-12-21 11:46:16 -05:00
xe_hw_engine.h
xe_hw_engine_class_sysfs.c
xe_hw_engine_class_sysfs.h drm/xe: Fix header guard warning 2023-12-21 11:45:09 -05:00
xe_hw_engine_types.h drm/xe: Drop EXECLIST_CONTROL from error state dump 2023-12-21 11:43:38 -05:00
xe_hw_fence.c
xe_hw_fence.h
xe_hw_fence_types.h
xe_hwmon.c drm/xe: Use a NULL pointer instead of 0. 2024-01-24 11:12:59 +01:00
xe_hwmon.h
xe_irq.c drm/xe/irq: Don't call pci_free_irq_vectors 2023-12-21 11:45:09 -05:00
xe_irq.h
xe_lmtt.c drm/xe/kunit: Add test for LMTT operations 2023-12-21 11:45:27 -05:00
xe_lmtt.h drm/xe/pf: Introduce Local Memory Translation Table 2023-12-21 11:45:27 -05:00
xe_lmtt_2l.c drm/xe/pf: Introduce Local Memory Translation Table 2023-12-21 11:45:27 -05:00
xe_lmtt_ml.c drm/xe/pf: Introduce Local Memory Translation Table 2023-12-21 11:45:27 -05:00
xe_lmtt_types.h drm/xe/pf: Introduce Local Memory Translation Table 2023-12-21 11:45:27 -05:00
xe_lrc.c drm/xe: Drop some unnecessary header includes 2023-12-21 11:46:17 -05:00
xe_lrc.h
xe_lrc_types.h
xe_macros.h
xe_map.h
xe_migrate.c drm/xe/xe2: Use XE_CACHE_WB pat index 2024-01-24 11:13:33 +01:00
xe_migrate.h drm/xe/xe2: Handle flat ccs move for igfx. 2023-12-21 11:46:15 -05:00
xe_migrate_doc.h
xe_mmio.c drm/xe/mmio: Cast to u64 when printing 2024-01-24 11:13:15 +01:00
xe_mmio.h drm/xe/device: Introduce xe_device_probe_early 2023-12-21 11:45:11 -05:00
xe_mocs.c drm/xe/mocs: update MOCS table for xe2 2023-12-21 11:45:09 -05:00
xe_mocs.h
xe_module.c drm/xe/pmu: Remove PMU from Xe till uapi is finalized 2023-12-21 11:46:59 -05:00
xe_module.h drm/xe/gsc: Define GSC FW for MTL 2023-12-21 11:45:06 -05:00
xe_pat.c drm/xe/xe2: Update emit_pte to use compression enabled PAT index 2023-12-21 11:46:15 -05:00
xe_pat.h drm/xe/pat: annotate pat_index with coherency mode 2023-12-21 11:45:07 -05:00
xe_pci.c drm/xe: Drop some unnecessary header includes 2023-12-21 11:46:17 -05:00
xe_pci.h
xe_pci_types.h drm/xe: Rename info.supports_* to info.has_* 2023-12-21 11:45:27 -05:00
xe_pcode.c drm/xe: add skip_pcode flag 2023-12-21 11:45:09 -05:00
xe_pcode.h
xe_pcode_api.h
xe_platform_types.h
xe_pm.c drm/xe: add some debug info for d3cold 2023-12-21 11:45:12 -05:00
xe_pm.h
xe_preempt_fence.c
xe_preempt_fence.h
xe_preempt_fence_types.h
xe_pt.c drm/xe: Use NULL PTEs as scratch PTEs 2023-12-21 11:45:28 -05:00
xe_pt.h drm/xe: Use NULL PTEs as scratch PTEs 2023-12-21 11:45:28 -05:00
xe_pt_types.h drm/xe/xe2: Update emit_pte to use compression enabled PAT index 2023-12-21 11:46:15 -05:00
xe_pt_walk.c
xe_pt_walk.h
xe_query.c drm/xe/uapi: Document the memory_region bitmask 2023-12-21 11:47:01 -05:00
xe_query.h
xe_range_fence.c
xe_range_fence.h
xe_reg_sr.c
xe_reg_sr.h
xe_reg_sr_types.h
xe_reg_whitelist.c
xe_reg_whitelist.h
xe_res_cursor.h
xe_ring_ops.c drm/xe: Drop some unnecessary header includes 2023-12-21 11:46:17 -05:00
xe_ring_ops.h
xe_ring_ops_types.h
xe_rtp.c
xe_rtp.h
xe_rtp_helpers.h
xe_rtp_types.h
xe_sa.c
xe_sa.h
xe_sa_types.h
xe_sched_job.c drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs 2023-12-21 11:46:09 -05:00
xe_sched_job.h drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs 2023-12-21 11:46:09 -05:00
xe_sched_job_types.h
xe_sriov.c drm/xe: Prepare for running in different SR-IOV modes 2023-12-21 11:44:57 -05:00
xe_sriov.h drm/xe: Prepare for running in different SR-IOV modes 2023-12-21 11:44:57 -05:00
xe_sriov_printk.h drm/xe: Introduce SR-IOV logging macros 2023-12-21 11:45:27 -05:00
xe_sriov_types.h drm/xe: Prepare for running in different SR-IOV modes 2023-12-21 11:44:57 -05:00
xe_step.c
xe_step.h drm/xe/kunit: Add stub to read_gmdid 2023-12-21 11:45:24 -05:00
xe_step_types.h
xe_sync.c drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs 2023-12-21 11:46:09 -05:00
xe_sync.h drm/xe: Allow num_batch_buffer / num_binds == 0 in IOCTLs 2023-12-21 11:46:09 -05:00
xe_sync_types.h drm/xe/uapi: Split xe_sync types from flags 2023-12-21 11:45:19 -05:00
xe_tile.c drm/xe: Reorder GGTT init to earlier point in probe 2023-12-21 11:45:11 -05:00
xe_tile.h drm/xe: Introduce xe_tile_init_early and use at earlier point in probe 2023-12-21 11:45:10 -05:00
xe_tile_sysfs.c drm/xe: Remove vram size info from sysfs 2023-12-21 11:46:09 -05:00
xe_tile_sysfs.h
xe_tile_sysfs_types.h
xe_trace.c
xe_trace.h
xe_ttm_stolen_mgr.c drm/xe: Annotate xe_ttm_stolen_mgr::mapping with __iomem 2024-01-15 15:36:47 +01:00
xe_ttm_stolen_mgr.h
xe_ttm_sys_mgr.c
xe_ttm_sys_mgr.h
xe_ttm_vram_mgr.c drm/xe: Return error if drm_buddy_init() fails 2023-12-21 11:46:17 -05:00
xe_ttm_vram_mgr.h
xe_ttm_vram_mgr_types.h
xe_tuning.c
xe_tuning.h
xe_uc.c drm/xe/huc: Prepare for 2-step HuC authentication 2023-12-21 11:45:24 -05:00
xe_uc.h drm/xe/uc: Extract xe_uc_sanitize_reset 2023-12-21 11:45:12 -05:00
xe_uc_debugfs.c
xe_uc_debugfs.h
xe_uc_fw.c drm/xe: Remove ci-only GuC FW definitions 2023-12-21 11:47:38 -05:00
xe_uc_fw.h drm/xe/gsc: Query GSC compatibility version 2023-12-21 11:45:06 -05:00
xe_uc_fw_abi.h drm/xe/gsc: Parse GSC FW header 2023-12-21 11:45:06 -05:00
xe_uc_fw_types.h drm/xe/huc: HuC authentication via GSC 2023-12-21 11:45:24 -05:00
xe_uc_types.h drm/xe/gsc: Introduce GSC FW 2023-12-21 11:45:06 -05:00
xe_vm.c drm/xe/vm: bugfix in xe_vm_create_ioctl 2024-01-24 11:13:41 +01:00
xe_vm.h drm/xe: Use DRM GPUVM helpers for external- and evicted objects 2023-12-21 11:46:08 -05:00
xe_vm_doc.h drm/xe/uapi: Add _FLAG to uAPI constants usable for flags 2023-12-21 11:44:33 -05:00
xe_vm_types.h drm/xe/uapi: Remove sync binds 2023-12-21 11:46:59 -05:00
xe_wa.c drm/xe: Move some per-engine register definitions to the engine header 2023-12-21 11:46:16 -05:00
xe_wa.h
xe_wa_oob.rules drm/xe/xe2: Add workaround 16020292621 2023-12-21 11:45:10 -05:00
xe_wait_user_fence.c drm/xe: Fix warning on impossible condition 2023-12-26 12:53:26 -05:00
xe_wait_user_fence.h
xe_wopcm.c drm/xe: Remove GEN[0-9]*_ prefixes 2023-12-21 11:44:39 -05:00
xe_wopcm.h
xe_wopcm_types.h