index
:
linux-rng
jd/vdso-skip-insn
jd/vdso-test-harness
linus/master
master
Development tree for the kernel CSPRNG
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
/
amdgpu_device.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-02-12
drm/amdgpu: Make VBIOS image read optional
Lijo Lazar
1
-0
/
+3
2025-02-12
drm/amdgpu: Add flag to make VBIOS read optional
Lijo Lazar
1
-20
/
+49
2025-02-12
drm/amdgpu: Add VBIOS flags
Lijo Lazar
1
-7
/
+13
2025-02-12
drm/amdgpu: Add wrapper for freeing vbios memory
Lijo Lazar
1
-2
/
+1
2025-02-12
drm/amdgpu: rework i2c init and fini
Alex Deucher
1
-4
/
+2
2025-02-12
drm/sched: Use struct for drm_sched_init() params
Philipp Stanner
1
-6
/
+12
2025-01-24
drm/amd/amdgpu: Prevent null pointer dereference in GPU bandwidth calculation
Srinivasan Shanmugam
1
-2
/
+2
2025-01-24
drm/amdgpu: cache gpu pcie link width
Alex Deucher
1
-32
/
+120
2025-01-24
drm/amdgpu: Refine ip detection log message
Lijo Lazar
1
-2
/
+2
2024-12-18
drm/amd: Require CONFIG_HOTPLUG_PCI_PCIE for BOCO
Mario Limonciello
1
-0
/
+3
2024-12-11
drm/amdgpu: Avoid VF for RAS recovery source check
Lijo Lazar
1
-0
/
+1
2024-12-10
drm/amd: Add the capability to mark certain firmware as "required"
Mario Limonciello
1
-0
/
+1
2024-12-10
drm/amdgpu: add initial support for gfx950
Le Ma
1
-0
/
+1
2024-12-10
drm/amdgpu: device: fix spellos and punctuation
Randy Dunlap
1
-15
/
+15
2024-12-10
drm/amd: Add Suspend/Hibernate notification callback support
Mario Limonciello
1
-1
/
+45
2024-12-10
drm/amd: Invert APU check for amdgpu_device_evict_resources()
Mario Limonciello
1
-2
/
+2
2024-12-10
drm/amdgpu: Check fence emitted count to identify bad jobs
Shikang Fan
1
-8
/
+6
2024-12-10
drm/amdgpu: pass ip_block in set_clockgating_state
Boyuan Zhang
1
-2
/
+2
2024-12-10
drm/amdgpu: pass ip_block in set_powergating_state
Boyuan Zhang
1
-2
/
+2
2024-12-10
drm/amd/pm: add inst to dpm_set_powergating_by_smu
Boyuan Zhang
1
-1
/
+1
2024-12-10
drm/amdgpu: Prefer RAS recovery for scheduler hang
Lijo Lazar
1
-2
/
+13
2024-12-10
drm/amdgpu: Fix ISP HW init issue
Pratap Nirujogi
1
-1
/
+1
2024-12-05
Revert "drm/amdgpu: Fix ISP hw init issue"
Pratap Nirujogi
1
-1
/
+1
2024-12-03
drm/amdgpu: rework resume handling for display (v2)
Alex Deucher
1
-2
/
+43
2024-12-02
drm/amdgpu: fix sriov reinit late orders
Yiqing Yao
1
-23
/
+20
2024-12-02
drm/amdgpu: Fix ISP hw init issue
Pratap Nirujogi
1
-1
/
+1
2024-11-21
drm/amdgpu: fix usage slab after free
Vitaly Prosyak
1
-1
/
+1
2024-11-20
drm/amdgpu: Use reset recovery state checks
Lijo Lazar
1
-1
/
+1
2024-11-20
drm/amdgpu: Add init level for post reset reinit
Lijo Lazar
1
-3
/
+22
2024-11-11
drm/amdgpu: Implement virt req_ras_err_count
Victor Skvortsov
1
-0
/
+6
2024-11-08
drm/amdgpu: Inform if PCIe based P2P links are not available
Ramesh Errabolu
1
-0
/
+3
2024-11-08
drm/amdgpu: Add sysfs interface for gc reset mask
Jesse.zhang@amd.com
1
-0
/
+44
2024-11-08
Merge tag 'amd-drm-next-6.13-2024-11-06' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-0
/
+3
2024-11-04
drm/amdgpu: skip amdgpu_device_cache_pci_state under sriov
Victor Zhao
1
-0
/
+3
2024-11-01
Merge tag 'drm-misc-next-2024-10-31' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next
Dave Airlie
1
-11
/
+11
2024-10-29
Merge tag 'amd-drm-next-6.13-2024-10-25' of https://gitlab.freedesktop.org/agd5f/linux into drm-next
Dave Airlie
1
-200
/
+307
2024-10-24
drm/amdgpu: Fix amdgpu_ip_block_hw_fini()
Dan Carpenter
1
-1
/
+1
2024-10-22
drm/amdgpu: validate wait_for_idle before function call
Sunil Khatri
1
-3
/
+6
2024-10-22
drm/amdgpu: validate resume before function call
Sunil Khatri
1
-27
/
+37
2024-10-22
drm/amdgpu: validate suspend before function call
Sunil Khatri
1
-14
/
+22
2024-10-22
drm/amdgpu: validate hw_fini before function call
Sunil Khatri
1
-16
/
+22
2024-10-22
drm/amdgpu: validate sw_fini before function call
Sunil Khatri
1
-6
/
+7
2024-10-22
drm/amdgpu: validate sw_init before function call
Sunil Khatri
1
-5
/
+7
2024-10-18
drm/amdgpu: Suspend and resume internal clients with client helpers
Thomas Zimmermann
1
-11
/
+11
2024-10-14
drm/amdgpu: Use video aperture helpers
Thomas Zimmermann
1
-2
/
+3
2024-10-07
drm/amdgpu: update the handle ptr in hw_fini
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in hw_init
Sunil Khatri
1
-7
/
+7
2024-10-07
drm/amdgpu: update the handle ptr in resume
Sunil Khatri
1
-4
/
+4
2024-10-07
drm/amdgpu: update the handle ptr in suspend
Sunil Khatri
1
-2
/
+2
2024-10-07
drm/amdgpu: update the handle ptr in wait_for_idle
Sunil Khatri
1
-1
/
+1
[prev]
[next]