index
:
linux
drm-debug-qxl
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-qemu-fixes
drm-qemu-next
drm-qemu-next-fixes
drm-qxl
drm-udmabuf
drm-udmabuf-fix
drm-virtio-bootfb
host-phys-bits
master
pcie-hotplug
radeonfb-logging
vfio-usb-reset
linux
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_job.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'amd-drm-fixes-6.1-2022-11-23' of https://gitlab.freedesktop.org/ag...
Dave Airlie
2022-11-25
1
-1
/
+5
|
\
|
*
drm/amdgpu: fix use-after-free during gpu recovery
Stanley.Yang
2022-11-23
1
-1
/
+5
*
|
drm/amdgpu: handle gang submit before VMID
Christian König
2022-11-18
1
-3
/
+3
|
/
*
Revert "drm/amdgpu: let mode2 reset fallback to default when failure"
Victor Zhao
2022-10-18
1
-1
/
+0
*
drm/amdgpu: add gang submit frontend v6
Christian König
2022-09-20
1
-1
/
+1
*
drm/amdgpu: add gang submit backend v2
Christian König
2022-09-20
1
-2
/
+26
*
drm/amdgpu: move setting the job resources
Christian König
2022-09-13
1
-0
/
+17
*
drm/amdgpu: Fix use-after-free in amdgpu_cs_ioctl
YuBiao Wang
2022-08-29
1
-1
/
+4
*
drm/amdgpu: reduce reset time
Victor Zhao
2022-08-16
1
-0
/
+2
*
drm/amdgpu: let mode2 reset fallback to default when failure
Victor Zhao
2022-08-16
1
-0
/
+1
*
drm/amdgpu: remove useless condition in amdgpu_job_stop_all_jobs_on_sched()
Andrey Strachuk
2022-08-16
1
-4
/
+0
*
drm/amdgpu: Get rid of amdgpu_job->external_hw_fence
Andrey Grodzovsky
2022-07-18
1
-22
/
+5
*
drm/amdgpu: support reset flag set for gpu reset
Likun Gao
2022-07-13
1
-1
/
+9
*
drm/amdgpu: Follow up change to previous drm scheduler change.
Andrey Grodzovsky
2022-06-28
1
-4
/
+0
*
drm/amdgpu: Rename amdgpu_device_gpu_recover_imp back to amdgpu_device_gpu_re...
Andrey Grodzovsky
2022-06-10
1
-1
/
+1
*
drm/amdgpu: properly embed the IBs into the job
Christian König
2022-03-04
1
-6
/
+1
*
Merge tag 'drm-misc-next-2022-02-23' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
2022-02-25
1
-2
/
+1
|
\
|
*
drm/amdgpu: Serialize non TDR gpu recovery with TDRs
Andrey Grodzovsky
2022-02-09
1
-1
/
+1
*
|
drm/amdgpu: Handle the GPU recovery failure in SRIOV environment.
Surbhi Kakarya
2022-02-14
1
-1
/
+5
|
/
*
drm/amdgpu: use adev_to_drm for consistency when accessing drm_device
Guchun Chen
2021-10-08
1
-1
/
+1
*
Merge drm/drm-next into drm-misc-next
Maxime Ripard
2021-09-14
1
-11
/
+28
|
\
|
*
drm/amd/amdgpu embed hw_fence into amdgpu_job
Jack Zhang
2021-08-16
1
-11
/
+28
*
|
drm/sched: drop entity parameter from drm_sched_push_job
Daniel Vetter
2021-08-30
1
-1
/
+1
*
|
drm/sched: Split drm_sched_job_init
Daniel Vetter
2021-08-30
1
-0
/
+2
|
/
*
drm/amdgpu: Prevent any job recoveries after device is unplugged.
Andrey Grodzovsky
2021-05-19
1
-3
/
+16
*
drm/scheduler: Job timeout handler returns status (v3)
Luben Tuikov
2021-01-29
1
-2
/
+4
*
gpu/drm: ring_mirror_list --> pending_list
Luben Tuikov
2020-12-08
1
-1
/
+1
*
drm/scheduler: "node" --> "list"
Luben Tuikov
2020-12-08
1
-1
/
+1
*
drm/scheduler: Scheduler priority fixes (v2)
Luben Tuikov
2020-08-18
1
-1
/
+1
*
drm/amdgpu: revert "fix system hang issue during GPU reset"
Christian König
2020-08-14
1
-7
/
+7
*
drm/amdgpu: fix system hang issue during GPU reset
Dennis Li
2020-07-27
1
-7
/
+7
*
drm/amdgpu: don't do soft recovery if gpu_recovery=0
Marek Olšák
2020-07-10
1
-1
/
+2
*
drm/amdgpu: remove distinction between explicit and implicit sync (v2)
Christian König
2020-07-01
1
-9
/
+6
*
drm/amdgpu: remove set but not used variable 'priority'
YueHaibing
2020-04-23
1
-2
/
+0
*
drm/amdgpu: restrict debugfs register access under SR-IOV
Yintian Tao
2020-04-13
1
-2
/
+6
*
drm/amdgpu: implement more ib pools (v2)
xinhui pan
2020-04-01
1
-2
/
+3
*
drm/amdgpu: set compute queue priority at mqd_init
Nirmoy Das
2020-03-09
1
-6
/
+0
*
drm/amdgpu: drop amdgpu_job.owner
Christian König
2020-01-16
1
-1
/
+0
*
drm/amdgpu: explicitely sync to VM updates v2
Christian König
2019-12-09
1
-2
/
+1
*
drm/amdgpu: If amdgpu_ib_schedule fails return back the error.
Andrey Grodzovsky
2019-10-25
1
-1
/
+3
*
drm/amdgpu: Avoid HW GPU reset for RAS.
Andrey Grodzovsky
2019-09-13
1
-0
/
+38
*
Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...
Daniel Vetter
2019-06-14
1
-1
/
+1
|
\
|
*
drm/amd: drop use of drmP.h in amdgpu/amdgpu*
Sam Ravnborg
2019-06-10
1
-1
/
+1
*
|
drm/amdgpu: suppress repeating tmo report
Monk Liu
2019-05-24
1
-0
/
+2
|
/
*
drm/amdgpu: print process info when job timeout
Trigger Huang
2018-12-20
1
-0
/
+6
*
drm/scheduler: Add drm_sched_job_cleanup
Sharat Masetty
2018-11-05
1
-0
/
+2
*
drm/amdgpu: Fix SDMA TO after GPU reset v3
Andrey Grodzovsky
2018-09-11
1
-0
/
+1
*
drm/amdgpu: add ring soft recovery v4
Christian König
2018-08-27
1
-0
/
+6
*
drm/amdgpu: move setting the GART addr into TTM
Christian König
2018-08-27
1
-2
/
+0
*
drm/amdgpu: cleanup GPU recovery check a bit (v2)
Christian König
2018-08-27
1
-1
/
+2
[next]