aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-12-04drm/amd/display: Cleanup code that enables freesyncLeo (Sunpeng) Li1-36/+19
2017-12-04drm/amd/display: Atomic freesync ASSERT fixBhawanpreet Lakha1-0/+27
2017-12-04drm/amd/display: add mod_freesync_user_enable to dm_connector_stateAlex Deucher1-0/+1
2017-12-04drm/amd/display: DMCU FW loading from PSPAnthony Koo4-7/+202
2017-12-04drm/amd/display: Set cursor position as per address.Yongqiang Sun1-3/+4
2017-12-04drm/amd/display: Explicit casting for grph object idsHarry Wentland1-6/+6
2017-12-04drm/amd/display: cleaning up hubp for dcnYue Hin Lau3-192/+193
2017-12-04drm/amd/display: Clean some unneeded defines from ddc_service_types.hHarry Wentland1-33/+0
2017-12-04drm/amd/display: Cleanup some fail labels in dcn10_resourceHarry Wentland1-24/+13
2017-12-04drm/amd/display: Adding DCN1 registersMikita Lipski1-3/+30
2017-12-04drm/amd/display: Check cursor address before program.Yongqiang Sun1-1/+2
2017-12-04drm/amd/display: Move lock to front end program.Yongqiang Sun3-52/+29
2017-12-04drm/amd/display: Add APU cap in dc_capsAnthony Koo5-0/+6
2017-12-04drm/amdgpu: delete duplicated code.Rex Zhu1-2/+0
2017-12-04drm/amd/pp: delete an outdated comment in amd_powerplay.cRex Zhu1-3/+0
2017-12-04drm/amd/pp: implement notify_smu_memory_info on PowerplayRex Zhu1-0/+36
2017-12-04drm/amdgpu: add new pp function point notify_smu_memory_infoRex Zhu2-0/+11
2017-12-04drm/amdgpu: add header kgd_pp_interface.hRex Zhu5-267/+293
2017-12-04drm/amdgpu: move struct amd_powerplay to amdgpu.hRex Zhu2-7/+7
2017-12-04drm/amd/powerplay: move functions to amd_pm_funcs tableRex Zhu3-108/+90
2017-12-04drm/amdgpu: move DC and PP shared data structures to dm_pp_interface.hRex Zhu2-143/+144
2017-12-04drm/amdgpu: remove extra parameter from amdgpu_ttm_bind() v2Christian König4-6/+6
2017-12-04drm/amdgpu: don't wait interruptible while binding GART spaceChristian König1-1/+1
2017-12-04drm/amdgpu: fix pin domain compatibility checkChristian König1-1/+1
2017-12-04drm/amdgpu: always bind pinned BOsChristian König1-7/+7
2017-12-04drm/amdgpu: use the actual placement for pin accountingChristian König1-0/+2
2017-12-04drm/amdgpu: retry init if it fails due to exclusive mode timeout (v3)pding2-2/+23
2017-12-04drm/amdgpu/virt: implement wait_reset callbacks for vi/aipding2-0/+7
2017-12-04drm/amd/powerplay: describe the PCIE link speed in right GT/sEvan Quan3-9/+9
2017-12-04drm/amdgpu/virt: add wait_reset virt opspding2-0/+18
2017-12-04drm/amdgpu/virt: add function to check MMIO (v2)pding2-0/+9
2017-12-04drm/amdgpu: avoid soft lockup when waiting for RLC serdes (v2)pding2-0/+16
2017-12-04drm/amdgpu: change redundant init logs to debug levelpding24-50/+47
2017-12-04drm/amdgpu:implement ctx query2Monk Liu2-0/+45
2017-12-04drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu2-2/+4
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky5-22/+22
2017-12-04drm/amdgpu: Fix deadlock during GPU reset.Andrey Grodzovsky3-47/+29
2017-12-04drm/amdgpu: Add SPSC queue to scheduler.Andrey Grodzovsky1-0/+121
2017-12-04drm/amdgpu:cleanup job reset routine(v2)Monk Liu3-4/+33
2017-12-04drm/amdgpu:skip job for guilty ctx in parser_initMonk Liu1-0/+6
2017-12-04drm/amdgpu:pass ctx->guilty address to entity initMonk Liu2-1/+2
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu10-11/+13
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu3-3/+8
2017-12-04drm/amdgpu:cleanup force_completionMonk Liu3-27/+11
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky4-23/+18
2017-12-04drm: rcar-du: Clip planes to screen boundariesLaurent Pinchart3-33/+62
2017-12-04drm: rcar-du: Share plane atomic check code between Gen2 and Gen3Laurent Pinchart3-31/+22
2017-12-04v4l: vsp1: Start and stop DRM pipeline independently of planesLaurent Pinchart1-10/+27
2017-12-04drm: rcar-du: Remove unused CRTC suspend/resume functionsKieran Bingham1-35/+0
2017-12-04drm: rcar-du: Implement system suspend/resume supportKieran Bingham2-3/+16