summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-05Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-14/+29
2020-07-30drm/amdgpu: Prevent kernel-infoleak in amdgpu_info_ioctl()Peilin Ye1-1/+2
2020-07-02Merge tag 'amd-drm-next-5.9-2020-07-01' of git://people.freedesktop.org/~agd5...Dave Airlie1-14/+29
2020-07-01drm/amdgpu: enable runtime pm on vega10 when noretry=0Alex Deucher1-1/+5
2020-07-01drm/amdgpu: rework runtime pm enablement for BACOAlex Deucher1-12/+22
2020-07-01drm/amdgpu: fix ref count leak in amdgpu_driver_open_kmsNavid Emamdoost1-1/+2
2020-07-01drm/amdgpu: disable runtime pm for sienna_cichlid temporarilyLikun Gao1-0/+1
2020-06-02Merge tag 'drm-next-2020-06-02' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-8/+8
2020-05-28drm/amdgpu: simplify mec2 fw checkAlex Deucher1-2/+1
2020-05-08drm/amdgpu: only set DPM_FLAG_NEVER_SKIP for legacy ATPX BOCOAlex Deucher1-1/+4
2020-05-08drm/amdgpu: drop pm_runtime_set_activeAlex Deucher1-1/+0
2020-04-24PM: sleep: core: Rename DPM_FLAG_NEVER_SKIPRafael J. Wysocki1-1/+1
2020-04-09amdgpu_kms: Remove unnecessary condition checkAurabindo Pillai1-6/+4
2020-03-10drm/amdgpu/runpm: disable runpm on Vega10Feifei Xu1-0/+1
2020-03-05drm/amdgpu: fix IB test MCBP bugMonk Liu1-3/+0
2020-02-28Merge tag 'amd-drm-next-5.7-2020-02-26' of git://people.freedesktop.org/~agd5...Dave Airlie1-2/+8
2020-02-13drm/amdgpu: Convert to CRTC VBLANK callbacksThomas Zimmermann1-9/+12
2020-02-12drm/amdgpu/runpm: enable runpm on baco capable VI+ asicsAlex Deucher1-2/+8
2019-12-11drm/amd/powerplay: enable pp one vf mode for vega10Yintian Tao1-4/+0
2019-11-19drm/amdgpu: enable runtime pm on BACO capable boards if runpm=1Alex Deucher1-4/+7
2019-11-19drm/amdgpu: start to disentangle boco from runtime pmAlex Deucher1-5/+8
2019-11-19drm/amdgpu: rename amdgpu_device_is_px to amdgpu_device_supports_boco (v2)Alex Deucher1-3/+3
2019-11-19drm/amdgpu: disable gfxoff when using register read interfaceAlex Deucher1-1/+5
2019-11-19drm/amdgpu: add driver support for JPEG2.0 and aboveLeo Liu1-2/+7
2019-11-19drm/amdgpu: use the JPEG structure for general driver supportLeo Liu1-3/+3
2019-11-13drm/amdgpu: Add DMCUB to firmware query interfaceNicholas Kazlauskas1-0/+12
2019-11-06drm/amdgpu: register gpu instance before fan boost feature enablmentEvan Quan1-1/+0
2019-10-26Merge tag 'drm-next-5.5-2019-10-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-17/+18
2019-10-11drm/amdgpu: Bail earlier when amdgpu.cik_/si_support is not set to 1Hans de Goede1-35/+0
2019-10-03drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák1-0/+2
2019-10-03drm/amdgpu: remove gfx9 NGGMarek Olšák1-11/+0
2019-10-02drm/amdgpu: return tcc_disabled_mask to userspaceMarek Olšák1-0/+2
2019-09-17drm/amdgpu: Check for valid number of registers to readTrek1-0/+3
2019-09-16drm/amdgpu: Check for valid number of registers to readTrek1-0/+3
2019-09-13drm/amdgpu: Avoid HW GPU reset for RAS.Andrey Grodzovsky1-0/+6
2019-09-13drm/amdgpu: reserve at least 4MB of VRAM for page tables v2Christian König1-6/+12
2019-08-12Merge tag 'drm-next-5.4-2019-08-09' of git://people.freedesktop.org/~agd5f/li...Dave Airlie1-7/+22
2019-08-06drm/amdgpu: switch driver from bo->resv to bo->base.resvGerd Hoffmann1-1/+1
2019-07-18drm/amdgpu: add harvest support for ArcturusJames Zhu1-0/+9
2019-07-18drm/amdgpu: add multiple instances support for ArcturusJames Zhu1-7/+13
2019-07-18drm/amdgpu: modify amdgpu_vcn to support multiple instancesJames Zhu1-3/+3
2019-07-01drm/amdgpu: fix MGPU fan boost enablement for XGMI resetEvan Quan1-2/+2
2019-06-25Merge branch 'drm-next' into drm-next-5.3Alex Deucher1-1/+4
2019-06-21drm/amdgpu: set the default value of pa_sc_tile_steering_overrideHawking Zhang1-0/+4
2019-06-21drm/amdgpu: enable the static csa when mcbp enabledJack Xiao1-3/+3
2019-06-14Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter1-1/+4
2019-06-10drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg1-1/+4
2019-06-05drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher1-1/+1
2019-05-24drm/amdgpu: remove static GDS, GWS and OA allocationChristian König1-7/+4
2019-04-10drm/amdgpu: support dpm level modification under virtualization v3Yintian Tao1-0/+4