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
2022-11-05
drm/amdgpu: Don't set struct drm_driver.output_poll_changed
Thomas Zimmermann
-1
/
+0
2022-11-05
Merge drm/drm-next into drm-misc-next
Thomas Zimmermann
-71
/
+154
2022-11-04
drm/amdkfd: Remove skiping userptr buffer mapping when mmu notifier marks it ...
Xiaogang Chen
-10
/
+0
2022-11-04
drm/amdgpu: fix for suspend/resume sequence under sriov
Victor Zhao
-0
/
+10
2022-11-04
drm/amd/amdgpu: temporary workaround to skip ras error for gc_v11_0_3
Kenneth Feng
-2
/
+2
2022-11-04
drm/amdgpu: switch to select_se_sh wrapper for gfx v9_0
Hawking Zhang
-16
/
+16
2022-11-04
drm/amdgpu: Fix type of second parameter in trans_msg() callback
Nathan Chancellor
-1
/
+4
2022-11-04
drm/amdgpu: Replace one-element array with flexible-array member
Paulo Miguel Almeida
-2
/
+5
2022-11-04
drm/amdgpu/gfx11: set gfx.funcs in early init
Alex Deucher
-1
/
+2
2022-11-04
drm/amdgpu/gfx10: set gfx.funcs in early init
Alex Deucher
-2
/
+2
2022-11-04
drm/amdgpu/gfx9: set gfx.funcs in early init
Alex Deucher
-2
/
+2
2022-11-04
drm/amdgpu: Remove unnecessary register program in SRIOV
Peng Ju Zhou
-0
/
+3
2022-11-04
drm/amdgpu: Disable MCBP from soc21 for SRIOV
Yiqing Yao
-7
/
+11
2022-11-04
drm/amdgpu: Clean up soc21 early init for SRIOV
Yiqing Yao
-9
/
+3
2022-11-04
drm/amdgpu: extend halt_if_hws_hang to MES
Graham Sider
-0
/
+10
2022-11-04
Merge tag 'drm-misc-next-2022-11-03' of git://anongit.freedesktop.org/drm/drm...
Dave Airlie
-12
/
+13
2022-11-03
drm/scheduler: rename dependency callback into prepare_job
Christian König
-2
/
+2
2022-11-03
drm/amdgpu: use scheduler dependencies for CS
Christian König
-20
/
+13
2022-11-03
drm/amdgpu: use scheduler dependencies for UVD msgs
Christian König
-3
/
+3
2022-11-03
drm/amdgpu: use scheduler dependencies for VM updates
Christian König
-16
/
+52
2022-11-03
drm/amdgpu: move explicit sync check into the CS
Christian König
-12
/
+17
2022-11-03
drm/amdgpu: cleanup scheduler job initialization v2
Christian König
-139
/
+129
2022-11-03
drm/amdgpu: drop amdgpu_sync from amdgpu_vmid_grab v2
Christian König
-28
/
+28
2022-11-03
drm/amdgpu: drop the fence argument from amdgpu_vmid_grab
Christian König
-17
/
+10
2022-11-03
drm/amdgpu: use drm_sched_job_add_resv_dependencies for moves
Christian König
-11
/
+5
2022-11-02
drm/amdgpu: Disable GPU reset on SRIOV before remove pci.
Gavin Wan
-1
/
+2
2022-11-02
drm/amdgpu: disable GFXOFF during compute for GFX11
Graham Sider
-0
/
+7
2022-11-02
drm/amd: Fail the suspend if resources can't be evicted
Mario Limonciello
-5
/
+10
2022-11-02
drm/amdgpu: correct MES debugfs versions
Graham Sider
-4
/
+6
2022-11-02
drm/amdgpu: set fb_modifiers_not_supported in vkms
Yifan Zhang
-0
/
+2
2022-11-01
drm/amdgpu: Skip program gfxhub_v3_0_3 system aperture registers under SRIOV
Yifan Zha
-0
/
+3
2022-11-01
drm/amdgpu: Skip access SDMA0_F32_CNTL in sdma_v6_0_enable under SRIOV
Yifan Zha
-0
/
+3
2022-11-01
drm/amdgpu: Skip access GRBM_CNTL under SRIOV on gfx_v11
Yifan Zha
-1
/
+2
2022-11-01
drm/amdgpu: Disable GPU reset on SRIOV before remove pci.
Gavin Wan
-1
/
+2
2022-11-01
drm/amdgpu: Enable GFX RAS feature for gfx v11_0_3
Candice Li
-0
/
+26
2022-10-27
drm/amdkfd: Cleanup kfd_dev struct
Mukul Joshi
-3
/
+2
2022-10-27
drm/amdgpu: disable GFXOFF during compute for GFX11
Graham Sider
-0
/
+7
2022-10-27
drm/amd: Fail the suspend if resources can't be evicted
Mario Limonciello
-5
/
+10
2022-10-27
drm/amdgpu: Add EEPROM I2C address support for ip discovery
Candice Li
-2
/
+18
2022-10-27
drm/amdgpu: Update ras eeprom support for smu v13_0_0 and v13_0_10
Candice Li
-0
/
+10
2022-10-27
drm/amdgpu: Optimize TA load/unload/invoke debugfs interfaces
Candice Li
-104
/
+168
2022-10-27
drm/amdgpu: Optimize RAS TA initialization and TA unload funcs
Candice Li
-2
/
+8
2022-10-27
drm/amdgpu: remove deprecated MES version vars
Graham Sider
-10
/
+0
2022-10-27
drm/amdgpu: correct MES debugfs versions
Graham Sider
-4
/
+6
2022-10-27
drm/amdgpu: Move the mutex_lock to protect the return status of securedisplay...
Alan Liu
-4
/
+9
2022-10-27
drm/amdgpu: remove ras_error_status parameter for UMC poison handler
Tao Zhou
-16
/
+8
2022-10-27
drm/amdgpu: add RAS poison handling for MCA
Tao Zhou
-11
/
+20
2022-10-27
drm/amdgpu: use page retirement API in MCA notifier
Tao Zhou
-33
/
+3
2022-10-27
drm/amdgpu: add RAS page retirement functions for MCA
Tao Zhou
-0
/
+55
2022-10-27
drm/amdgpu: set fb_modifiers_not_supported in vkms
Yifan Zhang
-0
/
+2
[prev]
[next]