aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_device_types.h
AgeCommit message (Expand)AuthorFilesLines
2024-04-04drm/xe: Use ordered wq for preempt fence waitingGravatar Matthew Brost 1-0/+3
2024-02-19drm/xe/uapi: Remove support for persistent exec_queuesGravatar Thomas Hellström 1-8/+0
2024-01-23drm/xe: Document nested struct members according to guidelinesGravatar Thomas Hellström 1-77/+82
2024-01-09drm/xe: Annotate multiple mmio pointers with __iomemGravatar Thomas Hellström 1-3/+3
2024-01-09drm/xe: Annotate xe_mem_region::mapping with __iomemGravatar Thomas Hellström 1-1/+1
2024-01-08drm/xe/dgfx: Release mmap mappings on rpm suspendGravatar Badal Nilawar 1-0/+16
2024-01-05drm/xe: Allocate dedicated workqueue for SR-IOV workersGravatar Michal Wajdeczko 1-0/+2
2023-12-21drm/xe/vf: Introduce Memory Based Interrupts HandlerGravatar Michal Wajdeczko 1-0/+5
2023-12-21drm/xe/pmu: Remove PMU from Xe till uapi is finalizedGravatar Ashutosh Dixit 1-4/+0
2023-12-21drm/xe: Rename info.supports_* to info.has_*Gravatar Lucas De Marchi 1-4/+4
2023-12-21drm/xe/pf: Introduce Local Memory Translation TableGravatar Michal Wajdeczko 1-0/+9
2023-12-21drm/xe: Avoid any races around ccs_mode updateGravatar Niranjana Vishwanathapura 1-0/+9
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/pat: annotate pat_index with coherency modeGravatar Matthew Auld 1-1/+1
2023-12-21drm/xe: Prepare for running in different SR-IOV modesGravatar Michal Wajdeczko 1-0/+7
2023-12-21drm/xe: Add device flag to indicate SR-IOV supportGravatar Michal Wajdeczko 1-0/+2
2023-12-21drm/xe/display: Silence kernel-doc warnings related to displayGravatar Lucas De Marchi 1-0/+2
2023-12-21drm/xe/display: Implement display supportGravatar Maarten Lankhorst 1-0/+86
2023-12-21drm/xe: implement driver initiated function-resetGravatar Andrzej Hajda 1-0/+3
2023-12-21drm/xe/gsc: add gsc device supportGravatar Vitaly Lubart 1-0/+4
2023-12-21drm/xe/gsc: add has_heci_gscfi indication to deviceGravatar Vitaly Lubart 1-0/+3
2023-12-21drm/xe: add MMIO extension support flagsGravatar Koby Elbaz 1-0/+4
2023-12-21drm/xe: add a flag to bypass multi-tile config from MTCFG regGravatar Koby Elbaz 1-0/+2
2023-12-21drm/xe: add 28-bit address support in struct xe_regGravatar Koby Elbaz 1-0/+13
2023-12-21drm/xe/hwmon: Expose power attributesGravatar Badal Nilawar 1-0/+3
2023-12-21drm/xe/pat: Keep track of relevant indexesGravatar Lucas De Marchi 1-0/+2
2023-12-21drm/xe: Use vfunc to initialize PATGravatar Lucas De Marchi 1-0/+13
2023-12-21drm/xe: Infer service copy functionality from engine listGravatar Matt Roper 1-2/+0
2023-12-21drm/xe: Add drm-client infrastructureGravatar Tejas Upadhyay 1-0/+6
2023-12-21drm/xe/pmu: Enable PMU interfaceGravatar Aravind Iddamsetty 1-0/+4
2023-12-21drm/xe/xe2: Track VA bits independently of max page table levelGravatar Matt Roper 1-0/+2
2023-12-21drm/xe: Stop tracking 4-tile supportGravatar Matt Roper 1-2/+0
2023-12-21drm/xe: Make xe_mem_region structGravatar Oak Zeng 1-54/+40
2023-12-21drm/xe: Rename engine to exec_queueGravatar Francois Dugast 1-2/+2
2023-12-21drm/xe: Invert guc vs execlists parameters and info.Gravatar Rodrigo Vivi 1-2/+2
2023-12-21drm/xe: fix xe_device_mem_access_get() racesGravatar Matthew Auld 1-2/+6
2023-12-21drm/xe/pm: Init pcode and restore vram on power lostGravatar Anshuman Gupta 1-0/+3
2023-12-21drm/xe/pm: Add vram_d3cold_threshold SysfsGravatar Anshuman Gupta 1-4/+20
2023-12-21drm/xe/pm: Add pci d3cold_capable supportGravatar Anshuman Gupta 1-0/+3
2023-12-21drm/xe: Cleanup SPACING style issuesGravatar Francois Dugast 1-2/+2
2023-12-21drm/xe: Make usable size of VRAM readableGravatar Tejas Upadhyay 1-3/+10
2023-12-21drm/xe: Add sysfs entry to report per tile memory sizeGravatar Tejas Upadhyay 1-0/+5
2023-12-21drm/xe: Add sysfs entry for tileGravatar Tejas Upadhyay 1-0/+3
2023-12-19drm/xe: Allow GT looping and lookup on standalone mediaGravatar Matt Roper 1-0/+2
2023-12-19drm/xe: Add media GT to tileGravatar Matt Roper 1-1/+6
2023-12-19drm/xe: Allocate GT dynamicallyGravatar Matt Roper 1-1/+1
2023-12-19drm/xe: Move migration from GT to tileGravatar Matt Roper 1-0/+3
2023-12-19drm/xe: Memory allocations are tile-based, not GT-basedGravatar Matt Roper 1-0/+7