1
0
Fork 0
mirror of synced 2025-03-06 20:59:54 +01:00
linux/drivers/gpu/drm/xe
Maarten Lankhorst f1a4dceeb2 drm/xe: Fix missing conversion to xe_display_pm_runtime_resume
This error path was missed when converting away from
xe_display_pm_resume with second argument.

Fixes: 66a0f6b9f5 ("drm/xe/display: handle HPD polling in display runtime suspend/resume")
Cc: Arun R Murthy <arun.r.murthy@intel.com>
Cc: Vinod Govindapillai <vinod.govindapillai@intel.com>
Signed-off-by: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Reviewed-by: Vinod Govindapillai <vinod.govindapillai@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240905150052.174895-2-maarten.lankhorst@linux.intel.com
(cherry picked from commit 474f64cb98)
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
2024-09-12 18:04:36 -05:00
..
abi drm/xe/guc: Enable w/a 14022293748 and 22019794406 2024-08-08 13:47:27 -07:00
compat-i915-headers Cross-subsystem Changes: 2024-09-10 13:18:00 +10:00
display Cross-subsystem Changes: 2024-09-10 13:18:00 +10:00
instructions drm/xe/oa: Add OAR support 2024-06-18 12:40:38 -07:00
regs drm/xe/xe2hpg: Add Wa_15016589081 2024-09-12 18:04:36 -05:00
tests drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
.gitignore drm/xe: Add support for OOB workarounds 2023-12-19 18:34:03 -05:00
.kunitconfig drm/xe/kunit: Enable CONFIG_LOCKDEP in tests 2023-12-21 16:31:30 -05:00
Kconfig Merge drm/drm-next into drm-xe-next 2024-06-12 11:31:42 -04:00
Kconfig.debug drm/xe: Nuke simple error capture 2024-05-23 13:38:26 -04:00
Kconfig.profile drm/xe: Add CONFIG_DRM_XE_PREEMPT_TIMEOUT 2023-12-21 11:40:20 -05:00
Makefile drm/xe/gsc: Add debugfs to print GSC info 2024-08-29 10:32:20 -07:00
xe_args.h drm/xe: Rename few xe_args.h macros 2024-05-09 21:28:25 +02:00
xe_assert.h drm/xe: Remove redundant [drm] tag from xe_assert() message 2024-09-03 11:42:42 +02:00
xe_bb.c drm/xe: Move xe_gpu_commands.h file to instructions/ 2024-05-09 21:17:57 +02:00
xe_bb.h drm/xe: standardize vm-less kernel submissions 2023-12-21 11:40:27 -05:00
xe_bb_types.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_bo.c Cross-subsystem Changes: 2024-09-10 13:18:00 +10:00
xe_bo.h drm/xe: Make xe_ggtt_node struct independent 2024-08-22 14:00:45 -04:00
xe_bo_doc.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_bo_evict.c drm/xe: Normalize bo flags macros 2024-04-02 10:33:57 -07:00
xe_bo_evict.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_bo_types.h drm/xe: Make xe_ggtt_node struct independent 2024-08-22 14:00:45 -04:00
xe_debugfs.c drm/xe: remove display stepping handling 2024-08-22 15:48:21 +03:00
xe_debugfs.h drm/xe: Allow to compile out debugfs 2024-08-09 21:15:14 -07:00
xe_devcoredump.c drm/xe: Faster devcoredump 2024-08-01 11:00:14 -07:00
xe_devcoredump.h drm/xe: Remove devcoredump during driver release 2024-04-11 09:39:48 -04:00
xe_devcoredump_types.h drm/xe: Faster devcoredump 2024-08-01 11:00:14 -07:00
xe_device.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_device.h drm/i915 & drm/xe: save struct drm_device to drvdata 2024-09-02 15:01:59 +03:00
xe_device_sysfs.c drm/xe: covert sysfs over to devm 2024-05-22 13:22:38 +01:00
xe_device_sysfs.h drm/xe/pm: Capture errors and handle them 2024-04-18 13:30:24 -07:00
xe_device_types.h Cross-subsystem Changes: 2024-09-10 13:18:00 +10:00
xe_dma_buf.c drm/xe: Normalize bo flags macros 2024-04-02 10:33:57 -07:00
xe_dma_buf.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_drm_client.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_drm_client.h drm/xe: Add tracking support for bos per client 2023-12-21 11:41:15 -05:00
xe_drv.h drm/xe: Remove unused define 2023-12-19 18:33:50 -05:00
xe_exec.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_exec.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_exec_queue.c drm/xe: fix missing 'xe_vm_put' 2024-09-12 18:04:36 -05:00
xe_exec_queue.h drm/xe/exec_queue: Prepare last fence for hw engine group resume context 2024-08-17 18:31:54 -07:00
xe_exec_queue_types.h Linux 6.11-rc5 2024-08-27 14:09:45 +02:00
xe_execlist.c drm/xe: move the kernel lrc from hwe to execlist port 2024-08-28 14:50:13 -04:00
xe_execlist.h drm/xe: Cleanup style warnings 2023-12-21 11:37:31 -05:00
xe_execlist_types.h drm/xe: move the kernel lrc from hwe to execlist port 2024-08-28 14:50:13 -04:00
xe_force_wake.c drm/xe/vf: Use correct check for being a VF driver 2024-06-13 20:31:24 +02:00
xe_force_wake.h drm/xe: Check valid domain is passed in xe_force_wake_ref 2024-06-10 14:18:27 -04:00
xe_force_wake_types.h drm/xe: Use spinlock in forcewake instead of mutex 2023-12-21 11:41:13 -05:00
xe_gen_wa_oob.c drm/xe: Migrate OOB WAs to OR rules 2024-07-29 11:19:40 -07:00
xe_ggtt.c drm/xe: Don't keep stale pointer to bo->ggtt_node 2024-09-12 18:04:36 -05:00
xe_ggtt.h drm/xe: Make xe_ggtt_node struct independent 2024-08-22 14:00:45 -04:00
xe_ggtt_types.h drm/xe: Fix missing runtime outer protection for ggtt_remove_node 2024-08-22 14:00:45 -04:00
xe_gpu_scheduler.c drm/xe: Add xe_sched_add_msg_locked helper 2024-08-09 19:07:30 -07:00
xe_gpu_scheduler.h drm/xe: Add xe_sched_add_msg_locked helper 2024-08-09 19:07:30 -07:00
xe_gpu_scheduler_types.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_gsc.c drm/xe/gsc: Wedge the device if the GSCCS reset fails 2024-08-29 14:18:52 -07:00
xe_gsc.h drm/xe/gsc: Add debugfs to print GSC info 2024-08-29 10:32:20 -07:00
xe_gsc_debugfs.c drm/xe/gsc: Add debugfs to print GSC info 2024-08-29 10:32:20 -07:00
xe_gsc_debugfs.h drm/xe/gsc: Add debugfs to print GSC info 2024-08-29 10:32:20 -07:00
xe_gsc_proxy.c drm/xe/uc: Use managed bo for HuC and GSC objects 2024-08-16 09:15:04 -07:00
xe_gsc_proxy.h drm/xe: Use gsc_proxy_init_done to check proxy status 2024-03-06 09:50:48 +02:00
xe_gsc_submit.c drm/xe: Don't rely on xe_assert.h to be included elsewhere 2024-05-07 23:21:15 +02:00
xe_gsc_submit.h drm/xe/hdcp: Enable HDCP for XE 2024-03-06 09:50:49 +02:00
xe_gsc_types.h drm/xe/gsc: Handle GSCCS ER interrupt 2024-03-14 14:47:13 -07:00
xe_gt.c Cross-subsystem Changes: 2024-09-10 13:18:00 +10:00
xe_gt.h drm/xe: Wedge the entire device 2024-07-18 10:25:33 -04:00
xe_gt_ccs_mode.c drm/xe: Use fixed CCS mode when running in SR-IOV mode 2024-06-14 23:26:26 +02:00
xe_gt_ccs_mode.h drm/xe: Remove sysfs only once on action add failure 2024-04-24 10:19:52 -05:00
xe_gt_clock.c drm/xe: Add xe_gt_clock_interval_to_ms helper 2024-06-12 19:10:22 -07:00
xe_gt_clock.h drm/xe: Add xe_gt_clock_interval_to_ms helper 2024-06-12 19:10:22 -07:00
xe_gt_debugfs.c drm/xe: Add debugfs to dump GuC's hwconfig 2024-08-16 11:07:11 -07:00
xe_gt_debugfs.h drm/xe: Define helper for GT specific debugfs files 2024-03-29 14:00:06 +01:00
xe_gt_freq.c drm/xe: Make read_perf_limit_reasons globally accessible 2024-05-23 10:55:28 -07:00
xe_gt_freq.h drm/xe/gt: Abort driver load for sysfs creation failure 2024-04-18 13:26:34 -07:00
xe_gt_idle.c drm/xe/vf: Don't support gtidle if VF 2024-06-20 19:49:40 +02:00
xe_gt_idle.h drm/xe: Enable Coarse Power Gating 2024-05-28 12:29:43 -04: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 drm/xe/mcr: Try to derive dss_per_grp from hwconfig attributes 2024-08-16 11:07:13 -07:00
xe_gt_mcr.h drm/xe: Split MCR initialization 2024-05-31 00:02:04 +02:00
xe_gt_pagefault.c drm/xe: Fix memory leak on xe_alloc_pf_queue failure 2024-08-30 11:38:53 +02:00
xe_gt_pagefault.h drm/xe: Break of TLB invalidation into its own file 2023-12-19 18:27:45 -05:00
xe_gt_printk.h drm/xe/gt_print: add xe_gt_err_once() 2024-05-03 13:15:54 -07:00
xe_gt_sriov_pf.c drm/xe/pf: Improve VF control 2024-08-30 10:51:09 +02:00
xe_gt_sriov_pf.h drm/xe/pf: Restart VFs provisioning after GT reset 2024-07-01 19:43:52 +02:00
xe_gt_sriov_pf_config.c drm/xe: prevent potential UAF in pf_provision_vf_ggtt() 2024-09-12 12:29:30 -05:00
xe_gt_sriov_pf_config.h drm/xe/pf: Add function to sanitize VF resources 2024-08-30 10:51:06 +02:00
xe_gt_sriov_pf_config_types.h drm/xe: Make xe_ggtt_node struct independent 2024-08-22 14:00:45 -04:00
xe_gt_sriov_pf_control.c drm/xe/pf: Improve VF control 2024-08-30 10:51:09 +02:00
xe_gt_sriov_pf_control.h drm/xe/pf: Improve VF control 2024-08-30 10:51:09 +02:00
xe_gt_sriov_pf_control_types.h drm/xe/pf: Improve VF control 2024-08-30 10:51:09 +02:00
xe_gt_sriov_pf_debugfs.c drm/xe/pf: Expose PF monitor details via debugfs 2024-05-16 18:04:54 +02:00
xe_gt_sriov_pf_debugfs.h drm/xe/pf: Expose SR-IOV VFs configuration over debugfs 2024-04-24 15:18:38 +02:00
xe_gt_sriov_pf_helpers.h drm/xe/pf: Introduce helper functions for use by PF 2024-04-12 16:23:28 +02:00
xe_gt_sriov_pf_monitor.c drm/xe/pf: Track adverse events notifications from GuC 2024-05-16 18:04:51 +02:00
xe_gt_sriov_pf_monitor.h drm/xe/pf: Track adverse events notifications from GuC 2024-05-16 18:04:51 +02:00
xe_gt_sriov_pf_monitor_types.h drm/xe/pf: Track adverse events notifications from GuC 2024-05-16 18:04:51 +02:00
xe_gt_sriov_pf_policy.c drm/xe: Kill xe_device_mem_access_{get*,put} 2024-04-22 09:03:09 -04:00
xe_gt_sriov_pf_policy.h drm/xe/pf: Add support to configure GuC SR-IOV policies 2024-04-12 16:23:37 +02:00
xe_gt_sriov_pf_policy_types.h drm/xe/pf: Add support to configure GuC SR-IOV policies 2024-04-12 16:23:37 +02:00
xe_gt_sriov_pf_service.c drm/xe/kunit: Add PF service tests 2024-04-24 15:10:46 +02:00
xe_gt_sriov_pf_service.h drm/xe/pf: Add SR-IOV GuC Relay PF services 2024-04-24 15:10:42 +02:00
xe_gt_sriov_pf_service_types.h drm/xe/pf: Add SR-IOV GuC Relay PF services 2024-04-24 15:10:42 +02:00
xe_gt_sriov_pf_types.h drm/xe/pf: Improve VF control 2024-08-30 10:51:09 +02:00
xe_gt_sriov_printk.h drm/xe: Introduce GT-oriented SR-IOV logging macros 2024-01-05 16:25:53 +01:00
xe_gt_sriov_vf.c drm/xe: Make xe_ggtt_node struct independent 2024-08-22 14:00:45 -04:00
xe_gt_sriov_vf.h drm/xe/vf: Track writes to inaccessible registers from VF 2024-07-15 15:18:34 +02:00
xe_gt_sriov_vf_debugfs.c drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs 2024-05-16 20:18:39 +02:00
xe_gt_sriov_vf_debugfs.h drm/xe/vf: Expose SR-IOV VF attributes to GT debugfs 2024-05-16 20:18:39 +02:00
xe_gt_sriov_vf_types.h drm/xe/vf: Cache value of the GMDID register 2024-05-24 10:08:41 +02:00
xe_gt_stats.c drm/xe: Add stats for tlb invalidation count 2024-08-12 19:08:53 +02:00
xe_gt_stats.h drm/xe: Add stats for tlb invalidation count 2024-08-12 19:08:53 +02:00
xe_gt_sysfs.c drm/xe: covert sysfs over to devm 2024-05-22 13:22:38 +01:00
xe_gt_sysfs.h drm/xe/gt: Abort driver load for sysfs creation failure 2024-04-18 13:26:34 -07:00
xe_gt_sysfs_types.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_gt_throttle.c drm/xe: Make read_perf_limit_reasons globally accessible 2024-05-23 10:55:28 -07:00
xe_gt_throttle.h drm/xe: Make read_perf_limit_reasons globally accessible 2024-05-23 10:55:28 -07:00
xe_gt_tlb_invalidation.c drm/xe: Hold a PM ref when GT TLB invalidations are inflight 2024-08-15 09:44:22 -04:00
xe_gt_tlb_invalidation.h drm/xe: Hold a PM ref when GT TLB invalidations are inflight 2024-08-15 09:44:22 -04:00
xe_gt_tlb_invalidation_types.h drm/xe: Hold a PM ref when GT TLB invalidations are inflight 2024-08-15 09:44:22 -04:00
xe_gt_topology.c drm/xe: Fix warning on unreachable statement 2024-07-22 09:43:52 -07:00
xe_gt_topology.h drm/xe: Add helpers to loop over geometry and compute DSS 2024-04-24 09:06:38 -07:00
xe_gt_types.h drm/xe/pcode: Treat pcode as per-tile rather than per-GT 2024-08-30 08:56:20 -07:00
xe_guc.c drm/xe: Set firmware state to loadable before registering guc_fini_hw 2024-08-23 09:54:11 -07:00
xe_guc.h drm/xe/guc: Bump minimum required GuC version to v70.29.2 2024-08-06 14:39:29 -07:00
xe_guc_ads.c drm/xe/guc: Enable w/a 14022293748 and 22019794406 2024-08-08 13:47:27 -07:00
xe_guc_ads.h drm/xe: Fix xe_guc_ads.h 2024-05-13 21:36:50 +02:00
xe_guc_ads_types.h drm/xe/guc: Add support for workaround KLVs 2024-04-09 12:54:02 +02:00
xe_guc_ct.c drm/xe/guc: Bump the G2H queue size to account for page faults 2024-08-20 09:45:54 -07:00
xe_guc_ct.h drm/xe/guc: Configure TLB timeout based on CT buffer size 2024-07-01 17:38:48 +02:00
xe_guc_ct_types.h drm/xe/guc: Allow CTB G2H processing without G2H IRQ 2024-06-07 12:24:30 +02:00
xe_guc_db_mgr.c drm/xe/guc: Improve GuC doorbell/context ID manager intro message 2024-04-24 18:18:02 +02:00
xe_guc_db_mgr.h drm/xe: Introduce GuC Doorbells Manager 2023-12-21 16:31:29 -05:00
xe_guc_debugfs.c drm/xe: Runtime PM wake on every debugfs call 2024-02-26 09:06:45 -05:00
xe_guc_debugfs.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_guc_exec_queue_types.h drm/xe: Rename engine to exec_queue 2023-12-21 11:39:20 -05:00
xe_guc_fwif.h drm/xe/guc: Add support for workaround KLVs 2024-04-09 12:54:02 +02:00
xe_guc_hwconfig.c drm/xe/mcr: Try to derive dss_per_grp from hwconfig attributes 2024-08-16 11:07:13 -07:00
xe_guc_hwconfig.h drm/xe/mcr: Try to derive dss_per_grp from hwconfig attributes 2024-08-16 11:07:13 -07:00
xe_guc_hxg_helpers.h drm/xe/guc: Add helpers for HXG messages 2024-01-05 16:25:53 +01:00
xe_guc_id_mgr.c drm/xe/guc: Demote GuC IDs usage message to debug 2024-07-02 18:33:19 +02:00
xe_guc_id_mgr.h drm/xe/guc: Introduce GuC context ID Manager 2024-03-27 20:19:25 +01:00
xe_guc_klv_helpers.c drm/xe/guc: Add support for threshold KLVs in to_string() helper 2024-05-16 18:04:41 +02:00
xe_guc_klv_helpers.h drm/xe/guc: Add more KLV helper macros 2024-05-16 18:04:38 +02:00
xe_guc_klv_thresholds_set.h drm/xe/guc: Introduce GuC KLV thresholds set 2024-05-16 18:04:39 +02:00
xe_guc_klv_thresholds_set_types.h drm/xe/guc: Introduce GuC KLV thresholds set 2024-05-16 18:04:39 +02:00
xe_guc_log.c drm/xe: Normalize bo flags macros 2024-04-02 10:33:57 -07:00
xe_guc_log.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_guc_log_types.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_guc_pc.c drm/xe/pcode: Treat pcode as per-tile rather than per-GT 2024-08-30 08:56:20 -07:00
xe_guc_pc.h drm/xe/guc: Request max GT freq during resume 2024-06-26 18:23:45 -04:00
xe_guc_pc_types.h drm/xe/lnl: Apply Wa_22019338487 2024-06-26 18:23:45 -04:00
xe_guc_relay.c drm/xe: Use missing lock in relay_needs_worker 2024-06-05 09:52:13 +02:00
xe_guc_relay.h drm/xe/guc: Introduce Relay Communication for SR-IOV 2024-01-05 16:25:53 +01:00
xe_guc_relay_types.h drm/xe/guc: Introduce Relay Communication for SR-IOV 2024-01-05 16:25:53 +01:00
xe_guc_submit.c Linux 6.11-rc5 2024-08-27 14:09:45 +02:00
xe_guc_submit.h drm/xe: Wedge the entire device 2024-07-18 10:25:33 -04:00
xe_guc_submit_types.h drm/xe: Move lrc snapshot capturing to xe_lrc.c 2024-03-04 12:23:12 +01:00
xe_guc_types.h drm/xe: Delete unused GuC submission_state.suspend 2024-04-25 14:27:19 -07:00
xe_heci_gsc.c drm/xe/gsc: add Battlemage support 2024-07-17 09:47:15 -07:00
xe_heci_gsc.h drm/xe/gsc: add Battlemage support 2024-07-17 09:47:15 -07:00
xe_hmm.c drm/xe: Introduce helper to populate userptr 2024-04-12 14:49:03 +02:00
xe_hmm.h drm/xe: Introduce helper to populate userptr 2024-04-12 14:49:03 +02:00
xe_huc.c drm/xe/uc: Use managed bo for HuC and GSC objects 2024-08-16 09:15:04 -07:00
xe_huc.h drm/xe: Fix xe_huc.h 2024-05-22 12:03:55 +02:00
xe_huc_debugfs.c drm/xe: Runtime PM wake on every debugfs call 2024-02-26 09:06:45 -05:00
xe_huc_debugfs.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
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: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_hw_engine.h drm/xe: Export xe_hw_engine's mmio accessors 2024-08-06 22:21:14 -07:00
xe_hw_engine_class_sysfs.c drm/xe: covert sysfs over to devm 2024-05-22 13:22:38 +01:00
xe_hw_engine_class_sysfs.h drm/xe: Runtime PM wake on every sysfs call 2024-02-26 09:06:45 -05:00
xe_hw_engine_group.c drm/xe/exec: Switch hw engine group execution mode upon job submission 2024-08-17 18:31:57 -07:00
xe_hw_engine_group.h drm/xe/exec: Switch hw engine group execution mode upon job submission 2024-08-17 18:31:57 -07:00
xe_hw_engine_group_types.h drm/xe/hw_engine_group: Introduce xe_hw_engine_group 2024-08-17 18:31:47 -07:00
xe_hw_engine_types.h drm/xe: move the kernel lrc from hwe to execlist port 2024-08-28 14:50:13 -04:00
xe_hw_fence.c drm/xe: Drop HW fence pointer to HW fence ctx 2024-08-21 11:53:12 -04:00
xe_hw_fence.h drm/xe: Split lrc seqno fence creation up 2024-05-27 21:26:02 +02:00
xe_hw_fence_types.h drm/xe: Drop HW fence pointer to HW fence ctx 2024-08-21 11:53:12 -04:00
xe_hwmon.c drm/xe/hwmon: Treat hwmon as a per-device concept 2024-08-30 08:56:23 -07:00
xe_hwmon.h drm/xe/hwmon: Expose power attributes 2023-12-21 11:42:08 -05:00
xe_irq.c drm/xe/gsc: add Battlemage support 2024-07-17 09:47:15 -07:00
xe_irq.h drm/xe/irq: remove xe_irq_shutdown 2024-06-26 18:25:22 -04:00
xe_lmtt.c drm/xe: Normalize NEEDS_64K BO flag 2024-07-22 12:53:04 +02: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: Remove NULL check of lrc->bo in xe_lrc_snapshot_capture() 2024-08-26 10:27:33 +02:00
xe_lrc.h drm/xe/oa: Add OAR support 2024-06-18 12:40:38 -07:00
xe_lrc_types.h drm/xe: Decouple xe_exec_queue and xe_lrc 2024-05-29 23:44:41 -07:00
xe_macros.h drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel 2023-12-21 11:39:17 -05:00
xe_map.h drm/xe: Cleanup style warnings and errors 2023-12-21 11:37:52 -05:00
xe_memirq.c drm/xe: Normalize bo flags macros 2024-04-02 10:33:57 -07:00
xe_memirq.h drm/xe/vf: Introduce Memory Based Interrupts Handler 2023-12-21 16:31:29 -05:00
xe_memirq_types.h drm/xe/vf: Introduce Memory Based Interrupts Handler 2023-12-21 16:31:29 -05:00
xe_migrate.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_migrate.h drm/xe: Remove unnecessary drm_mm.h includes 2024-08-22 14:00:44 -04:00
xe_migrate_doc.h drm/xe/migrate: Fix number of PT structs in docbook 2023-12-19 18:29:44 -05:00
xe_mmio.c Linux 6.11-rc5 2024-08-27 14:09:45 +02:00
xe_mmio.h drm/xe: Remove stale declaration of xe_mmio_probe_vram() 2024-07-25 16:53:33 -07:00
xe_mocs.c drm/xe/mocs: Clarify difference between hw and sw sizes 2024-06-28 14:00:09 -07:00
xe_mocs.h drm/xe: Fix xe_mocs.h 2024-05-07 12:03:49 +02:00
xe_module.c drm/xe: Use separate rpm lockdep map for non-d3cold-capable devices 2024-08-28 16:29:15 +02:00
xe_module.h drm/xe: Rename enable_display module param 2024-08-13 13:52:20 -07:00
xe_oa.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_oa.h drm/xe/oa/uapi: Define and parse OA stream properties 2024-06-18 12:40:32 -07:00
xe_oa_types.h drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_observation.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_observation.h drm/xe/uapi: Rename xe perf layer as xe observation layer 2024-07-11 09:54:24 -04:00
xe_pat.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04: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/i915 & drm/xe: save struct drm_device to drvdata 2024-09-02 15:01:59 +03:00
xe_pci.h drm/xe: Move test infra out of xe_pci.[ch] 2023-12-19 18:31:31 -05:00
xe_pci_sriov.c drm/xe/pf: Skip fair VFs provisioning if already provisioned 2024-07-01 19:43:50 +02:00
xe_pci_sriov.h drm/xe/pf: Remove inlined #ifdef CONFIG_PCI_IOV 2024-07-01 18:01:31 +02:00
xe_pci_types.h drm/xe: Add Indirect Ring State support 2024-05-08 14:48:30 -07:00
xe_pcode.c drm/xe/pcode: Treat pcode as per-tile rather than per-GT 2024-08-30 08:56:20 -07:00
xe_pcode.h drm/xe/pcode: Treat pcode as per-tile rather than per-GT 2024-08-30 08:56:20 -07:00
xe_pcode_api.h drm/xe: Add vram frequency sysfs attributes 2024-01-09 17:47:24 -05:00
xe_platform_types.h drm/xe/bmg: Add BMG platform definition 2024-04-09 14:17:39 -07:00
xe_pm.c drm/xe: Fix missing conversion to xe_display_pm_runtime_resume 2024-09-12 18:04:36 -05:00
xe_pm.h drm/xe: Use xe_pm_runtime_get in xe_bo_move() if reclaim-safe. 2024-09-04 09:28:09 +02:00
xe_preempt_fence.c Linux 6.11-rc5 2024-08-27 14:09:45 +02:00
xe_preempt_fence.h drm/xe: Rename engine to exec_queue 2023-12-21 11:39:20 -05:00
xe_preempt_fence_types.h drm/xe: prevent UAF around preempt fence 2024-08-19 10:39:28 -04:00
xe_pt.c drm/xe: Invalidate media_gt TLBs in PT code 2024-08-30 11:41:26 -07:00
xe_pt.h drm/xe: Convert multiple bind ops into single job 2024-07-03 22:28:04 -07:00
xe_pt_types.h drm/xe: Convert multiple bind ops into single job 2024-07-03 22:28:04 -07:00
xe_pt_walk.c drm/xe/pt: Allow for stricter type- and range checking 2024-02-15 09:53:18 +01:00
xe_pt_walk.h drm/xe/pt: Allow for stricter type- and range checking 2024-02-15 09:53:18 +01:00
xe_query.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_query.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_range_fence.c drm/xe: avoid function cast warnings 2024-02-15 09:53:38 +01:00
xe_range_fence.h drm/xe: Introduce a range-fence utility 2023-12-21 11:37:52 -05:00
xe_reg_sr.c drm/xe: switch from drm_debug_printer() to device specific drm_dbg_printer() 2024-02-09 11:52:28 +02:00
xe_reg_sr.h drm/xe: Fix xe_reg_sr.h 2024-05-13 21:36:52 +02:00
xe_reg_sr_types.h drm/xe: Plumb xe_reg into WAs, rtp, etc 2023-12-19 18:32:21 -05:00
xe_reg_whitelist.c drm/xe/oa: Add MMIO trigger support 2024-06-18 12:40:42 -07:00
xe_reg_whitelist.h drm/xe/debugfs: Dump register save-restore tables 2023-12-19 18:29:47 -05:00
xe_res_cursor.h drm/xe: Remove unnecessary drm_mm.h includes 2024-08-22 14:00:44 -04:00
xe_ring_ops.c drm/xe: flush engine buffers before signalling user fence on all engines 2024-06-13 11:36:23 +02:00
xe_ring_ops.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_ring_ops_types.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_rtp.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_rtp.h drm/xe/rtp: Expand max rules/actions per entry again 2024-07-29 11:19:40 -07:00
xe_rtp_helpers.h drm/xe/rtp: Expand max rules/actions per entry again 2024-07-29 11:19:40 -07:00
xe_rtp_types.h drm/xe/rtp: Add match on any GT 2024-06-18 12:03:29 -07:00
xe_sa.c drm/xe: Update xe_sa to use xe_managed_bo_create_pin_map 2024-08-23 09:54:32 -07:00
xe_sa.h drm/xe: Memory allocations are tile-based, not GT-based 2023-12-19 18:34:14 -05:00
xe_sa_types.h drm/xe: Update xe_sa to use xe_managed_bo_create_pin_map 2024-08-23 09:54:32 -07:00
xe_sched_job.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_sched_job.h drm/xe/sched_job: Promote xe_sched_job_add_deps() 2024-06-14 16:51:43 -04:00
xe_sched_job_types.h drm/xe: Don't initialize fences at xe_sched_job_create() 2024-05-27 21:26:03 +02:00
xe_sriov.c drm/xe: Kill regs/xe_sriov_regs.h 2024-07-04 11:54:35 +02:00
xe_sriov.h drm/xe: Allow const pointer when checking SR-IOV mode 2024-06-18 10:51:59 +02:00
xe_sriov_pf.c drm/xe/pf: Introduce mutex to protect VFs configurations 2024-04-12 16:23:26 +02:00
xe_sriov_pf.h drm/xe/pf: Introduce mutex to protect VFs configurations 2024-04-12 16:23:26 +02:00
xe_sriov_pf_helpers.h drm/xe/pf: Introduce helper functions for use by PF 2024-04-12 16:23:28 +02: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/pf: Introduce mutex to protect VFs configurations 2024-04-12 16:23:26 +02:00
xe_step.c drm/xe: remove display stepping handling 2024-08-22 15:48:21 +03:00
xe_step.h drm/xe/kunit: Add stub to read_gmdid 2023-12-21 11:45:24 -05:00
xe_step_types.h drm/xe: remove display stepping handling 2024-08-22 15:48:21 +03:00
xe_sync.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_sync.h drm/xe: Remove unused xe_sync_entry_wait 2024-07-18 10:17:30 -07:00
xe_sync_types.h drm/xe: Expose user fence from xe_sync_entry 2024-02-29 10:39:02 +01:00
xe_tile.c drm/xe/pcode: Treat pcode as per-tile rather than per-GT 2024-08-30 08:56:20 -07: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: covert sysfs over to devm 2024-05-22 13:22:38 +01:00
xe_tile_sysfs.h drm/xe/tile: Abort driver load for sysfs creation failure 2024-04-18 13:30:17 -07:00
xe_tile_sysfs_types.h drm/xe: Add sysfs entry for tile 2023-12-21 11:35:06 -05:00
xe_trace.c drm/xe: Update SPDX deprecated license identifier 2023-12-21 11:43:34 -05:00
xe_trace.h Linux 6.11-rc5 2024-08-27 14:09:45 +02:00
xe_trace_bo.c drm/xe/trace: Extract bo, vm, vma traces 2024-06-12 09:25:07 -07:00
xe_trace_bo.h drm/xe: Update VM trace events 2024-07-03 22:28:06 -07:00
xe_trace_guc.c drm/xe/trace: Extract guc related traces 2024-06-12 09:25:10 -07:00
xe_trace_guc.h drm/xe/trace: Print device_id in xe_trace_guc events 2024-06-12 09:25:12 -07:00
xe_ttm_stolen_mgr.c drm/xe: Remove unnecessary drm_mm.h includes 2024-08-22 14:00:44 -04:00
xe_ttm_stolen_mgr.h drm/xe: add xe_ttm_stolen_cpu_access_needs_ggtt() 2023-12-19 18:29:47 -05:00
xe_ttm_sys_mgr.c Revert "drm/xe/lnl: Offload system clear page activity to GPU" 2024-08-28 06:45:52 -07:00
xe_ttm_sys_mgr.h drm/xe: fix pvc unload issue 2023-12-19 18:31:30 -05:00
xe_ttm_vram_mgr.c drm/buddy: Add start address support to trim function 2024-08-07 18:19:00 -04:00
xe_ttm_vram_mgr.h drm/xe: Add xe_ttm_vram_get_avail 2024-04-16 12:37:31 +02:00
xe_ttm_vram_mgr_types.h drm/xe: Replace xe_ttm_vram_mgr.tile with xe_mem_region 2023-12-21 11:43:32 -05:00
xe_tuning.c drm/xe/xe2: Add performance turning changes 2024-08-06 14:36:38 -07:00
xe_tuning.h drm/xe: Add infrastructure for per engine tuning 2023-12-21 11:42:10 -05:00
xe_uc.c drm/xe: Wedge the entire device 2024-07-18 10:25:33 -04:00
xe_uc.h drm/xe: Wedge the entire device 2024-07-18 10:25:33 -04:00
xe_uc_debugfs.c drm/xe/gsc: Add debugfs to print GSC info 2024-08-29 10:32:20 -07:00
xe_uc_debugfs.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_uc_fw.c drm/xe/gsc: Track the platform in the compatibility version 2024-08-29 10:32:19 -07:00
xe_uc_fw.h drm/xe/gsc: Do not attempt to load the GSC multiple times 2024-08-29 10:32:17 -07: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/vf: Mark supported firmwares as preloaded 2024-04-08 14:58:52 +02:00
xe_uc_types.h drm/xe/gsc: Introduce GSC FW 2023-12-21 11:45:06 -05:00
xe_vm.c Cross-subsystem Changes: 2024-09-10 13:18:00 +10:00
xe_vm.h drm/xe: Convert multiple bind ops into single job 2024-07-03 22:28:04 -07:00
xe_vm_doc.h drm/xe/vm_doc: Fix some typos 2024-05-07 12:45:39 -04:00
xe_vm_types.h drm/xe: Add VM bind IOCTL error injection 2024-07-03 22:28:07 -07:00
xe_vram.c drm/xe/vf: Setup VRAM based on received config data 2024-05-30 23:50:31 +02:00
xe_vram.h drm/xe: Promote VRAM initialization function to own file 2024-05-30 23:50:28 +02:00
xe_vram_freq.c drm/xe/pcode: Treat pcode as per-tile rather than per-GT 2024-08-30 08:56:20 -07:00
xe_vram_freq.h drm/xe/tile: Abort driver load for sysfs creation failure 2024-04-18 13:30:17 -07:00
xe_wa.c drm/xe/xe2hpg: Add Wa_15016589081 2024-09-12 18:04:36 -05:00
xe_wa.h drm/xe: Add assert for XE_WA() usage 2024-07-24 09:05:37 -07:00
xe_wa_oob.rules drm/xe/bmg: implement Wa_16023588340 2024-08-19 13:30:41 -04:00
xe_wait_user_fence.c drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h> 2024-08-28 15:17:54 -04:00
xe_wait_user_fence.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_wopcm.c drm/xe: Remove GEN[0-9]*_ prefixes 2023-12-21 11:44:39 -05:00
xe_wopcm.h drm/xe: Introduce a new DRM driver for Intel GPUs 2023-12-12 14:05:48 -05:00
xe_wopcm_types.h drm/xe: Document nested struct members according to guidelines 2024-01-23 16:54:41 +01:00