index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-14
drm/amdgpu: move nbio ih_doorbell_range() into ih code for vega
Alex Deucher
3
-3
/
+8
2022-09-14
Merge tag 'backlight-detect-refactor-1' of git://git.kernel.org/pub/scm/linux/kernel/git/pdx86/platform-drivers-x86 into drm-misc-next
Maxime Ripard
1
-1
/
+13
2022-09-13
drm/amdgpu: fix warning about missing imu prototype
Alex Deucher
1
-0
/
+1
2022-09-13
drm/amdgpu: reorder CS code
Christian König
1
-336
/
+338
2022-09-13
drm/amdgpu: cleanup CS init/fini and pass1
Christian König
1
-93
/
+104
2022-09-13
drm/amdgpu: use DMA_RESV_USAGE_BOOKKEEP v2
Christian König
2
-11
/
+18
2022-09-13
drm/amdgpu: revert "partial revert "remove ctx->lock" v2"
Christian König
3
-18
/
+6
2022-09-13
drm/amdgpu: move setting the job resources
Christian König
3
-19
/
+21
2022-09-13
drm/amdgpu: remove SRIOV and MCBP dependencies from the CS
Christian König
1
-8
/
+6
2022-09-13
drm/amdgpu: Skip reset error status for psp v13_0_0
Candice Li
1
-1
/
+2
2022-09-13
drm/amdgpu: Add EEPROM I2C address for smu v13_0_0
Candice Li
1
-0
/
+10
2022-09-13
drm/amdgpu: added support for ras driver loading
John Clements
4
-0
/
+29
2022-09-13
drm/amdgpu: add HDP remap functionality to nbio 7.7
Alex Deucher
1
-0
/
+9
2022-09-13
drm/amdgpu: cleanup coding style in amdgpu_amdkfd_gpuvm.c
Jingyu Wang
1
-1
/
+3
2022-09-13
drm/amdgpu: cleanup coding style in amdgpu_amdkfd.c
Jingyu Wang
1
-0
/
+2
2022-09-13
drm/amdgpu: cleanup coding style in amdgpu_sync.c file
Jingyu Wang
1
-1
/
+3
2022-09-13
drm/amdgpu: cleanup coding style in amdgpu_acpi.c
Jingyu Wang
1
-4
/
+7
2022-09-13
drm/amdgpu: Remove the unneeded result variable
zhang songyi
1
-4
/
+1
2022-09-13
drm/amdgpu: Fix hive reference count leak
Vignesh Chander
1
-2
/
+2
2022-09-13
drm/amdgpu: Skip reset error status for psp v13_0_0
Candice Li
1
-1
/
+2
2022-09-13
drm/amdgpu: add HDP remap functionality to nbio 7.7
Alex Deucher
1
-0
/
+9
2022-09-13
drm/amdgpu: change the alignment size of TMR BO to 1M
Yang Wang
2
-1
/
+2
2022-09-13
drm/amdgpu: Enable full reset when RAS is supported on gc v11_0_0
Candice Li
1
-0
/
+1
2022-09-13
drm/amdgpu: use dirty framebuffer helper
Hamza Mahfooz
1
-0
/
+2
2022-09-13
drm/amdgpu: Don't enable LTR if not supported
Lijo Lazar
3
-3
/
+24
2022-09-13
drm/amdgpu: change the alignment size of TMR BO to 1M
Yang Wang
2
-1
/
+2
2022-09-13
drm/amdgpu: Enable full reset when RAS is supported on gc v11_0_0
Candice Li
1
-0
/
+1
2022-09-13
drm/amdgpu: Rely on MCUMC_STATUS for umc v8_10 correctable error counter only
Candice Li
1
-9
/
+3
2022-09-13
drm/amdgpu: Use per device reset_domain for XGMI on sriov configuration
shaoyunl
2
-23
/
+34
2022-09-13
drm/amdgpu: use dirty framebuffer helper
Hamza Mahfooz
1
-0
/
+2
2022-09-13
drm/amdgpu: Don't enable LTR if not supported
Lijo Lazar
3
-3
/
+24
2022-09-12
Merge tag 'amd-drm-next-6.1-2022-09-08' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
57
-176
/
+2366
2022-09-11
Merge tag 'drm-misc-next-2022-09-09' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Dave Airlie
3
-32
/
+119
2022-09-07
drm/amdgpu: prevent toc firmware memory leak
Guchun Chen
1
-2
/
+5
2022-09-07
drm/amdgpu: correct doorbell range/size value for CSDMA_DOORBELL_RANGE
Yifan Zhang
1
-6
/
+0
2022-09-07
drm/amdkfd: print address in hex format rather than decimal
Yifan Zhang
1
-1
/
+1
2022-09-07
drm/amd/amdgpu: add rlc_firmware_header_v2_4 to amdgpu_firmware_header
Chengming Gui
1
-0
/
+1
2022-09-07
drm/amdgpu: prevent toc firmware memory leak
Guchun Chen
1
-2
/
+5
2022-09-07
drm/amdgpu: correct doorbell range/size value for CSDMA_DOORBELL_RANGE
Yifan Zhang
1
-6
/
+0
2022-09-07
drm/amdkfd: print address in hex format rather than decimal
Yifan Zhang
1
-1
/
+1
2022-09-07
drm/amd/amdgpu: add rlc_firmware_header_v2_4 to amdgpu_firmware_header
Chengming Gui
1
-0
/
+1
2022-09-07
drm/amdgpu: TA unload messages are not actually sent to psp when amdgpu is uninstalled
YiPeng Chai
2
-4
/
+3
2022-09-06
Merge tag 'drm-misc-next-2022-08-20-1' of git://anongit.freedesktop.org/drm/drm-misc into drm-next
Daniel Vetter
6
-8
/
+8
2022-09-03
drm/amdgpu: Register ACPI video backlight when skipping amdgpu backlight registration
Hans de Goede
1
-2
/
+7
2022-09-01
drm/amdgpu/vcn: Add MMSCH v4_0 support for sriov
Jane Jian
1
-0
/
+140
2022-09-01
drm/amdgpu/vcn: Add sriov VCN v4_0 unified queue support
Jane Jian
3
-15
/
+300
2022-09-01
drm/amdgpu/vcn: Add vcn/vcn1 in white list to load its firmware under sriov
Jane Jian
1
-1
/
+3
2022-09-01
drm/amdgpu/vcn: Disable CG/PG for SRIOV
Jane Jian
1
-0
/
+5
2022-09-01
drm/admgpu: Skip CG/PG on SOC21 under SRIOV VF
Yifan Zha
1
-0
/
+4
2022-09-01
drm/amdgpu: Use RLCG to program GRBM_GFX_CNTL during full access time
Yifan Zha
1
-1
/
+1
[prev]
[next]