aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: don't enable baco on boco platforms in runpmAlex Deucher2021-08-181-0/+2
* drm/amdgpu: Add additional Sienna Cichlid PCI IDAlex Deucher2021-03-301-0/+1
* drm/amd/display: Add a backlight module optionTakashi Iwai2021-03-171-0/+4
* drm/amdgpu: add new device id for Reniormengwang2021-01-191-0/+1
* drm/amdgpu: add green_sardine device id (v2)Prike Liang2021-01-191-0/+1
* drm/amdgpu: remove experimental flag from arcturusAlex Deucher2020-11-161-4/+4
* drm/amdgpu: add DID for navi10 blockchain SKUTianci.Yin2020-10-261-0/+1
* Merge tag 'amd-drm-fixes-5.10-2020-10-09' of git://people.freedesktop.org/~ag...Dave Airlie2020-10-121-2/+7
|\
| * drm/amdgpu: add an auto setting to the noretry parameterAlex Deucher2020-09-251-2/+7
* | Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie2020-09-231-12/+4
|\ \ | |/ |/|
| * drm/amdgpu: Convert to using devm_drm_dev_alloc() (v2)Luben Tuikov2020-09-211-12/+4
* | drm/amdgpu: remove experimental flag from navi12Alex Deucher2020-09-171-2/+2
* | drm/amdgpu: add device ID for sienna_cichlid (v2)Likun Gao2020-09-171-0/+8
* | drm/amdgpu: Fail to load on RAVEN if SME is activeAlex Deucher2020-09-151-0/+10
* | drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky2020-09-151-2/+2
* | drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky2020-09-151-1/+8
|/
* Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie2020-09-081-22/+57
|\
| * drm/amdgpu: Fix a redundant kfreexinhui pan2020-09-031-9/+1
| * drm/amdkfd: implement the dGPU fallback path for apu (v6)Huang Rui2020-08-261-1/+4
| * drm/amdgpu: Embed drm_device into amdgpu_device (v3)Luben Tuikov2020-08-261-15/+30
| * drm/amdgpu: drm_device to amdgpu_device by inline-f (v2)Luben Tuikov2020-08-241-6/+6
| * drm/amdgpu: new ids flag for tmz (v2)Pierre-Eric Pelloux-Prayer2020-08-061-1/+2
| * drm/amdkfd: option to disable system mem limitPhilip Yang2020-08-061-0/+9
| * drm/amdgpu: introduce a new parameter to configure how many KCQ we want(v5)Monk Liu2020-08-041-0/+4
| * drm/amdgpu: add bad page count threshold in module parameter(v3)Guchun Chen2020-08-041-0/+11
* | Merge drm/drm-next into drm-misc-nextThomas Zimmermann2020-08-121-4/+25
|\|
| * drm/amdgpu: do not disable SMU on vm rebootNirmoy Das2020-07-211-1/+2
| * drm/amdgpu: add module parameter choose reset modeWenhui Sheng2020-07-151-0/+8
| * drm/amdgpu: remove distinction between explicit and implicit sync (v2)Christian König2020-07-011-1/+2
| * drm/amd/display: fix ref count leak in amdgpu_drm_ioctlNavid Emamdoost2020-07-011-1/+2
| * drm/amdkfd: Add eviction debug messagesFelix Kuehling2020-07-011-0/+8
| * drm/amd/amdgpu: handle return value of amdgpu_driver_load_kmsLiu ChengZhe2020-07-011-1/+3
* | drm/amdgpu: Change type of module param `ppfeaturemask` to hexintPaul Menzel2020-07-281-2/+2
|/
* drm/amd/display: Add DC Debug mask to disable features for bringupHarry Wentland2020-05-211-0/+8
* drm/amdgpu: Add a UAPI flag for user to call mem_syncAndrey Grodzovsky2020-05-181-1/+2
* drm/amdgpu: drop extra runtime pm handling in resume pmopAlex Deucher2020-05-081-8/+0
* drm/amdgpu: fix runpm logic in amdgpu_pmops_resumeAlex Deucher2020-05-081-2/+2
* drm/amdgpu: enable hibernate support on Navi1XEvan Quan2020-05-081-0/+2
* drm/amdkfd: Enable GWS based on FW SupportJoseph Greathouse2020-04-281-4/+3
* drm/amdgpu: add tmz feature parameter (v2)Huang Rui2020-04-281-0/+11
* drm/amdgpu: bump version for invalidate L2 before SDMA IBsMarek Olšák2020-04-281-1/+2
* drm/amdgpu: Enter low power state if CRTC active.Andrey Grodzovsky2020-03-091-7/+38
* drm/amdgpu: release drm_device after amdgpu_driver_unload_kmsYintian Tao2020-02-281-1/+1
* drm/amdgpu: no need to clean debugfs at amdgpuYintian Tao2020-02-281-2/+0
* Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie2020-02-281-3/+17
|\
| * drm/amdgpu: drop legacy drm load and unload callbacksAlex Deucher2020-02-261-2/+11
| * drm/amdgpu: Drop DRIVER_USE_AGPDaniel Vetter2020-02-261-1/+1
| * drm/amdgpu: Fix missing error check in suspendRajneesh Bhardwaj2020-02-121-0/+3
| * drm/amdgpu: add flag for runtime suspendAlex Deucher2020-02-111-0/+2
* | Merge v5.6-rc2 into drm-misc-nextMaxime Ripard2020-02-171-5/+16
|\ \