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
2020-12-23
drm/amdgpu: drop ih reroute function from psp v11
Hawking Zhang
-36
/
+0
2020-12-23
drm/amdgpu: drop IH_CHICKEN programming from vega10 ih block
Hawking Zhang
-3
/
+1
2020-12-23
drm/amdgpu: correct ih_chicken programming for vega10/vega20 ih blocks
Hawking Zhang
-6
/
+0
2020-12-23
drm/amdgpu: retire the vega20 code path from navi10 ih block
Hawking Zhang
-38
/
+2
2020-12-23
drm/amdgpu: switch to vega20 ih block for vega20/arcturus
Hawking Zhang
-4
/
+5
2020-12-23
drm/amdgpu: reroute vmc/utcl2 interrupts to ih ring 1 for arcturus
Hawking Zhang
-0
/
+34
2020-12-23
drm/amdgpu: create vega20 ih blocks
Hawking Zhang
-0
/
+692
2020-12-23
drm/amdgpu: switch to common decode iv helper
Hawking Zhang
-92
/
+2
2020-12-23
drm/amdgpu: add a helper function to decode iv
Hawking Zhang
-1
/
+46
2020-12-23
drm/amdgpu: use cached ih rb control reg offsets for navi10
Hawking Zhang
-38
/
+14
2020-12-23
drm/amdgpu: switch to ih_enable_ring for navi10
Hawking Zhang
-90
/
+12
2020-12-23
drm/amdgpu: switch to ih_toggle_interrupts for navi10
Hawking Zhang
-133
/
+33
2020-12-23
drm/amdgpu: switch to ih_init_register_offset for navi10
Hawking Zhang
-0
/
+3
2020-12-23
drm/amdgpu: add helper to toggle ih ring interrupts for navi10
Hawking Zhang
-0
/
+45
2020-12-23
drm/amdgpu: add helper to enable an ih ring for navi10
Hawking Zhang
-0
/
+52
2020-12-23
drm/amdgpu: add helper to init ih ring regs for navi10
Hawking Zhang
-0
/
+47
2020-12-23
drm/amdgpu: correct ih cg programming for vega10 ih block
Hawking Zhang
-6
/
+2
2020-12-23
drm/amdgpu: use cached ih rb control reg offsets for vega10
Hawking Zhang
-40
/
+14
2020-12-23
drm/amdgpu: switch to ih_enable_ring for vega10
Hawking Zhang
-87
/
+8
2020-12-23
drm/amdgpu: switch to ih_toggle_interrupts for vega10
Hawking Zhang
-134
/
+34
2020-12-23
drm/amdgpu: switch to ih_init_register_offset for vega10
Hawking Zhang
-0
/
+3
2020-12-23
drm/amdgpu: add helper to toggle ih ring interrupts for vega10
Hawking Zhang
-0
/
+45
2020-12-23
drm/amdgpu: add helper to enable an ih ring for vega10
Hawking Zhang
-0
/
+52
2020-12-23
drm/amdgpu: add helper to init ih ring regs for vega10
Hawking Zhang
-0
/
+47
2020-12-23
drm/amdgpu: add amdgpu_ih_regs structure
Hawking Zhang
-0
/
+13
2020-12-23
drm/amdgpu: Fix a copy-pasta comment
Alex Deucher
-2
/
+1
2020-12-23
drm/amdgpu: only set DP subconnector type on DP and eDP connectors
Alex Deucher
-4
/
+6
2020-12-23
drm/amdgpu: check gfx pipe availability before toggling its interrupts
Hawking Zhang
-1
/
+8
2020-12-23
drm/amdgpu: remove unnecessary asic type check
Hawking Zhang
-7
/
+4
2020-12-23
drm/amdgpu: check number of gfx ring before init cp gfx
Hawking Zhang
-6
/
+6
2020-12-17
drm/amdgpu: fix vbios reservation handling on SR-IOV
Alex Deucher
-1
/
+2
2020-12-16
Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~ag...
Daniel Vetter
-54
/
+139
2020-12-16
drm/amdgpu: print mmhub client name for dimgrey_cavefish
Tao Zhou
-0
/
+1
2020-12-16
drm/amdgpu: set mode1 reset as default for dimgrey_cavefish
Tao Zhou
-0
/
+1
2020-12-15
drm/amdgpu: remove h from printk format specifier
Tom Rix
-5
/
+5
2020-12-15
drm/amdgpu: fix regression in vbios reservation handling on headless
Alex Deucher
-4
/
+5
2020-12-15
drm/amdgpu/SRIOV: Extend VF reset request wait period
Jiange Zhao
-3
/
+23
2020-12-15
drm/amdkfd: correct amdgpu_amdkfd_gpuvm_alloc_memory_of_gpu log.
Yifan Zhang
-1
/
+1
2020-12-15
drm/amdgpu: print what method we are using for runtime pm
Alex Deucher
-0
/
+4
2020-12-15
drm/amdgpu: simplify logic in atpx resume handling
Alex Deucher
-4
/
+2
2020-12-15
drm/amdgpu: no need to call pci_ignore_hotplug for _PR3
Alex Deucher
-8
/
+1
2020-12-15
drm/amdgpu: support runtime pm for GPUs that support BOCO
Alex Deucher
-1
/
+4
2020-12-15
drm/amdgpu: update amdgpu_device_supports_boco()
Alex Deucher
-2
/
+2
2020-12-15
drm/amdgpu: add check for ACPI power resources
Alex Deucher
-0
/
+5
2020-12-15
drm/amdgpu: split BOCO and ATPX handling
Alex Deucher
-14
/
+42
2020-12-15
drm/amdgpu: skip load smu and sdma microcode on sriov for SIENNA_CICHLID
Stanley.Yang
-0
/
+3
2020-12-15
drm/amdgpu: add judgement for suspend/resume sequence
Likun Gao
-8
/
+10
2020-12-15
drm/amdgpu/sdma5.2: soft reset sdma blocks before setup and start sdma
Xiaomeng Hou
-7
/
+32
2020-12-15
drm/ttm: cleanup LRU handling further
Christian König
-1
/
+3
2020-12-15
Merge drm/drm-next into drm-misc-next
Maarten Lankhorst
-673
/
+1768
[prev]
[next]