summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_pci.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-20drm/xe: Reinstate media GT supportMatt Roper1-1/+25
2023-12-20drm/xe: Allow GT looping and lookup on standalone mediaMatt Roper1-1/+5
2023-12-20drm/xe: Allocate GT dynamicallyMatt Roper1-2/+6
2023-12-20drm/xe: Drop extra_gts[] declarations and XE_GT_TYPE_REMOTEMatt Roper1-30/+6
2023-12-20drm/xe: Drop vram_idMatt Roper1-2/+0
2023-12-20drm/xe: Move VRAM from GT to tileMatt Roper1-2/+0
2023-12-20drm/xe: Add for_each_tile iteratorMatt Roper1-2/+1
2023-12-20drm/xe: Add backpointer from gt to tileMatt Roper1-1/+1
2023-12-20drm/xe: Introduce xe_tileMatt Roper1-1/+6
2023-12-20drm/xe/mtl: Disable media GTMatt Roper1-12/+0
2023-12-20drm/xe: Add stepping support for GMD_ID platformsMatt Roper1-9/+19
2023-12-20drm/xe: Do not forget to drm_dev_put() in xe_pci_probe()Gustavo Sousa1-12/+14
2023-12-20drm/xe/adln: Enable ADL-NMatt Roper1-0/+9
2023-12-20drm/xe: Rename reg field to addrLucas De Marchi1-2/+2
2023-12-20drm/xe: Enable Raptorlake-PJosé Roberto de Souza1-0/+1
2023-12-20drm/xe: Fix media detection for pre-GMD_ID platformsLucas De Marchi1-58/+55
2023-12-20drm/xe: Update comment on why d3cold is still blocked.Rodrigo Vivi1-3/+8
2023-12-20drm/xe: Fix build without CONFIG_PM_SLEEPFrancois Dugast1-1/+1
2023-12-20drm/xe: Add Rocketlake device infoAnusha Srivatsa1-0/+8
2023-12-20drm/xe: Track whether platform has LLCMatt Roper1-0/+5
2023-12-20drm/xe: Clean up xe_device_descMatt Roper1-12/+4
2023-12-20drm/xe: Select graphics/media descriptors from GMD_IDMatt Roper1-36/+148
2023-12-20drm/xe: Add printable name to IP descriptorsMatt Roper1-3/+18
2023-12-20drm/xe: Clarify GT counting logicMatt Roper1-4/+14
2023-12-20drm/xe: Move engine masks into IP descriptor structuresMatt Roper1-51/+42
2023-12-20drm/xe: Move most platform traits to graphics IPMatt Roper1-54/+45
2023-12-20drm/xe: Set require_force_probe in each platform's descriptionMatt Roper1-3/+7
2023-12-20drm/xe: Start splitting xe_device_desc into graphics/media structuresMatt Roper1-29/+65
2023-12-20drm/xe: Generalize fake device creationLucas De Marchi1-1/+1
2023-12-20drm/xe: Move test infra out of xe_pci.[ch]Lucas De Marchi1-51/+1
2023-12-20drm/xe: Extract function to initialize xe->infoLucas De Marchi1-44/+54
2023-12-20drm/xe: Fix platform orderLucas De Marchi1-2/+2
2023-12-20drm/xe: Stop accepting value in xe_migrate_clearBalasubramani Vivekanandan1-0/+3
2023-12-20drm/xe: Remove dependency on i915_reg.hLucas De Marchi1-2/+1
2023-12-20drm/xe: Sort includesLucas De Marchi1-2/+2
2023-12-20drm/xe/pm: fix unbalanced ref handlingMatthew Auld1-0/+1
2023-12-20drm/xe: Remove duplicate media_verLucas De Marchi1-1/+0
2023-12-20drm/xe: Update the list of devices to add even more TGL devicesCarlos Santa1-1/+1
2023-12-20drm/xe: Add has_asid to device infoMatthew Brost1-0/+3
2023-12-20drm/xe: Add has_range_tlb_invalidation device attributeMatthew Brost1-0/+4
2023-12-20drm/xe: Use global macros to set PM functionsFrancois Dugast1-9/+2
2023-12-20drm/xe: skip Kunit tests requiring real hardware when running on UMLMauro Carvalho Chehab1-5/+23
2023-12-12drm/xe: Fake pulling gt->info.engine_mask from hwconfig blobMatthew Brost1-2/+2
2023-12-12drm/xe: Introduce a new DRM driver for Intel GPUsMatthew Brost1-0/+651