summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2017-12-06drm/amd/display: update output csc matrix valuesYue Hin Lau2-22/+16
2017-12-06drm/amd/display: Only update output transfer function for full type.Yongqiang Sun1-7/+16
2017-12-06drm/amd/display: performance profiling instrumentationTony Cheng3-0/+15
2017-12-06drm/amd/display: Remove unnecessary dc_link vtableHarry Wentland2-109/+0
2017-12-06drm/amd/display: fix opp header register defineYue Hin Lau1-11/+14
2017-12-06drm/amd/display: Update dchub and dpp as per update flags.Yongqiang Sun1-74/+117
2017-12-06drm/amd/display: Move update_plane_addr to apply_ctx_for_surface for dce.Yongqiang Sun2-2/+5
2017-12-06drm/amd/display: call set_mpc_output_csc from hwsequencerYue Hin Lau3-67/+156
2017-12-06drm/amd/display: Fix description of module parameter dc_logMichel Dänzer1-1/+1
2017-12-06drm/amdgpu: Downgrade DRM_ERROR to DRM_DEBUG in amdgpu_queue_mgr_mapMichel Dänzer1-5/+5
2017-12-06drm/amdgpu: expose the VA above the hole to userspaceChristian König1-2/+10
2017-12-06drm/amdgpu: use dev_dbg instead of dev_err in the VA IOCTLChristian König1-3/+3
2017-12-06drm/amdgpu: fix VA hole handling on Vega10 v3Christian König4-6/+32
2017-12-06drm/amdgpu: use the new TTM bytes moved counter v2Christian König2-13/+6
2017-12-06drm/amdgpu: forward operation context to ttm_bo_mem_spaceChristian König1-18/+12
2017-12-06staging: vboxvideo: adapt to new TTM interfaceChristian König1-11/+6
2017-12-06drm/ttm: add number of bytes moved to the operation contextChristian König1-0/+1
2017-12-06drm/ttm: add context to driver move callback as wellChristian König6-43/+47
2017-12-06drm/ttm: use the operation context inside TTMChristian König1-38/+29
2017-12-06drm/ttm: use an operation context for ttm_bo_mem_space v2Christian König5-24/+28
2017-12-06drm/ttm: use an operation ctx for ttm_bo_init_reservedChristian König2-8/+7
2017-12-06drm/ttm: add operation ctx to ttm_bo_validate v2Christian König26-72/+115
2017-12-06drm/ttm: add page order in page poolRoger He1-11/+27
2017-12-06drm/ttm: use NUM_PAGES_TO_ALLOC alwaysRoger He1-2/+1
2017-12-06drm/amd/powerplay: Followup fixes to mc_reg_addressErnst Sjöstrand3-23/+11
2017-12-06drm/amd/powerplay: Fix buffer overflows with mc_reg_addressErnst Sjöstrand2-14/+6
2017-12-06drm/amd/amdgpu: Fix missing null check in atombios_i2c.cErnst Sjöstrand1-2/+9
2017-12-06drm/amd/powerplay: Fix missing newlines at end of fileErnst Sjöstrand3-3/+3
2017-12-06drm/amd/powerplay: Minor fixes in processpptables.c (v2)Ernst Sjöstrand1-3/+3
2017-12-06drm/amdgpu: fix VCE buffer placement restrictions v2Christian König1-2/+99
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