summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/amd/display: Defer cursor lock until after VUPDATENicholas Kazlauskas2020-05-206-1/+81
* drm/amd/display: Remove dml_common_def fileRodrigo Siqueira2020-05-2011-94/+18
* drm/amd/display: DP training to set properly SCRAMBLING_DISABLEVladimir Stempen2020-05-201-0/+27
* drm/amd/amdgpu: Update update_config() logicLeo (Hanghong) Ma2020-05-121-5/+5
* drm/amd/amdgpu: add raven1 part to the gfxoff quirk listTom St Denis2020-05-121-0/+2
* drm/amd/display: add basic atomic check for cursor planeSimon Ser2020-05-081-2/+24
* drm/amd/display: Fix vblank and pageflip event handling for FreeSyncNicholas Kazlauskas2020-05-081-82/+55
* drm/amdgpu: implement soft_recovery for gfx10Alex Deucher2020-05-081-0/+14
* drm/amdgpu: enable hibernate support on Navi1XEvan Quan2020-05-083-1/+4
* drm/amdgpu: Use GEM obj reference for KFD BOsFelix Kuehling2020-05-081-2/+3
* drm/amdgpu: force fbdev into vramAlex Deucher2020-05-081-2/+1
* drm/amd/powerplay: perform PG ungate prior to CG ungateEvan Quan2020-05-082-6/+6
* drm/amdgpu: drop unnecessary cancel_delayed_work_sync on PG ungateEvan Quan2020-05-082-14/+4
* drm/amdgpu: disable MGCG/MGLS also on gfx CG ungateEvan Quan2020-05-081-1/+1
* drm/amd/display: Prevent dpcd reads with passive donglesAurabindo Pillai2020-05-051-6/+11
* drm/amd/display: fix counter in wait_for_no_pipes_pendingRoman Li2020-05-051-3/+2
* drm/amd/display: Update DCN2.1 DV Code RevisionSung Lee2020-05-051-4/+4
* drm/amd/display: work around fp code being emitted outside of DC_FP_START/ENDDaniel Kolesa2020-05-011-8/+23
* drm/amdgpu/dc: Use WARN_ON_ONCE for ASSERTMichel Dänzer2020-05-011-1/+1
* drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan2020-05-011-3/+0
* drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan2020-05-011-2/+2
* drm/amd/display: Use cursor locking to prevent flip delaysAric Cyr2020-04-2816-45/+88
* drm/amd/display: Update downspread percent to match spreadsheet for DCN2.1Sung Lee2020-04-281-1/+1
* drm/amd/display: Defer cursor update around VUPDATE for all ASICNicholas Kazlauskas2020-04-281-14/+14
* drm/amd/display: fix rn soc bb updateDmytro Laktyushkin2020-04-281-43/+28
* drm/amd/display: check if REFCLK_CNTL register is presentDmytro Laktyushkin2020-04-281-1/+2
* drm/amdgpu: bump version for invalidate L2 before SDMA IBsMarek Olšák2020-04-281-1/+2
* drm/amdgpu: invalidate L2 before SDMA IBs (v2)Marek Olšák2020-04-282-1/+29
* drm/amd/powerplay: avoid using pm_en before it is initialized revisedTiecheng Zhou2020-04-281-2/+4
* Revert "drm/amd/powerplay: avoid using pm_en before it is initialized"Tiecheng Zhou2020-04-281-2/+1
* drm/amd/display: Fix green screen issue after suspendRodrigo Siqueira2020-04-241-9/+29
* drm/amd/display: blank dp stream before re-train the linkXiaodong Yan2020-04-241-0/+12
* drm/amd/display: DispalyPort: Write OUI only if panel supports itAurabindo Pillai2020-04-241-0/+15
* drm/amdgpu/display: give aux i2c buses more meaningful namesAlex Deucher2020-04-173-4/+9
* drm/amdgpu/display: fix aux registration (v2)Alex Deucher2020-04-172-5/+14
* drm/amdgpu: Correctly initialize thermal controller for GPUs with Powerplay t...Sandeep Raghuraman2020-04-171-0/+26
* drm/amd/powerplay: fix resume failed as smu table initialize early exitPrike Liang2020-04-171-1/+6
* Merge tag 'amd-drm-fixes-5.7-2020-04-15' of git://people.freedesktop.org/~agd...Dave Airlie2020-04-169-16/+33
|\
| * drm/amdgpu/gfx9: add gfxoff quirkAlex Deucher2020-04-141-0/+2
| * drm/amdgpu: fix the hw hang during perform system reboot and resetPrike Liang2020-04-141-0/+2
| * drm/amdgpu: fix wrong vram lost counter increment V2Evan Quan2020-04-135-14/+18
| * drm/amd/powerplay: unload mp1 for Arcturus RAS baco resetEvan Quan2020-04-091-0/+6
| * drm/amd/powerplay: force the trim of the mclk dpm_levels if OD is enabledSergei Lopatin2020-04-091-1/+4
| * Revert "drm/amdgpu: change SH MEM alignment mode for gfx10"Likun Gao2020-04-091-1/+1
* | Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds2020-04-1022-48/+217
|\|
| * drm/amdgpu/display: fix warning when compiling without debugfsAlex Deucher2020-04-081-1/+1
| * drm/amdgpu: unify fw_write_wait for new gfx9 asicsAaron Liu2020-04-081-0/+2
| * drm/amd/powerplay: error out on forcing clock setting not supportedEvan Quan2020-04-081-1/+46
| * drm/amdgpu: fix gfx hang during suspend with video playback (v2)Prike Liang2020-04-081-2/+3
| * drm/amd/display: Check for null fclk voltage when parsing clock tableMichael Strauss2020-04-071-1/+1