index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-19
drm/amdgpu: Don't default to DC support for Kaveri and older
Harry Wentland
1
-1
/
+9
2018-06-13
drm/amdgpu: fix CG enabling hang with gfxoff enabled
Huang Rui
1
-0
/
+12
2018-05-24
drm/amdgpu: skip CG for VCN when late_init/fini
Rex Zhu
1
-0
/
+2
2018-05-23
Remove calls to suspend/resume atomic helpers from amdgpu_device_gpu_recover....
Andrey Grodzovsky
1
-9
/
+1
2018-05-17
drm/amdgpu: Add vega20 to dc support check (v2)
Feifei Xu
1
-0
/
+1
2018-05-17
drm/amdgpu: set asic family for vega20.
Feifei Xu
1
-0
/
+1
2018-05-17
drm/amdgpu: Add gpu_info firmware for vega20. (v2)
Feifei Xu
1
-0
/
+1
2018-05-17
drm/amdgpu: Add vega20 to asic_type enum.
Feifei Xu
1
-0
/
+1
2018-05-15
drm/amdgpu: For sriov reset, move IB test into exclusive mode
Emily Deng
1
-3
/
+2
2018-05-15
drm/amdgpu: add VEGAM dc support check
Leo Liu
1
-1
/
+2
2018-05-15
drm/amdgpu: set VEGAM to ASIC family and ip blocks
Leo Liu
1
-1
/
+2
2018-05-15
drm/amdgpu: bypass GPU info firmware load for VEGAM
Leo Liu
1
-1
/
+2
2018-05-15
drm/amdgpu: add VEGAM ASIC type
Leo Liu
1
-0
/
+1
2018-05-15
drm/amdgpu: it should disable gfxoff when system is going to suspend
Huang Rui
1
-0
/
+6
2018-05-15
drm/amdgpu: use pp_feature member to store the mask
Huang Rui
1
-0
/
+2
2018-05-15
drm/amdgpu: Reserved vram for smu to save debug info.
Rex Zhu
1
-0
/
+44
2018-05-15
drm/amdgpu: defer test IBs on the rings at boot (V3)
Shirish S
1
-11
/
+6
2018-05-15
drm/amd/display: Remove PRE_VEGA flag
Harry Wentland
1
-3
/
+0
2018-04-11
drm/amdgpu: use new asic need_full_reset callback
Alex Deucher
1
-0
/
+6
2018-04-11
drm/amdgpu: Move GEM BO to drm_framebuffer
Daniel Stone
1
-3
/
+3
2018-04-11
drm/amdgpu: remove duplicate cg/pg wrapper functions
Rex Zhu
1
-2
/
+4
2018-03-21
drm/amdgpu: Fix NULL ptr on driver unload due to init failure.
Andrey Grodzovsky
1
-1
/
+0
2018-03-21
drm/amdgpu: add vega12 to dc support check
Alex Deucher
1
-0
/
+1
2018-03-21
drm/amdgpu: set asic family and ip blocks for vega12
Alex Deucher
1
-2
/
+3
2018-03-21
drm/amdgpu: add gpu_info firmware for vega12
Alex Deucher
1
-0
/
+4
2018-03-21
drm/amdgpu: add vega12 to asic_type enum
Feifei Xu
1
-0
/
+1
2018-03-20
drm/amdgpu: Fix kernel NULL pointer dereference when amdgpu fini
Rex Zhu
1
-1
/
+2
2018-03-20
drm/amdgpu - Disable all irqs before disabling all CRTCs
Mikita Lipski
1
-3
/
+2
2018-03-20
drm/amdgpu: Disable irq on device before destroying it
Mikita Lipski
1
-2
/
+3
2018-03-20
drm/amdgpu: Use atomic function to disable crtcs with dc enabled
Mikita Lipski
1
-3
/
+6
2018-03-20
drm/amdgpu: add documentation for amdgpu_device.c
Alex Deucher
1
-12
/
+427
2018-03-15
drm/amdgpu: Call amdgpu_ucode_fini_bo in amd_powerplay.c
Rex Zhu
1
-3
/
+0
2018-03-15
drm/amdgpu: Don't compared ip_block_type with ip_block_index
Rex Zhu
1
-1
/
+1
2018-03-15
drm/amdgpu: Plus NULL function pointer check
Rex Zhu
1
-3
/
+6
2018-03-14
drm/amdgpu: move getting pcie info to common code
Alex Deucher
1
-1
/
+5
2018-03-14
drm/amdgpu: move firmware loading type setup to common code
Alex Deucher
1
-0
/
+2
2018-03-14
drm/amdgpu: implement mmio byte access helper for MB
Monk Liu
1
-0
/
+26
2018-03-14
drm/amdgpu: Correct the amdgpu_ucode_fini_bo place for Tonga
Emily Deng
1
-0
/
+3
2018-03-14
drm/amdgpu: Correct the place of amdgpu_pm_sysfs_fini
Emily Deng
1
-1
/
+1
2018-03-01
drm/amdgpu: cleanups for vram lost handling
Monk Liu
1
-65
/
+72
2018-03-01
drm/amdgpu: stop all rings before doing gpu recover
Monk Liu
1
-25
/
+15
2018-02-28
drm/amdgpu: move WB_FREE to correct place
Monk Liu
1
-5
/
+7
2018-02-28
drm/amdgpu: fix&cleanups for wb_clear
Monk Liu
1
-2
/
+3
2018-02-19
drm/amdgpu: Unify the dm resume calls into one
Mikita Lipski
1
-9
/
+0
2018-02-19
drm/amdgpu: Add place holder for soc15 asic init on emulation
Shaoyun Liu
1
-14
/
+4
2018-02-19
drm/amdgpu: Double the timeout count on emulation mode
Shaoyun Liu
1
-0
/
+2
2018-02-19
drm/amdgpu: Fix none-powerplay issue when load driver on emulation mode
Shaoyun Liu
1
-0
/
+3
2018-02-19
drm/amdgpu: Basic emulation support
Shaoyun Liu
1
-3
/
+23
2018-02-19
drm/amdgpu: Enable ip block bit mask print out info by default
Shaoyun Liu
1
-1
/
+1
2018-02-19
drm/amdgpu: remove DC special casing for KB/ML
Alex Deucher
1
-3
/
+2
[next]