aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pci.c
AgeCommit message (Expand)AuthorFilesLines
2024-01-31drm/xe: drop display/ subdir from include directoriesGravatar Jani Nikula 1-1/+1
2024-01-30drm/xe/xe2: Enable has_usmGravatar Lucas De Marchi 1-1/+1
2024-01-18drm/xe: Mark internal gmdid mappings as constGravatar Michal Wajdeczko 1-2/+2
2024-01-08drm/xe/dgfx: Release mmap mappings on rpm suspendGravatar Badal Nilawar 1-0/+2
2023-12-21drm/xe: Drop some unnecessary header includesGravatar Matt Roper 1-1/+0
2023-12-21drm/xe/xe2: Support flat ccsGravatar Himal Prasad Ghimiray 1-1/+1
2023-12-21drm/xe: Rename info.supports_* to info.has_*Gravatar Lucas De Marchi 1-10/+10
2023-12-21drm/xe/kunit: Add stub to read_gmdidGravatar Lucas De Marchi 1-0/+3
2023-12-21drm/xe: add some debug info for d3coldGravatar Matthew Auld 1-0/+3
2023-12-21drm/xe: Don't "peek" into GMD_IDGravatar Michał Winiarski 1-18/+16
2023-12-21drm/xe/device: Introduce xe_device_probe_earlyGravatar Michał Winiarski 1-5/+21
2023-12-21drm/xe: Introduce xe_tile_init_early and use at earlier point in probeGravatar Michał Winiarski 1-5/+5
2023-12-21drm/xe: Split xe_info_initGravatar Michał Winiarski 1-32/+46
2023-12-21drm/xe: Use managed pci_enable_deviceGravatar Michał Winiarski 1-12/+8
2023-12-21drm/xe: Skip calling drm_dev_put on probe errorGravatar Michał Winiarski 1-4/+1
2023-12-21drm/xe: rename bypass_mtcfg to skip_mtcfgGravatar Koby Elbaz 1-2/+2
2023-12-21drm/xe: add skip_pcode flagGravatar Koby Elbaz 1-0/+2
2023-12-21drm/xe: Add skip_guc_pc flagGravatar Vinay Belgaumkar 1-0/+2
2023-12-21drm/xe/gsc: Define GSCCS for MTLGravatar Daniele Ceraolo Spurio 1-1/+1
2023-12-21drm/xe: Encapsulate all the module parametersGravatar Bommithi Sakeena 1-3/+3
2023-12-21drm/xe: Print virtualization mode during probeGravatar Michal Wajdeczko 1-0/+4
2023-12-21drm/xe: Prepare for running in different SR-IOV modesGravatar Michal Wajdeczko 1-0/+3
2023-12-21drm/xe: Add device flag to indicate SR-IOV supportGravatar Michal Wajdeczko 1-1/+2
2023-12-21drm/xe/display: Improve s2idle handling.Gravatar Maarten Lankhorst 1-6/+0
2023-12-21drm/xe/display: Implement display supportGravatar Maarten Lankhorst 1-5/+30
2023-12-21drm/xe/gsc: enable pvc supportGravatar Alexander Usyskin 1-0/+1
2023-12-21drm/xe/uapi: Replace useless 'instance' per unique gt_idGravatar Rodrigo Vivi 1-4/+0
2023-12-21drm/xe/gsc: add has_heci_gscfi indication to deviceGravatar Vitaly Lubart 1-2/+8
2023-12-21drm/xe: add MMIO extension support flagsGravatar Koby Elbaz 1-0/+3
2023-12-21drm/xe: add a flag to bypass multi-tile config from MTCFG regGravatar Koby Elbaz 1-0/+2
2023-12-21drm/xe/rpls: Add RPLS SupportGravatar Anusha Srivatsa 1-0/+7
2023-12-21drm/xe/rplu: s/ADLP/ALDERLAKE_PGravatar Anusha Srivatsa 1-1/+1
2023-12-21drm/xe: Infer service copy functionality from engine listGravatar Matt Roper 1-2/+0
2023-12-21drm/xe: change old msi irq api to a new oneGravatar Dani Liberman 1-3/+0
2023-12-21drm/xe/pm: Use PM functions only if CONFIG_PM_SLEEP is enabledGravatar Francois Dugast 1-23/+25
2023-12-21drm/xe: fix has_llc on rklGravatar Matthew Auld 1-0/+1
2023-12-21drm/xe/lnl: Add LNL platform definitionGravatar Matt Roper 1-0/+6
2023-12-21drm/xe/xe2: Track VA bits independently of max page table levelGravatar Matt Roper 1-0/+6
2023-12-21drm/xe/xe2: Define Xe2_LPM IP featuresGravatar Matt Roper 1-0/+7
2023-12-21drm/xe/xe2: Define Xe2_LPG IP featuresGravatar Matt Roper 1-0/+19
2023-12-21drm/xe: Stop tracking 4-tile supportGravatar Matt Roper 1-9/+1
2023-12-21drm/xe: Ensure memory eviction on s2idle.Gravatar Rodrigo Vivi 1-22/+32
2023-12-21drm/xe: Move d3cold_allowed decision all together.Gravatar Rodrigo Vivi 1-14/+1
2023-12-21drm/xe: Only set PCI d3cold_allowed when we are really allowing.Gravatar Rodrigo Vivi 1-2/+1
2023-12-21drm/xe/pm: Init pcode and restore vram on power lostGravatar Anshuman Gupta 1-2/+0
2023-12-21drm/xe/pm: Toggle d3cold_allowed using vram_usagesGravatar Anshuman Gupta 1-3/+33
2023-12-21drm/xe/pm: Add vram_d3cold_threshold SysfsGravatar Anshuman Gupta 1-5/+5
2023-12-21drm/xe/pm: Refactor xe_pm_runtime_initGravatar Anshuman Gupta 1-1/+0
2023-12-21drm/xe/pm: Add pci d3cold_capable supportGravatar Anshuman Gupta 1-12/+17
2023-12-21drm/xe: Enable PCI device earlierGravatar Matt Roper 1-11/+11