summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm/amd/display: Multi display synchronization logicMikita Lipski11-66/+456
2017-12-06drm/amdgpu: Implement BO size validation V2Andrey Grodzovsky1-0/+41
2017-12-06drm/amdgpu: cleanup vm_size handlingChristian König6-24/+17
2017-12-06drm/amdgpu: remove nonsense const u32 cast on ARRAY_SIZE resultChristian König15-113/+113
2017-12-06drm/amdgpu: use dep_sync for CS dependency/syncobjChunming Zhou1-2/+2
2017-12-06drm/amdgpu/gfx8: Fix compute ring failure after resettingXiangliang.Yu1-3/+7
2017-12-06drm/ttm: remove ttm_bo_unreserve_ticketChristian König1-1/+1
2017-12-06drm/ttm: user reservation object wrappers v2Christian König1-7/+9
2017-12-06drm/ttm: consistently use reservation_object_unlockChristian König3-11/+12
2017-12-06drm/ttm: move unlocking out of ttm_bo_cleanup_memtype_useChristian König1-2/+2
2017-12-06drm/amd/scheduler: add WARN_ON for s_fence->parentChunming Zhou1-0/+1
2017-12-06drm/amd/scheduler: fix page protection of cbChunming Zhou1-0/+7
2017-12-06drm/amdgpu: revise retry init to fully cleanup driverPixel Ding3-15/+14
2017-12-04amdgpu/dm: Remove fb_location form fill_plane_attributesHarry Wentland1-13/+0
2017-12-04drm/amdgpu:fix gpu recover missing skipping(v2)Monk Liu1-2/+3
2017-12-04drm/amdgpu:read VRAMLOST from gimMonk Liu3-5/+8
2017-12-04drm/amdgpu: bypass FB resizing for SRIOV VFpding1-0/+4
2017-12-04drm/amdgpu: release exclusive mode after hw_initpding2-3/+4
2017-12-04drm/amdkfd: initialise kfd inside amdgpu_device_initpding2-5/+4
2017-12-04drm/amdgpu: don't use ttm_bo_move_ttm in amdgpu_ttm_bind v2Christian König1-6/+15
2017-12-04drm/amdgpu: rename amdgpu_ttm_bind to amdgpu_ttm_alloc_gartChristian König4-6/+6
2017-12-04drm/amdgpu: switch to use new SOC15 reg read/write macros for soc15 ihHawking Zhang1-23/+23
2017-12-04drm/amdgpu: resize VRAM BAR for CPU access v6Christian König6-13/+90
2017-12-04drm/amdgpu: refine SR-IOV firmware VRAM reservation to protect dataHorace Chen1-1/+22
2017-12-04drm/amdgpu: retry init if exclusive mode request is failedpding1-1/+1
2017-12-04drm/amdgpu: return error when sriov access requests get timeoutpding1-2/+4
2017-12-04drm/amd/display: Remove fb_location parameter from get_fb_infoMichel Dänzer1-15/+6
2017-12-04amdgpu: Remove AMDGPU_{HPD,CRTC_IRQ,PAGEFLIP_IRQ}_LASTMichel Dänzer1-3/+0
2017-12-04drm/amd/display: Use real number of CRTCs and HPDs in set_irq_funcsMichel Dänzer2-4/+8
2017-12-04amdgpu/dce: Use actual number of CRTCs and HPDs in set_irq_funcsMichel Dänzer4-16/+32
2017-12-04drm/amd/display: Move conn_state to headerHarry Wentland2-13/+12
2017-12-04drm/amd/display: dal 3.1.10Tony Cheng1-1/+1
2017-12-04drm/amd/display: correct DP is always in full range or bt609Charlene Liu1-8/+17
2017-12-04drm/amd/display: fix bug from last commit for hubbubYue Hin Lau1-1/+7
2017-12-04drm/amd/display: Move hdr_metadata from plane to streamAnthony Koo8-60/+65
2017-12-04drm/amd/display: Apply VQ adjustments in MPO caseSivapiriyanKumarasamy11-38/+211
2017-12-04drm/amd/display: create new structure for hubbubYue Hin Lau5-65/+269
2017-12-04drm/amd/display: dal 3.1.09Tony Cheng1-1/+1
2017-12-04drm/amd/display: Added disconnect dchub.Yongqiang Sun3-0/+15
2017-12-04drm/amd/display: dal 3.1.08Tony Cheng1-1/+1
2017-12-04drm/amd/display: Not reset front end when program back end.Yongqiang Sun2-77/+2
2017-12-04drm/amd/display: Power down front end in init_hw.Yongqiang Sun1-85/+87
2017-12-04drm/amd/display: Reject PPLib clock values if they are invalidAndrew Jiang1-23/+45
2017-12-04drm/amd/display: create new files for hubbub functionsYue Hin Lau5-476/+579
2017-12-04drm/amd/display: Complete TODO item: use new DRM iteratorLeo (Sunpeng) Li1-22/+14
2017-12-04drm/amd/display: Fix styling of freesync code in commit_tailLeo (Sunpeng) Li1-4/+7
2017-12-04drm/amdgpu: move GART recovery into GTT manager v2Christian König5-59/+59
2017-12-04drm/amdgpu: nuke amdgpu_ttm_is_bound() v2Christian König5-22/+15
2017-12-04drm/amdgpu:fix random missing of FLR NOTIFYMonk Liu1-3/+11
2017-12-04drm/amdgpu/sriov:fix memory leak in psp_load_fwMonk Liu1-8/+12