Age | Commit message (Expand) | Author |
2023-12-19 | drm/xe: Add TLB invalidation fence ftrace | Matthew Brost |
2023-12-19 | drm/xe: Kernel doc GT TLB invalidations | Matthew Brost |
2023-12-19 | drm/xe: Invalidate TLB after unbind is complete | Matthew Brost |
2023-12-19 | drm/xe: Add TLB invalidation fence | Matthew Brost |
2023-12-19 | drm/xe: Move TLB invalidation variable to own sub-structure in GT | Matthew Brost |
2023-12-19 | drm/xe: Break of TLB invalidation into its own file | Matthew Brost |
2023-12-19 | drm/xe: Don't process TLB invalidation done in CT fast-path | Matthew Brost |
2023-12-19 | drm/xe/migrate: Update emit_pte to cope with a size level than 4k | Matthew Brost |
2023-12-19 | drm/xe/ggtt: fix GGTT scratch usage for DG2 | Matthew Auld |
2023-12-19 | drm/xe/ggtt: fix alignment usage for DG2 | Matthew Auld |
2023-12-19 | drm/xe/ppgtt: fix scratch page usage on DG2 | Matthew Auld |
2023-12-19 | drm/xe/ppgtt: clear the scratch page | Matthew Auld |
2023-12-19 | drm/xe/bo: reduce xe_bo_create_pin_map() restrictions | Matthew Auld |
2023-12-19 | drm/xe: Map initial FB at the same place in GGTT too | Maarten Lankhorst |
2023-12-19 | drm/xe: Convert memory device refcount to s32 | Maarten Lankhorst |
2023-12-19 | drm/xe/uapi: Add XE_ENGINE_GET_PROPERTY uAPI | José Roberto de Souza |
2023-12-19 | drm/xe/uapi: Rename XE_ENGINE_PROPERTY_X to XE_ENGINE_SET_PROPERTY_X | José Roberto de Souza |
2023-12-19 | drm/xe: Use global macros to set PM functions | Francois Dugast |
2023-12-19 | drm/xe: skip Kunit tests requiring real hardware when running on UML | Mauro Carvalho Chehab |
2023-12-19 | drm/xe/guc_pc: Fix Meteor Lake registers. | Rodrigo Vivi |
2023-12-19 | drm/xe: Fix Meteor Lake rsa issue on guc loading | Philippe Lecluse |
2023-12-19 | drm/xe/gt: Enable interrupt while initializing root gt | Balasubramani Vivekanandan |
2023-12-19 | drm/xe: KUnit tests depend on CONFIG_DRM_FBDEV_EMULATION | Mauro Carvalho Chehab |
2023-12-19 | drm/xe/Kconfig.debug: select DEBUG_FS for KUnit runs | Mauro Carvalho Chehab |
2023-12-19 | drm/xe: Add min config for kunit integration ARCH=um | Lucas De Marchi |
2023-12-19 | drm/xe: Add documentation for mem_type | Lucas De Marchi |
2023-12-12 | drm/xe/gt: Fix min() with u32 and u64 | Lucas De Marchi |
2023-12-12 | drm/xe: Fix tracepoints on 32b | Lucas De Marchi |
2023-12-12 | drm/xe/mmio: Use non-atomic writeq/readq variant for 32b | Lucas De Marchi |
2023-12-12 | drm/xe: Fix some log messages on 32b | Lucas De Marchi |
2023-12-12 | drm/xe/ggtt: Use BIT_ULL() for 64bit | Lucas De Marchi |
2023-12-12 | drm/xe: fix xe_mmio_total_vram_size | Philippe Lecluse |
2023-12-12 | drm/xe/pcode: fix pcode error check | Matthew Auld |
2023-12-12 | drm/xe: enforce GSMBASE for DG1 instead of BAR2 | Philippe Lecluse |
2023-12-12 | drm/xe: Fix hidden gotcha regression with bo create | Maarten Lankhorst |
2023-12-12 | drm/xe/guc: Add support GuC MMIO send / recv | Matthew Brost |
2023-12-12 | drm/xe/guc: s/xe_guc_send_mmio/xe_guc_mmio_send | Matthew Brost |
2023-12-12 | drm/xe/guc: Report submission version of GuC firmware | Matthew Brost |
2023-12-12 | drm/xe: Fake pulling gt->info.engine_mask from hwconfig blob | Matthew Brost |
2023-12-12 | drm/xe: Ensure VMA not userptr before calling xe_bo_is_stolen | Matthew Brost |
2023-12-12 | drm/xe: Implement stolen memory. | Maarten Lankhorst |
2023-12-12 | drm/xe: Take memory ref on kernel job creation | Matthew Brost |
2023-12-12 | drm/xe/migrate: Add kerneldoc for the migrate subsystem | Thomas Hellström |
2023-12-12 | drm/xe: Remove i915_utils dependency from xe_pcode. | Rodrigo Vivi |
2023-12-12 | drm/xe: Convert xe_mmio_wait32 to us so we can stop using wait_for_us. | Rodrigo Vivi |
2023-12-12 | drm/xe: Let's avoid i915_utils in the xe_force_wake. | Rodrigo Vivi |
2023-12-12 | drm/xe: Stop using i915_utils in xe_wopcm. | Rodrigo Vivi |
2023-12-12 | drm/xe: Remove i915_utils dependency from xe_guc_pc. | Rodrigo Vivi |
2023-12-12 | drm/xe: Wait for success on guc done. | Rodrigo Vivi |
2023-12-12 | drm/xe: Convert guc_ready to regular xe_mmio_wait32 | Rodrigo Vivi |