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-10-20
drm/amdgpu: drop navi reg init functions
Alex Deucher
-433
/
+2
2021-10-20
drm/amdgpu: drop nv_set_ip_blocks()
Alex Deucher
-294
/
+0
2021-10-20
drm/amdgpu: drop soc15_set_ip_blocks()
Alex Deucher
-180
/
+0
2021-10-20
drm/amdgpu/gfx10: fix typo in gfx_v10_0_update_gfx_clock_gating()
Alex Deucher
-2
/
+3
2021-10-20
drm/amdgpu: replace snprintf in show functions with sysfs_emit
Qing Wang
-1
/
+1
2021-10-20
drm/amdgpu: support B0&B1 external revision id for yellow carp
Aaron Liu
-1
/
+1
2021-10-20
drm/amdgpu: use new iterator in amdgpu_vm_prt_fini
Christian König
-21
/
+5
2021-10-19
drm/amdgpu/discovery: parse hw_id_name for SDMA instance 2 and 3
Guchun Chen
-0
/
+2
2021-10-19
drm/amdgpu: output warning for unsupported ras error inject (v2)
Tao Zhou
-1
/
+10
2021-10-19
drm/amdgpu: centralize checking for RAS TA status
Tao Zhou
-4
/
+20
2021-10-19
drm/amd/amdgpu: Do irq_fini_hw after ip_fini_early
YuBiao Wang
-2
/
+2
2021-10-19
drm/amdgpu: load PSP RL in resume path
Tao Zhou
-0
/
+6
2021-10-19
drm/amdkfd: Fix an inappropriate error handling in allloc memory of gpu
Lang Yu
-1
/
+1
2021-10-13
drm/amdgpu/psp: add some missing cases to psp_check_pmfw_centralized_cstate_m...
Alex Deucher
-1
/
+2
2021-10-13
drm/amdkfd: unregistered svm range not overlap with TTM range
Philip Yang
-2
/
+4
2021-10-13
drm/amdkfd: fix boot failure when iommu is disabled in Picasso.
Yifan Zhang
-4
/
+0
2021-10-13
drm/amdgpu: Fix RAS page retirement with mode2 reset on Aldebaran
Mukul Joshi
-12
/
+21
2021-10-13
drm/amdgpu: Enable RAS error injection after mode2 reset on Aldebaran
Mukul Joshi
-0
/
+2
2021-10-13
drm/amdgpu: enable display for cyan skillfish
Lang Yu
-2
/
+1
2021-10-13
drm/amdgpu/nbio2.3: don't use GPU_HDP_FLUSH bit 12
Alex Deucher
-1
/
+36
2021-10-11
drm/amdgpu/nbio7.4: don't use GPU_HDP_FLUSH bit 12
Alex Deucher
-9
/
+12
2021-10-11
Merge tag 'drm-misc-next-2021-10-06' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-6
/
+19
2021-10-08
drm/amdgpu: use adev_to_drm for consistency when accessing drm_device
Guchun Chen
-24
/
+24
2021-10-08
drm/amdgpu: add missing case for HDP for renoir
Alex Deucher
-0
/
+1
2021-10-08
drm/amdgpu/discovery: add missing case for SMU 11.0.5
Alex Deucher
-0
/
+1
2021-10-07
drm/amdgpu: unify BO evicting method in amdgpu_ttm
Nirmoy Das
-35
/
+58
2021-10-06
drm/amdgpu: Register MCE notifier for Aldebaran RAS
Mukul Joshi
-0
/
+141
2021-10-06
drm/amdgpu: return early if debugfs is not initialized
Nirmoy Das
-0
/
+3
2021-10-06
drm/amd/display: fix DCC settings for DCN3
Marek Olšák
-1
/
+2
2021-10-05
drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume
Guchun Chen
-0
/
+7
2021-10-05
drm/amdgpu: init iommu after amdkfd device init
Yifan Zhang
-4
/
+4
2021-10-05
drm/amdgpu: handle the case of pci_channel_io_frozen only in amdgpu_pci_resume
Guchun Chen
-0
/
+7
2021-10-05
drm/amdgpu: print warning and taint kernel if lockup timeout is disabled
Christian König
-0
/
+2
2021-10-05
drm/amdgpu: revert "Add autodump debugfs node for gpu reset v8"
Christian König
-91
/
+0
2021-10-05
drm/amdgpu: init iommu after amdkfd device init
Yifan Zhang
-4
/
+4
2021-10-05
drm/amdgpu: During s0ix don't wait to signal GFXOFF
Lijo Lazar
-2
/
+12
2021-10-05
drm/amdkfd: fix a potential ttm->sg memory leak
Lang Yu
-0
/
+1
2021-10-04
drm/amdgpu/gmc9: convert to IP version checking
Alex Deucher
-65
/
+71
2021-10-04
drm/amdgpu: remove some repeated includings
Guo Zhengkui
-2
/
+0
2021-10-04
drm/amdgpu: During s0ix don't wait to signal GFXOFF
Lijo Lazar
-2
/
+12
2021-10-04
drm/amdgpu: consolidate case statements
Alex Deucher
-7
/
+0
2021-10-04
drm/amdgpu/jpeg: add jpeg2.6 start/end
James Zhu
-2
/
+38
2021-10-04
drm/amdgpu/jpeg2: move jpeg2 shared macro to header file
James Zhu
-20
/
+20
2021-10-04
drm/amdkfd: fix a potential ttm->sg memory leak
Lang Yu
-0
/
+1
2021-10-04
drm/amdgpu: add an option to override IP discovery table from a file
Alex Deucher
-5
/
+21
2021-10-04
drm/amdkfd: clean up parameters in kgd2kfd_probe
Alex Deucher
-6
/
+3
2021-10-04
drm/amdgpu: add support for SRIOV in IP discovery path
Alex Deucher
-9
/
+25
2021-10-04
drm/amdgpu: clean up set IP function
Alex Deucher
-335
/
+387
2021-10-04
drm/amdgpu: convert IP version array to include instances
Alex Deucher
-307
/
+316
2021-10-04
drm/amdgpu: set CHIP_IP_DISCOVERY as the asic type by default
Alex Deucher
-2
/
+2
[prev]
[next]