index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_job.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-11-08
Merge tag 'amd-drm-next-6.13-2024-11-06' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-0
/
+2
2024-11-04
drm/amdgpu: add ring reset messages
Alex Deucher
1
-0
/
+3
2024-10-29
Merge tag 'amd-drm-next-6.13-2024-10-25' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-3
/
+3
2024-10-09
Merge tag 'drm-misc-next-2024-09-20' of https://gitlab.freedesktop.org/drm/mi...
Dave Airlie
1
-1
/
+1
2024-10-08
drm/amdgpu: Remove the while loop from amdgpu_job_prepare_job
Tvrtko Ursulin
1
-1
/
+1
2024-10-08
drm/amdgpu: Drop impossible condition from amdgpu_job_prepare_job
Tvrtko Ursulin
1
-1
/
+1
2024-10-01
drm/amdgpu: update the handle ptr in dump_ip_state
Sunil Khatri
1
-1
/
+1
2024-09-25
drm/amdgpu: skip coredump after job timeout in SRIOV
ZhenGuo Yin
1
-1
/
+4
2024-09-11
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+66
2024-09-06
drm/sched: add optional errno to drm_sched_start()
Christian König
1
-1
/
+1
2024-08-29
drm/amdgpu: Move the dumping log out of for loop
Sunil Khatri
1
-3
/
+2
2024-08-29
drm/amdgpu: Do core dump immediately when job tmo
Trigger Huang
1
-1
/
+67
2024-08-27
Merge tag 'amd-drm-next-6.12-2024-08-26' of https://gitlab.freedesktop.org/ag...
Daniel Vetter
1
-0
/
+20
2024-08-16
drm/amdgpu: increase the reset counter for the queue reset
Prike Liang
1
-0
/
+1
2024-08-16
drm/amdgpu: add per ring reset support (v5)
Alex Deucher
1
-0
/
+19
2024-08-07
drm/amdgpu: Forward soft recovery errors to userspace
Joshua Ashton
1
-2
/
+1
2024-08-06
drm/amdgpu: Forward soft recovery errors to userspace
Joshua Ashton
1
-2
/
+1
2024-07-10
drm/amdgpu/job: Replace DRM_INFO/ERROR logging
Alex Deucher
1
-10
/
+11
2024-06-14
drm/amdgpu: add reset source in various cases
Eric Huang
1
-0
/
+1
2024-04-09
drm/amdgpu: Refine IB schedule error logging
Lijo Lazar
1
-2
/
+5
2024-03-04
drm/amdgpu: change vm->task_info handling
Shashank Sharma
1
-7
/
+11
2023-11-24
drm/sched: Reverse run-queue priority enumeration
Luben Tuikov
1
-1
/
+1
2023-11-24
drm/sched: Rename priority MIN to LOW
Luben Tuikov
1
-1
/
+1
2023-11-10
drm/sched: implement dynamic job-flow control
Danilo Krummrich
1
-1
/
+1
2023-10-26
drm/sched: Convert the GPU scheduler to variable number of run-queues
Luben Tuikov
1
-2
/
+2
2023-06-15
drm/amdgpu: add VM generation token
Christian König
1
-2
/
+2
2023-06-15
drm/amdgpu: abort submissions during prepare on error
Christian König
1
-1
/
+12
2023-06-09
drm/amdgpu: set finished fence error if job timedout
ZhenGuo Yin
1
-0
/
+2
2023-01-18
drm/amdgpu: fix amdgpu_job_free_resources v2
Christian König
1
-2
/
+8
2022-12-13
Merge tag 'drm-next-2022-12-13' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
1
-47
/
+33
2022-11-25
Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/ag...
Dave Airlie
1
-1
/
+5
2022-11-23
drm/amdgpu: fix use-after-free during gpu recovery
Stanley.Yang
1
-1
/
+6
2022-11-23
drm/amdgpu: fix use-after-free during gpu recovery
Stanley.Yang
1
-1
/
+5
2022-11-18
drm/amdgpu: handle gang submit before VMID
Christian König
1
-3
/
+3
2022-11-05
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
1
-1
/
+0
2022-11-03
drm/scheduler: rename dependency callback into prepare_job
Christian König
1
-2
/
+2
2022-11-03
drm/amdgpu: use scheduler dependencies for CS
Christian König
1
-8
/
+1
2022-11-03
drm/amdgpu: move explicit sync check into the CS
Christian König
1
-9
/
+3
2022-11-03
drm/amdgpu: cleanup scheduler job initialization v2
Christian König
1
-21
/
+23
2022-11-03
drm/amdgpu: drop amdgpu_sync from amdgpu_vmid_grab v2
Christian König
1
-7
/
+5
2022-11-03
drm/amdgpu: drop the fence argument from amdgpu_vmid_grab
Christian König
1
-3
/
+1
2022-10-18
Revert "drm/amdgpu: let mode2 reset fallback to default when failure"
Victor Zhao
1
-1
/
+0
2022-09-20
drm/amdgpu: add gang submit frontend v6
Christian König
1
-1
/
+1
2022-09-20
drm/amdgpu: add gang submit backend v2
Christian König
1
-2
/
+26
2022-09-13
drm/amdgpu: move setting the job resources
Christian König
1
-0
/
+17
2022-08-29
drm/amdgpu: Fix use-after-free in amdgpu_cs_ioctl
YuBiao Wang
1
-1
/
+4
2022-08-16
drm/amdgpu: reduce reset time
Victor Zhao
1
-0
/
+2
2022-08-16
drm/amdgpu: let mode2 reset fallback to default when failure
Victor Zhao
1
-0
/
+1
2022-08-16
drm/amdgpu: remove useless condition in amdgpu_job_stop_all_jobs_on_sched()
Andrey Strachuk
1
-4
/
+0
2022-07-18
drm/amdgpu: Get rid of amdgpu_job->external_hw_fence
Andrey Grodzovsky
1
-22
/
+5
[next]