index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
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
Files
Lines
2024-02-01
drm/xe: Use LRC prefix rather than CTX prefix in lrc desc defines
Matthew Brost
1
-7
/
+7
2023-12-22
drm/xe/vf: Update LRC with memory based interrupts data
Michal Wajdeczko
1
-0
/
+24
2023-12-22
drm/xe: Add command MI_LOAD_REGISTER_MEM
Michal Wajdeczko
1
-0
/
+14
2023-12-21
drm/xe: Drop some unnecessary header includes
Matt Roper
1
-2
/
+0
2023-12-21
drm/xe: Rename info.supports_* to info.has_*
Lucas De Marchi
1
-1
/
+1
2023-12-21
drm/xe: Remove GEN[0-9]*_ prefixes
Lucas De Marchi
1
-12
/
+11
2023-12-21
drm/xe/xe2: Update SVG state handling
Matt Roper
1
-2
/
+13
2023-12-21
drm/xe: Emit SVG state on RCS during driver load on DG2 and MTL
Matt Roper
1
-1
/
+110
2023-12-21
drm/xe: Prepare to emit non-register state while recording default LRC
Matt Roper
1
-0
/
+45
2023-12-21
drm/xe/debugfs: Include GFXPIPE commands in LRC dump
Matt Roper
1
-0
/
+108
2023-12-21
drm/xe/debugfs: Add dump of default LRCs' MI instructions
Matt Roper
1
-0
/
+97
2023-12-21
drm/xe: Extract MI_* instructions to their own header
Matt Roper
1
-0
/
+1
2023-12-21
drm/xe: Separate number of registers from MI_LRI opcode
Matt Roper
1
-1
/
+1
2023-12-21
drm/xe: Account ring buffer and context state storage
Tejas Upadhyay
1
-1
/
+6
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-4
/
+5
2023-12-21
drm/xe/bo: Remove the lock_no_vm()/unlock_no_vm() interface
Thomas Hellström
1
-8
/
+2
2023-12-21
drm/xe/vm: Simplify and document xe_vm_lock()
Thomas Hellström
1
-4
/
+2
2023-12-21
drm/xe/xe2: Update context image layouts
Matt Roper
1
-2
/
+74
2023-12-21
drm/xe/xe2: Update render/compute context image sizes
Matt Roper
1
-1
/
+8
2023-12-21
drm/xe: base definitions for the GSCCS
Daniele Ceraolo Spurio
1
-0
/
+1
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
1
-5
/
+5
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-4
/
+4
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
1
-40
/
+40
2023-12-21
drm/xe: Cleanup COMPLEX_MACRO style issues
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Cleanup POINTER_LOCATION style issues
Francois Dugast
1
-1
/
+1
2023-12-20
drm/xe: Memory allocations are tile-based, not GT-based
Matt Roper
1
-8
/
+5
2023-12-20
drm/xe/lrc: give start_seqno a better default
Matthew Auld
1
-0
/
+3
2023-12-20
drm/xe: Use a define to set initial seqno for fences
Thomas Hellström
1
-0
/
+3
2023-12-20
drm/xe: prefer xe_bo_create_pin_map()
Matthew Auld
1
-35
/
+18
2023-12-20
drm/xe: Remove dependency on i915_reg.h
Lucas De Marchi
1
-2
/
+1
2023-12-20
drm/xe: Remove dependency on intel_gpu_commands.h
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Remove dependency on intel_lrc_reg.h
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Remove dependency on intel_gt_regs.h
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Remove dependency on intel_engine_regs.h
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe: Sort includes
Lucas De Marchi
1
-3
/
+3
2023-12-20
drm/xe: Add has_asid to device info
Matthew Brost
1
-2
/
+2
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+841