summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/xe/xe_pci.c
Commit message (Expand)AuthorAgeFilesLines
* drm/xe: Drop some unnecessary header includesMatt Roper2023-12-211-1/+0
* drm/xe/xe2: Support flat ccsHimal Prasad Ghimiray2023-12-211-1/+1
* drm/xe: Rename info.supports_* to info.has_*Lucas De Marchi2023-12-211-10/+10
* drm/xe/kunit: Add stub to read_gmdidLucas De Marchi2023-12-211-0/+3
* drm/xe: add some debug info for d3coldMatthew Auld2023-12-211-0/+3
* drm/xe: Don't "peek" into GMD_IDMichał Winiarski2023-12-211-18/+16
* drm/xe/device: Introduce xe_device_probe_earlyMichał Winiarski2023-12-211-5/+21
* drm/xe: Introduce xe_tile_init_early and use at earlier point in probeMichał Winiarski2023-12-211-5/+5
* drm/xe: Split xe_info_initMichał Winiarski2023-12-211-32/+46
* drm/xe: Use managed pci_enable_deviceMichał Winiarski2023-12-211-12/+8
* drm/xe: Skip calling drm_dev_put on probe errorMichał Winiarski2023-12-211-4/+1
* drm/xe: rename bypass_mtcfg to skip_mtcfgKoby Elbaz2023-12-211-2/+2
* drm/xe: add skip_pcode flagKoby Elbaz2023-12-211-0/+2
* drm/xe: Add skip_guc_pc flagVinay Belgaumkar2023-12-211-0/+2
* drm/xe/gsc: Define GSCCS for MTLDaniele Ceraolo Spurio2023-12-211-1/+1
* drm/xe: Encapsulate all the module parametersBommithi Sakeena2023-12-211-3/+3
* drm/xe: Print virtualization mode during probeMichal Wajdeczko2023-12-211-0/+4
* drm/xe: Prepare for running in different SR-IOV modesMichal Wajdeczko2023-12-211-0/+3
* drm/xe: Add device flag to indicate SR-IOV supportMichal Wajdeczko2023-12-211-1/+2
* drm/xe/display: Improve s2idle handling.Maarten Lankhorst2023-12-211-6/+0
* drm/xe/display: Implement display supportMaarten Lankhorst2023-12-211-5/+30
* drm/xe/gsc: enable pvc supportAlexander Usyskin2023-12-211-0/+1
* drm/xe/uapi: Replace useless 'instance' per unique gt_idRodrigo Vivi2023-12-211-4/+0
* drm/xe/gsc: add has_heci_gscfi indication to deviceVitaly Lubart2023-12-211-2/+8
* drm/xe: add MMIO extension support flagsKoby Elbaz2023-12-211-0/+3
* drm/xe: add a flag to bypass multi-tile config from MTCFG regKoby Elbaz2023-12-211-0/+2
* drm/xe/rpls: Add RPLS SupportAnusha Srivatsa2023-12-211-0/+7
* drm/xe/rplu: s/ADLP/ALDERLAKE_PAnusha Srivatsa2023-12-211-1/+1
* drm/xe: Infer service copy functionality from engine listMatt Roper2023-12-211-2/+0
* drm/xe: change old msi irq api to a new oneDani Liberman2023-12-211-3/+0
* drm/xe/pm: Use PM functions only if CONFIG_PM_SLEEP is enabledFrancois Dugast2023-12-211-23/+25
* drm/xe: fix has_llc on rklMatthew Auld2023-12-211-0/+1
* drm/xe/lnl: Add LNL platform definitionMatt Roper2023-12-211-0/+6
* drm/xe/xe2: Track VA bits independently of max page table levelMatt Roper2023-12-211-0/+6
* drm/xe/xe2: Define Xe2_LPM IP featuresMatt Roper2023-12-211-0/+7
* drm/xe/xe2: Define Xe2_LPG IP featuresMatt Roper2023-12-211-0/+19
* drm/xe: Stop tracking 4-tile supportMatt Roper2023-12-211-9/+1
* drm/xe: Ensure memory eviction on s2idle.Rodrigo Vivi2023-12-211-22/+32
* drm/xe: Move d3cold_allowed decision all together.Rodrigo Vivi2023-12-211-14/+1
* drm/xe: Only set PCI d3cold_allowed when we are really allowing.Rodrigo Vivi2023-12-211-2/+1
* drm/xe/pm: Init pcode and restore vram on power lostAnshuman Gupta2023-12-211-2/+0
* drm/xe/pm: Toggle d3cold_allowed using vram_usagesAnshuman Gupta2023-12-211-3/+33
* drm/xe/pm: Add vram_d3cold_threshold SysfsAnshuman Gupta2023-12-211-5/+5
* drm/xe/pm: Refactor xe_pm_runtime_initAnshuman Gupta2023-12-211-1/+0
* drm/xe/pm: Add pci d3cold_capable supportAnshuman Gupta2023-12-211-12/+17
* drm/xe: Enable PCI device earlierMatt Roper2023-12-211-11/+11
* drm/xe: Don't raise error on fused-off mediaMatt Roper2023-12-211-0/+4
* drm/xe: Return GMD_ID revid properlyMatt Roper2023-12-211-10/+13
* drm/xe/pm: Disable PM on unbounded pcie parent bridgeAnshuman Gupta2023-12-211-0/+1
* drm/xe: Fix GT looping for standalone mediaRiana Tauro2023-12-211-1/+1