aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm/amdgpu: align GTT start to 4GB v2Christian König1-1/+4
2017-12-06drm/amdgpu: remove VRAM size reduction v2Christian König4-46/+1
2017-12-06drm: amd: Fix line continuation formatsJoe Perches6-43/+22
2017-12-06drm/amd/display/dc/dce110/dce110_mem_input_v: use swap macro in program_size_...Gustavo A. R. Silva1-20/+8
2017-12-06drm/amd/display/dc/core/dc_resource: use swap macro in rect_swap_helperGustavo A. R. Silva1-9/+2
2017-12-06drm/amdgpu/gmc9: make some ECC messages debug onlyAlex Deucher1-2/+2
2017-12-06drm/amdgpu: always make gart.table_addr 64bitChristian König1-1/+1
2017-12-06drm/amd/display: remove unnecessary cast and use kcalloc instead of kzallocColin Ian King1-3/+2
2017-12-06drm/ttm: remove cur_placementChristian König1-3/+2
2017-12-06drm/ttm: completely rework ttm_bo_delayed_deleteChristian König1-49/+23
2017-12-06drm/ttm: fix ttm_mem_evict_first once moreChristian König1-2/+5
2017-12-06drm/amdgpu: require a root bus window above 4GB for BAR resizeChristian König1-0/+18
2017-12-06drm/amd/display: fix static checker warningShirish S1-1/+1
2017-12-06drm/amdgpu:cancel timer of virtual DCE(v2)Monk Liu1-0/+10
2017-12-06drm/amdgpu:fix virtual dce bugMonk Liu1-1/+3
2017-12-06drm/amdgpu:show error message if fail on event4Monk Liu1-1/+2
2017-12-06drm/amdgpu:cleanup firmware.fw_buf alloc/freeMonk Liu1-34/+9
2017-12-06drm/amdgpu:free CSA in unified placeMonk Liu5-2/+8
2017-12-06drm/amdgpu:cleanup unused stack varMonk Liu1-2/+1
2017-12-06drm/amdgpu:fix NULL pointer access during drv removeMonk Liu8-14/+7
2017-12-06drm/amdgpu:cleanup GMC & gart garbage functionMonk Liu7-156/+13
2017-12-06drm/amdgpu:cleanup stolen vga memory finishMonk Liu1-8/+3
2017-12-06amdgpu: Don't use DRM_ERROR when failing to allocate a BOMichel Dänzer2-3/+3
2017-12-06drm/amd/amdgpu: not allow gtt size exceed 75%*system memory sizeRoger He1-3/+8
2017-12-06drm/amdgpu: Add ability to determine and report if board supports ECC.David Panariti1-0/+206
2017-12-06drm/amdgpu: New header for fields needed to determine state of ECC.David Panariti3-0/+119
2017-12-06drm/ttm: optimize ttm_mem_evict_first v5Christian König1-21/+33
2017-12-06drm/amdgpu/gfx6: use cached values for raster config in clear stateAlex Deucher1-19/+1
2017-12-06drm/amdgpu/gfx7: use cached values for raster config in clear stateAlex Deucher1-23/+2
2017-12-06drm/amdgpu/gfx8: use cached values for raster config in clear stateAlex Deucher1-31/+2
2017-12-06drm/amd/display: Fix use before initialize warningLeo (Sunpeng) Li1-1/+1
2017-12-06drm/amd/display: Fix Linux after optimize frontend programmingHarry Wentland1-5/+2
2017-12-06drm/amd/display: remove stream_func vtableTony Cheng1-32/+0
2017-12-06drm/ttm: make unlocking in ttm_bo_cleanup_refs optional v3Christian König1-24/+27
2017-12-06drm/amd/display: Remove unnecessary dc_stream vtableHarry Wentland3-187/+51
2017-12-06drm/amd/display: Move dc_link interface to separate headerHarry Wentland2-174/+208
2017-12-06drm/amd/display: Move dc_stream interface to separate headerHarry Wentland2-221/+273
2017-12-06drm/amd/display: Optimize front end programming.Yongqiang Sun1-108/+111
2017-12-06drm/amd/display: Fix unused variable warningLeo (Sunpeng) Li1-1/+0
2017-12-06drm/amd/display: Add check update surfaces for stream wrapperAndrew Jiang2-3/+23
2017-12-06drm/amd/display: Rename pitch_alignment to linear_pitch_alignmentAndrew Jiang3-2/+2
2017-12-06drm/amd/display: Added Opp and Diags Interface for P to IArun Pandey6-43/+44
2017-12-06drm/amd/display: fix plane update prior to stream enablementTony Cheng1-2/+4
2017-12-06drm/amd/display: Add update flags in to determine surface update typeAndrew Jiang2-76/+140
2017-12-06drm/amd/display: Remove legacy unused workaroundAndrew Jiang1-14/+5
2017-12-06drm/amd/display: Early return on stream programming failureLeo (Sunpeng) Li1-2/+1
2017-12-06drm/amd/display: Change frontend/backend programming sequenceLeo (Sunpeng) Li1-13/+28
2017-12-06drm/amd/display: Remove dangling planes on dc commit stateLeo (Sunpeng) Li1-2/+0
2017-12-06drm/amd/display: Optimize programming front endYongqiang Sun2-37/+27
2017-12-06drm/amd/display: Fix unbalanced locking in surface applyRoman Li1-5/+2