summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-19drm/xe: Add TLB invalidation fence ftraceMatthew Brost
2023-12-19drm/xe: Kernel doc GT TLB invalidationsMatthew Brost
2023-12-19drm/xe: Invalidate TLB after unbind is completeMatthew Brost
2023-12-19drm/xe: Add TLB invalidation fenceMatthew Brost
2023-12-19drm/xe: Move TLB invalidation variable to own sub-structure in GTMatthew Brost
2023-12-19drm/xe: Break of TLB invalidation into its own fileMatthew Brost
2023-12-19drm/xe: Don't process TLB invalidation done in CT fast-pathMatthew Brost
2023-12-19drm/xe/migrate: Update emit_pte to cope with a size level than 4kMatthew Brost
2023-12-19drm/xe/ggtt: fix GGTT scratch usage for DG2Matthew Auld
2023-12-19drm/xe/ggtt: fix alignment usage for DG2Matthew Auld
2023-12-19drm/xe/ppgtt: fix scratch page usage on DG2Matthew Auld
2023-12-19drm/xe/ppgtt: clear the scratch pageMatthew Auld
2023-12-19drm/xe/bo: reduce xe_bo_create_pin_map() restrictionsMatthew Auld
2023-12-19drm/xe: Map initial FB at the same place in GGTT tooMaarten Lankhorst
2023-12-19drm/xe: Convert memory device refcount to s32Maarten Lankhorst
2023-12-19drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPIJosé Roberto de Souza
2023-12-19drm/xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_XJosé Roberto de Souza
2023-12-19drm/xe: Use global macros to set PM functionsFrancois Dugast
2023-12-19drm/xe: skip Kunit tests requiring real hardware when running on UMLMauro Carvalho Chehab
2023-12-19drm/xe/guc_pc: Fix Meteor Lake registers.Rodrigo Vivi
2023-12-19drm/xe: Fix Meteor Lake rsa issue on guc loadingPhilippe Lecluse
2023-12-19drm/xe/gt: Enable interrupt while initializing root gtBalasubramani Vivekanandan
2023-12-19drm/xe: KUnit tests depend on CONFIG_DRM_FBDEV_EMULATIONMauro Carvalho Chehab
2023-12-19drm/xe/Kconfig.debug: select DEBUG_FS for KUnit runsMauro Carvalho Chehab
2023-12-19drm/xe: Add min config for kunit integration ARCH=umLucas De Marchi
2023-12-19drm/xe: Add documentation for mem_typeLucas De Marchi
2023-12-12drm/xe/gt: Fix min() with u32 and u64Lucas De Marchi
2023-12-12drm/xe: Fix tracepoints on 32bLucas De Marchi
2023-12-12drm/xe/mmio: Use non-atomic writeq/readq variant for 32bLucas De Marchi
2023-12-12drm/xe: Fix some log messages on 32bLucas De Marchi
2023-12-12drm/xe/ggtt: Use BIT_ULL() for 64bitLucas De Marchi
2023-12-12drm/xe: fix xe_mmio_total_vram_sizePhilippe Lecluse
2023-12-12drm/xe/pcode: fix pcode error checkMatthew Auld
2023-12-12drm/xe: enforce GSMBASE for DG1 instead of BAR2Philippe Lecluse
2023-12-12drm/xe: Fix hidden gotcha regression with bo createMaarten Lankhorst
2023-12-12drm/xe/guc: Add support GuC MMIO send / recvMatthew Brost
2023-12-12drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_sendMatthew Brost
2023-12-12drm/xe/guc: Report submission version of GuC firmwareMatthew Brost
2023-12-12drm/xe: Fake pulling gt->info.engine_mask from hwconfig blobMatthew Brost
2023-12-12drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolenMatthew Brost
2023-12-12drm/xe: Implement stolen memory.Maarten Lankhorst
2023-12-12drm/xe: Take memory ref on kernel job creationMatthew Brost
2023-12-12drm/xe/migrate: Add kerneldoc for the migrate subsystemThomas Hellström
2023-12-12drm/xe: Remove i915_utils dependency from xe_pcode.Rodrigo Vivi
2023-12-12drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us.Rodrigo Vivi
2023-12-12drm/xe: Let's avoid i915_utils in the xe_force_wake.Rodrigo Vivi
2023-12-12drm/xe: Stop using i915_utils in xe_wopcm.Rodrigo Vivi
2023-12-12drm/xe: Remove i915_utils dependency from xe_guc_pc.Rodrigo Vivi
2023-12-12drm/xe: Wait for success on guc done.Rodrigo Vivi
2023-12-12drm/xe: Convert guc_ready to regular xe_mmio_wait32Rodrigo Vivi