summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c
AgeCommit message (Expand)AuthorFilesLines
2021-03-05drm/amd/display: Add a backlight module optionTakashi Iwai1-0/+4
2021-03-05drm/amdgpu: enable TMZ by default on Raven asicsAlex Deucher1-2/+2
2021-02-27drm/amdgpu: bump driver version for new video codec INFO ioctl queryAlex Deucher1-1/+2
2021-02-27drm/amd/display: Add module parameter for freesync video modeAurabindo Pillai1-0/+12
2021-02-27drm/amdgpu: reserve backup pages for bad page retirmentDennis Li1-2/+2
2021-02-24drm/amdgpu: fix shutdown and poweroff process failed with s0ixPrike Liang1-1/+8
2021-02-09drm/amdgpu: reset runpm flag if device suspend failsAlex Deucher1-1/+3
2021-02-09drm/amdgpu: drop extra drm_kms_helper_poll_enable/disable callsAlex Deucher1-2/+0
2021-02-09drm/amdgpu: add generic pci reset as an optionAlex Deucher1-2/+2
2021-02-09drm/amd/pm: enable DCSKenneth Feng1-2/+6
2021-02-01amdgpu: Add Missing Sienna Cichlid DIDOri Messinger1-0/+1
2021-01-20Merge tag 'amd-drm-next-5.12-2021-01-20' of https://gitlab.freedesktop.org/ag...Daniel Vetter1-0/+2
2021-01-14drm/amdgpu: add new device id for Reniormengwang1-0/+1
2021-01-14drm/amdgpu: add green_sardine device id (v2)Prike Liang1-0/+1
2021-01-13drm/amdgpu: Remove references to struct drm_device.pdevThomas Zimmermann1-1/+0
2020-12-17Merge tag 'amd-drm-fixes-5.11-2020-12-16' of git://people.freedesktop.org/~ag...Daniel Vetter1-11/+12
2020-12-15drm/amdgpu: simplify logic in atpx resume handlingAlex Deucher1-4/+2
2020-12-15drm/amdgpu: no need to call pci_ignore_hotplug for _PR3Alex Deucher1-8/+1
2020-12-15drm/amdgpu: split BOCO and ATPX handlingAlex Deucher1-4/+14
2020-12-15Merge tag 'drm-misc-next-2020-11-27-1' of git://anongit.freedesktop.org/drm/d...Daniel Vetter1-2/+0
2020-12-10Merge tag 'amd-drm-next-5.11-2020-12-09' of git://people.freedesktop.org/~agd...Dave Airlie1-6/+18
2020-11-24drm/amdgpu: add module parameter choose runtime methodLikun Gao1-2/+2
2020-11-18drm/amdgpu: add DID for dimgrey_cavefishTao Zhou1-0/+6
2020-11-18drm/amdgpu: add device ID for navy_flounder (v2)Tao Zhou1-0/+6
2020-11-18drm/amdgpu: Fix missing prototype warningLuben Tuikov1-2/+0
2020-11-16drm/amdgpu: remove experimental flag from arcturusAlex Deucher1-4/+4
2020-11-10Merge drm/drm-next into drm-misc-nextThomas Zimmermann1-25/+36
2020-11-10Merge tag 'amd-drm-next-5.11-2020-11-05' of git://people.freedesktop.org/~agd...Dave Airlie1-25/+36
2020-11-06drm/amdgpu: Make struct drm_driver constLuben Tuikov1-4/+27
2020-11-05drm/amdgpu: update module paramter doc of amdgpu_dpmKevin Wang1-1/+1
2020-11-05drm/amdgpu: do not initialise global variables to 0 or NULLDeepak R Varma1-21/+21
2020-11-04Merge tag 'drm-misc-next-2020-10-27' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-6/+0
2020-11-02drm/amdgpu/amdgpu: improve code indentation and alignmentDeepak R Varma1-1/+1
2020-11-02Merge drm/drm-next into drm-misc-nextMaxime Ripard1-7/+38
2020-10-27drm/amdgpu: enable MULTI_MON_PP_MCLK_SWITCH DC feature at defaultEvan Quan1-2/+10
2020-10-27drm/amdgpu: add DID for navi10 blockchain SKUTianci.Yin1-0/+1
2020-10-23drm/amdgpu: add DID for navi10 blockchain SKUTianci.Yin1-0/+1
2020-10-12Merge tag 'amd-drm-fixes-5.10-2020-10-09' of git://people.freedesktop.org/~ag...Dave Airlie1-2/+7
2020-10-05drm/amdgpu: add van gogh pci idHuang Rui1-0/+3
2020-09-25drm/amdgpu: add an auto setting to the noretry parameterAlex Deucher1-2/+7
2020-09-25drm/amdgpu: Introduce GEM object functionsThomas Zimmermann1-6/+0
2020-09-23Merge tag 'drm-misc-next-2020-09-21' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-12/+4
2020-09-21drm/amdgpu: Convert to using devm_drm_dev_alloc() (v2)Luben Tuikov1-12/+4
2020-09-18drm/amdgpu: remove experimental flag from navi12Alex Deucher1-2/+2
2020-09-18drm/amdgpu: add device ID for sienna_cichlid (v2)Likun Gao1-0/+8
2020-09-16drm/amdgpu: Fail to load on RAVEN if SME is activeAlex Deucher1-0/+10
2020-09-16drm/amdgpu: Fix consecutive DPC recovery failures.Andrey Grodzovsky1-2/+2
2020-09-16drm/amdgpu: Implement DPC recoveryAndrey Grodzovsky1-1/+8
2020-09-08Merge tag 'amd-drm-next-5.10-2020-09-03' of git://people.freedesktop.org/~agd...Dave Airlie1-22/+57
2020-09-03drm/amdgpu: Fix a redundant kfreexinhui pan1-9/+1