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_guc_submit.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-02-21
drm/xe/snapshot: Remove drm_err on guc alloc failures
Maarten Lankhorst
1
-11
/
+3
2024-02-20
drm/xe/guc: Remove usage of the deprecated ida_simple_xx() API
Christophe JAILLET
1
-3
/
+3
2024-02-20
Merge drm/drm-next into drm-xe-next
Lucas De Marchi
1
-1
/
+2
2024-02-19
drm/xe/uapi: Remove support for persistent exec_queues
Thomas Hellström
1
-2
/
+0
2024-02-13
drm/xe: fix arguments to drm_err_printer()
Jani Nikula
1
-1
/
+2
2024-01-31
drm/xe: Convert job timeouts from assert to warning
Matt Roper
1
-3
/
+6
2024-01-24
drm/xe: Change devcoredump functions parameters to xe_sched_job
José Roberto de Souza
1
-9
/
+29
2024-01-15
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
Brian Welty
1
-4
/
+3
2024-01-15
drm/xe: Fix guc_exec_queue_set_priority
Brian Welty
1
-1
/
+1
2024-01-11
drm/xe: Remove set_job_timeout_ms() from exec_queue_ops
Brian Welty
1
-16
/
+0
2024-01-11
drm/xe: Add exec_queue.sched_props.job_timeout_ms
Brian Welty
1
-1
/
+1
2024-01-10
drm/xe: Fix modifying exec_queue priority in xe_migrate_init
Brian Welty
1
-4
/
+3
2024-01-10
drm/xe: Fix guc_exec_queue_set_priority
Brian Welty
1
-1
/
+1
2023-12-21
drm/xe/uapi: Return correct error code for xe_wait_user_fence_ioctl
Bommu Krishnaiah
1
-0
/
+10
2023-12-21
drm/xe/guc: Include only required GuC ABI headers
Michal Wajdeczko
1
-0
/
+2
2023-12-21
drm/xe: Internally change the compute_mode and no_dma_fence mode naming
Thomas Hellström
1
-1
/
+1
2023-12-21
drm/xe/guc: Promote guc_to_gt/xe helpers to .h
Michal Wajdeczko
1
-12
/
+0
2023-12-21
drm/xe: Use pool of ordered wq for GuC submission
Matthew Brost
1
-4
/
+64
2023-12-21
drm/xe: Ensure mutex are destroyed
Bommithi Sakeena
1
-0
/
+1
2023-12-21
drm/xe: Add child contexts to the GuC context lookup
Daniele Ceraolo Spurio
1
-14
/
+30
2023-12-21
drm/xe/uc: Rename guc_submission_enabled() to uc_enabled()
Daniele Ceraolo Spurio
1
-2
/
+2
2023-12-21
drm/xe: Use Xe assert macros instead of XE_WARN_ON macro
Francois Dugast
1
-25
/
+40
2023-12-21
drm/xe: Replace XE_WARN_ON with drm_warn when just printing a string
Francois Dugast
1
-3
/
+6
2023-12-21
drm/xe: split kernel vs permanent engine flags
Daniele Ceraolo Spurio
1
-3
/
+3
2023-12-21
drm/xe: fix submissions without vm
Daniele Ceraolo Spurio
1
-1
/
+1
2023-12-21
drm/xe: common function to assign queue name
Daniele Ceraolo Spurio
1
-19
/
+1
2023-12-21
drm/xe: Call __guc_exec_queue_fini_async direct for KERNEL exec_queues
Matthew Brost
1
-14
/
+6
2023-12-21
drm/xe/guc_submit: fixup deregister in job timeout
Matthew Auld
1
-4
/
+6
2023-12-21
drm/xe: don't warn for bogus pagefaults
Matthew Auld
1
-1
/
+1
2023-12-21
drm/xe/guc_submit: prevent repeated unregister
Matthew Auld
1
-2
/
+12
2023-12-21
drm/xe: Add sysfs for default engine scheduler properties
Tejas Upadhyay
1
-1
/
+2
2023-12-21
drm/xe: Rename engine to exec_queue
Francois Dugast
1
-544
/
+544
2023-12-21
drm/xe: Rename xe_engine.[ch] to xe_exec_queue.[ch]
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Prefer WARN() over BUG() to avoid crashing the kernel
Francois Dugast
1
-24
/
+24
2023-12-21
drm/xe: Add define WQ_HEADER_SIZE
Matthew Brost
1
-2
/
+3
2023-12-21
drm/xe: Cleanup style warnings
Francois Dugast
1
-1
/
+1
2023-12-21
drm/xe: Cleanup CODE_INDENT style issues
Francois Dugast
1
-7
/
+7
2023-12-21
drm/xe: Long running job update
Matthew Brost
1
-13
/
+83
2023-12-20
drm/xe: Convert Xe HW Engine print to snapshot capture and print.
Rodrigo Vivi
1
-1
/
+1
2023-12-20
drm/xe: Convert GuC Engine print to snapshot capture and print.
Rodrigo Vivi
1
-39
/
+198
2023-12-20
drm/xe: Introduce guc_submit_types.h with relevant structs.
Rodrigo Vivi
1
-30
/
+12
2023-12-20
drm/xe: Convert GuC CT print to snapshot capture and print.
Rodrigo Vivi
1
-1
/
+1
2023-12-20
drm/xe: Introduce the dev_coredump infrastructure.
Rodrigo Vivi
1
-0
/
+2
2023-12-20
drm/xe: Fix typo persitent->persistent
Lucas De Marchi
1
-1
/
+1
2023-12-20
drm/xe/mocs: LNCF MOCS settings only need to be restored on pre-Xe_HP
Matt Roper
1
-1
/
+0
2023-12-20
drm/xe: Remove dependency on intel_lrc_reg.h
Lucas De Marchi
1
-2
/
+1
2023-12-20
drm/xe: Sort includes
Lucas De Marchi
1
-4
/
+5
2023-12-12
drm/xe: Fix some log messages on 32b
Lucas De Marchi
1
-1
/
+1
2023-12-12
drm/xe: Introduce a new DRM driver for Intel GPUs
Matthew Brost
1
-0
/
+1695