index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
xe
/
xe_lrc.c
Age
Commit message (
Expand
)
Author
2024-04-08
drm/xe: Label RING_CONTEXT_CONTROL as masked
Ashutosh Dixit
2024-04-02
drm/xe: Normalize bo flags macros
Lucas De Marchi
2024-03-26
drm/xe: Use FIELD_PREP for lrc descriptor
Niranjana Vishwanathapura
2024-03-22
drm/xe: Fix END redefinition
Lucas De Marchi
2024-03-20
drm/xe: Add XE_BO_GGTT_INVALIDATE flag
Matthew Brost
2024-03-07
drm/xe: Declare __xe_lrc_*_ggtt_addr with __maybe__unused
Dawei Li
2024-03-04
drm/xe: Implement capture of HWSP and HWCTX
Maarten Lankhorst
2024-03-04
drm/xe: Add infrastructure for delayed LRC capture
Maarten Lankhorst
2024-03-04
drm/xe: Move lrc snapshot capturing to xe_lrc.c
Maarten Lankhorst
2024-02-29
drm/xe: Add LRC parsing for more GPU instructions
Matt Roper
2024-02-23
drm/xe/uapi: Remove unused flags
Francois Dugast
2024-01-31
drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
Matthew Brost
2023-12-21
drm/xe/vf: Update LRC with memory based interrupts data
Michal Wajdeczko
2023-12-21
drm/xe: Add command MI_LOAD_REGISTER_MEM
Michal Wajdeczko
2023-12-21
drm/xe: Drop some unnecessary header includes
Matt Roper
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
2023-12-21
drm/xe/xe2: Update SVG state handling
Matt Roper
2023-12-21
drm/xe: Emit SVG state on RCS during driver load on DG2 and MTL
Matt Roper
2023-12-21
drm/xe: Prepare to emit non-register state while recording default LRC
Matt Roper
2023-12-21
drm/xe/debugfs: Include GFXPIPE commands in LRC dump
Matt Roper
2023-12-21
drm/xe/debugfs: Add dump of default LRCs' MI instructions
Matt Roper
2023-12-21
drm/xe: Extract MI_* instructions to their own header
Matt Roper
2023-12-21
drm/xe: Separate number of registers from MI_LRI opcode
Matt Roper
2023-12-21
drm/xe: Account ring buffer and context state storage
Tejas Upadhyay
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
2023-12-21
drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
Thomas Hellström
2023-12-21
drm/xe/vm: Simplify and document xe_vm_lock()
Thomas Hellström
2023-12-21
drm/xe/xe2: Update context image layouts
Matt Roper
2023-12-21
drm/xe/xe2: Update render/compute context image sizes
Matt Roper
2023-12-21
drm/xe: base definitions for the GSCCS
Daniele Ceraolo Spurio
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
2023-12-21
drm/xe: Cleanup COMPLEX_MACRO style issues
Francois Dugast
2023-12-21
drm/xe: Cleanup POINTER_LOCATION style issues
Francois Dugast
2023-12-19
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
2023-12-19
drm/xe/lrc: give start_seqno a better default
Matthew Auld
2023-12-19
drm/xe: Use a define to set initial seqno for fences
Thomas Hellström
2023-12-19
drm/xe: prefer xe_bo_create_pin_map()
Matthew Auld
2023-12-19
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_gpu_commands.h
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_lrc_reg.h
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
2023-12-19
drm/xe: Remove dependency on intel_engine_regs.h
Lucas De Marchi
2023-12-19
drm/xe: Sort includes
Lucas De Marchi
2023-12-19
drm/xe: Add has_asid to device info
Matthew Brost
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost