summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-14drm/amdgpu: remove trailing whitespace from soc15ip.hAlex Deucher1-143/+143
2018-03-14drm/amdgpu/powerplay/vega10: fix memory leak in error pathAlex Deucher1-2/+4
2018-03-14drm/amdgpu/dce: Don't turn off DP sink when disconnectedMichel Dänzer1-19/+12
2018-03-14drm/amd/pp: remove redundant pointer internal_bufColin Ian King1-2/+0
2018-03-14drm/amdgpu: move getting pcie info to common codeAlex Deucher5-9/+5
2018-03-14drm/amdgpu/soc15: always load the psp moduleAlex Deucher1-2/+1
2018-03-14drm/amdgpu: use adev->firmware to determine whether to load the PSP moduleAlex Deucher1-1/+1
2018-03-14drm/amdgpu: move firmware loading type setup to common codeAlex Deucher4-7/+2
2018-03-14drm/amdgpu/psp: add a few more fw load type checksAlex Deucher1-0/+9
2018-03-14drm/amd/display: Check msg->size before starting aux transferShirish S1-0/+3
2018-03-14drm/amd/display: clean up dcn pplib notification callDmytro Laktyushkin4-46/+15
2018-03-14drm/amd/display: Fixed dim around 1sec when resume from S3 (v2)Yongqiang Sun3-1/+11
2018-03-14drm/amd/display: Use actual TG instance instead of pipe instanceJerry (Fangzhi) Zuo2-6/+6
2018-03-14drm/amd/display: Check for HW blocks in HWSS, rather than DC core for cursorHarry Wentland2-5/+7
2018-03-14drm/amdgpu: Move IH clientid defs to separate fileOak Zeng12-67/+98
2018-03-14drm/amd/display: update dce_calcs to latest versionDmytro Laktyushkin2-56/+110
2018-03-14drm/amd/display: Set disp clk in a safe way to avoid over high dpp clk. (v2)Yongqiang Sun3-23/+139
2018-03-14drm/amd/display: add support for regkey "LCDFreeSyncDefault"Samson Tam1-0/+26
2018-03-14drm/amd/display: Correct the plane enumeration order (v2)Shirish S1-24/+53
2018-03-14drm/amd/display: Fix handling of linear transfer functionVitaly Prosyak1-2/+4
2018-03-14drm/amd/display: dal 3.1.38Tony Cheng1-1/+1
2018-03-14drm/amd/display: Add variable refresh rate parameters to DC structuresAnthony Koo4-1/+33
2018-03-14drm/amd/display: Implement stats loggingAnthony Koo6-31/+510
2018-03-14drm/amd/display: early return if not in vga mode in disable_vgaEric Yang2-4/+10
2018-03-14drm/amd/display: Enable backlight support for pre-DCE11 ASICsMikita Lipski3-0/+172
2018-03-14drm/amd/display: use HW hdr mult for brightness boostKrunoslav Kovac6-7/+45
2018-03-14drm/amd/display: Use MACROS instead of dm_loggerBhawanpreet Lakha3-13/+11
2018-03-14drm/amd/display: Move DTRACE and dml_print definesBhawanpreet Lakha4-2/+37
2018-03-14drm/amd/display: Modified set bandwidth sequence.Yongqiang Sun3-12/+38
2018-03-14drm/amd/display: fix check condition for edp power controlEric Yang2-7/+17
2018-03-14drm/amd/display: Fix takover from VGA modeBhawanpreet Lakha2-2/+18
2018-03-14drm/amd/display: Allow passing of syspll id to get_smu_clock_infoJerry (Fangzhi) Zuo3-6/+7
2018-03-14drm/amd/display: Remove 300Mhz minimum disp clk limit.Yongqiang Sun3-5/+5
2018-03-14drm/amd/display: Convert CTM to 2's complementLeo (Sunpeng) Li1-3/+12
2018-03-14drm/amd/display: Varibright add null checkSivapiriyanKumarasamy1-1/+1
2018-03-14drm/amd/display: Varibright fix bug and review commentsSivapiriyanKumarasamy7-19/+37
2018-03-14drm/amd/display: Vari-bright looks disabled near end of MM14SivapiriyanKumarasamy4-12/+40
2018-03-14drm/amd/display: Use correct error codesLeo (Sunpeng) Li1-6/+3
2018-03-14drm/amd/display: Fix memleaks when atomic check fails.Leo (Sunpeng) Li1-9/+25
2018-03-14drm/amdgpu: Remove some unused elements from amdgpu_connector structHarry Wentland1-29/+0
2018-03-14drm/amdgpu: save/restore backlight level in legacy dce codeAlex Deucher7-2/+40
2018-03-14drm/radeon: fix prime teardown orderChristian König2-2/+2
2018-03-14drm/amdgpu: fix prime teardown orderChristian König2-2/+2
2018-03-14drm/amdgpu: explicit give BO type to amdgpu_bo_createChristian König12-66/+60
2018-03-14drm/amdgpu: initial validate the prime BOs into the CPU domainChristian König1-1/+3
2018-03-14drm/amdgpu: drop the backing store when DMA-buf imports are evictedChristian König1-0/+6
2018-03-14drm/ttm: move initializing ttm->sg into ttm_tt_init_fieldsChristian König1-3/+1
2018-03-14drm/ttm: add bo as parameter to the ttm_tt_create callbackChristian König18-87/+75
2018-03-14drm/ttm: add ttm_bo_pipeline_guttingChristian König3-3/+45
2018-03-14drm/amdgpu: refactoring mailbox to fix TDR handshake bugs(v2)Monk Liu2-94/+109