index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Lines
2021-09-14
drm/amdgpu: Unify PSP TA context
Candice Li
-118
/
+141
2021-09-14
drm/amdgpu: move iommu_resume before ip init/resume
James Zhu
-0
/
+12
2021-09-14
drm/amdgpu: add amdgpu_amdkfd_resume_iommu
James Zhu
-0
/
+11
2021-09-14
drm/amdkfd: separate kfd_iommu_resume from kfd_resume
James Zhu
-0
/
+6
2021-09-14
drm/amdgpu: Get atomicOps info from Host for sriov setup
shaoyunl
-12
/
+16
2021-09-14
drm/amdgpu: Increase direct IB pool size
xinhui pan
-7
/
+2
2021-09-14
drm/amdgpu: Update RAS trigger error block support
John Clements
-0
/
+3
2021-09-14
drm/amdgpu: Update RAS status print
John Clements
-27
/
+10
2021-09-14
drm/amdgpu: refactor function to init no-psp fw
Likun Gao
-85
/
+75
2021-09-14
drm/amdgpu: cleanup debugfs for amdgpu rings
Nirmoy Das
-23
/
+9
2021-09-14
drm/amdgpu: use IS_ERR for debugfs APIs
Nirmoy Das
-8
/
+6
2021-09-14
Merge drm/drm-next into drm-misc-next
Maxime Ripard
-1597
/
+2501
2021-09-10
Merge tag 'drm-next-2021-09-10' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-71
/
+130
2021-09-07
drm/amdgpu: sdma: clean up identation
Colin Ian King
-4
/
+4
2021-09-07
drm/amdgpu: clean up inconsistent indenting
Colin Ian King
-4
/
+3
2021-09-07
drm/amdgpu: remove unused amdgpu_bo_validate
Christian König
-35
/
+0
2021-09-07
drm/amdgpu: fix use after free during BO move
Christian König
-9
/
+9
2021-09-07
drm/amdgpu: Create common PSP TA load function
Candice Li
-204
/
+93
2021-09-02
drm/amd/amdgpu: Increase HWIP_MAX_INSTANCE to 10
Ernst Sjöstrand
-1
/
+1
2021-09-02
dma-buf: nuke DMA_FENCE_TRACE macros v2
Christian König
-9
/
+1
2021-09-01
drm/amdgpu:schedule vce/vcn encode based on priority
Satyajit Sahu
-0
/
+16
2021-09-01
drm/amdgpu/vcn: set the priority for each encode ring
Satyajit Sahu
-5
/
+28
2021-09-01
drm/amdgpu/vce: set the priority for each ring
Satyajit Sahu
-3
/
+24
2021-09-01
drm/amd/amdgpu: add mpio to ras block
Candice Li
-0
/
+4
2021-09-01
drm/amd/amdgpu: consolidate PSP TA unload function
Candice Li
-120
/
+40
2021-09-01
drm/amd/amdgpu: New debugfs interface for MMIO registers (v5)
Tom St Denis
-1
/
+203
2021-09-01
drm/amdgpu: detach ring priority from gfx priority
Nirmoy Das
-7
/
+11
2021-09-01
drm/amdgpu: rework context priority handling
Nirmoy Das
-74
/
+105
2021-09-01
Merge tag 'drm-next-2021-08-31-1' of git://anongit.freedesktop.org/drm/drm
Linus Torvalds
-2836
/
+5435
2021-08-31
drm/amdgpu: fix fdinfo race with process exit
Philip Yang
-2
/
+9
2021-08-31
drm/amdgpu: Fix a deadlock if previous GEM object allocation fails
xinhui pan
-13
/
+10
2021-08-31
drm/amdgpu: stop scheduler when calling hw_fini (v2)
Guchun Chen
-0
/
+8
2021-08-31
drm/amdgpu: Clear RAS interrupt status on aldebaran
John Clements
-5
/
+25
2021-08-30
Merge tag 'irq-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-1
/
+1
2021-08-30
drm/amdgpu: show both cmd id and name when psp cmd failed
Lang Yu
-4
/
+4
2021-08-30
drm/amdgpu: Enable S/G for Yellow Carp
Nicholas Kazlauskas
-0
/
+1
2021-08-30
drm/amdgpu: reenable BACO support for 699F:C7 polaris12 SKU
Evan Quan
-8
/
+1
2021-08-30
drm/amd/amdgpu: Add ready_to_reset resp for vega10
YuBiao Wang
-0
/
+3
2021-08-30
drm/amdgpu: add some additional RDNA2 PCI IDs
Alex Deucher
-0
/
+17
2021-08-30
drm/amdgpu: correct comments in memory type managers
Yifan Zhang
-5
/
+5
2021-08-30
drm/amdgpu: Process any VBIOS RAS EEPROM address
Luben Tuikov
-12
/
+13
2021-08-30
drm/amdgpu: Fixes to returning VBIOS RAS EEPROM address
Luben Tuikov
-17
/
+33
2021-08-30
drm/sched: drop entity parameter from drm_sched_push_job
Daniel Vetter
-2
/
+2
2021-08-30
drm/sched: Split drm_sched_job_init
Daniel Vetter
-0
/
+4
2021-08-30
Merge tag 'amd-drm-next-5.15-2021-08-27' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-143
/
+761
2021-08-29
Merge tag 'irqchip-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/maz...
Thomas Gleixner
-1
/
+1
2021-08-26
drm/amdgpu: disable GFX CGCG in aldebaran
Hawking Zhang
-2
/
+0
2021-08-26
drm/amdgpu: Clear RAS interrupt status on aldebaran
John Clements
-5
/
+29
2021-08-26
drm/amdgpu: Add support for RAS XGMI err query
John Clements
-0
/
+65
2021-08-26
Merge tag 'amd-drm-next-5.15-2021-08-20' of https://gitlab.freedesktop.org/ag...
Dave Airlie
-439
/
+716
[prev]
[next]