summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2018-02-26drm/ttm: drop persistent_swap_storage from ttm_bo_init and coChristian König14-25/+19
2018-02-26drm/ttm: drop ttm->dummy_read_pageChristian König16-58/+36
2018-02-26drm/ttm: drop ttm->globChristian König3-10/+9
2018-02-26drm/ttm: drop bo->globChristian König4-16/+17
2018-02-26drm/bochs: remove the default ttm_tt_populate callbacksChristian König1-2/+0
2018-02-26drm/cirrus: remove ttm_pool_* wrappersChristian König1-13/+0
2018-02-26drm/qxl: remove ttm_pool_* wrappersChristian König1-22/+0
2018-02-26drm/ast: remove ttm_pool_* wrappersChristian König1-13/+0
2018-02-26drm/hisilicon: remove ttm_pool_* wrappersChristian König1-13/+0
2018-02-26drm/mgag200: remove ttm_pool_* wrappersChristian König1-13/+0
2018-02-26drm/virtio: remove ttm_pool_* wrappersChristian König1-16/+0
2018-02-26drm/ttm: add default implementations for ttm_tt_(un)populateChristian König1-2/+8
2018-02-26drm/amd/pp: Move common dpm check functions to hardwaremanager.cRex Zhu4-29/+10
2018-02-26drm/amd/pp: Cleaning up vega10_enable_dpm_tasks functionRex Zhu1-6/+5
2018-02-26drm/amd/pp: Refine code in powerplay for Cz/Vega10Rex Zhu6-39/+43
2018-02-26drm/amd/pp: Remove dead error checking code on Vega10Rex Zhu4-142/+67
2018-02-26drm/amd/pp: Add debug info when smu failed on Vega10Rex Zhu1-5/+13
2018-02-26drm/amd/pp: Remove duplicated vega10_is_smc_ram_running callsRex Zhu1-12/+3
2018-02-26drm/amd: Remove inclusion of non-existing include directoriesCorentin Labbe1-2/+0
2018-02-26drm/amd: remove inclusion of non-existing scheduler directoryCorentin Labbe1-1/+0
2018-02-26drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LEBen Crocker1-0/+4
2018-02-26drm/amdgpu: Remove duplicate setting of ->need_swiotlbThierry Reding1-1/+0
2018-02-26drm/amd/pp: Add a pp feature mask bit for AutoWattman featureRex Zhu1-0/+1
2018-02-26drm/amdgpu: Change default value of module parameter amdgpu_pp_feature_maskRex Zhu1-1/+1
2018-02-26drm/amd/powerplay: fix thermal interrupts on vega10Eric Huang1-1/+3
2018-02-26drm/amdgpu: Add query vram width in CGS query system infoRex Zhu2-0/+4
2018-02-26drm/amdgpu: use the TTM dummy page instead of allocating oneChristian König13-41/+30
2018-02-26drm/amd/pp: Fix bug that dpm level was not really lockedRex Zhu1-8/+14
2018-02-26drm/amd/pp: Fix error handling when smu return failed on Vega10.Rex Zhu1-12/+14
2018-02-26drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He1-1/+5
2018-02-26drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He1-1/+3
2018-02-26drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He3-5/+6
2018-02-26radeon: hide pointless #warning when compile testingArnd Bergmann1-1/+2
2018-02-26drm/ttm: set page mapping during allocationChristian König2-2/+17
2018-02-20Revert "drm/radeon/pm: autoswitch power state when in balanced mode"Alex Deucher1-5/+1
2018-02-20drm/radeon: use drm_gem_private_object_initChristian König1-5/+1
2018-02-20drm/amdgpu: use drm_gem_private_object_initChristian König1-5/+1
2018-02-20drm/amdgpu: mitigate workaround for i915Christian König1-11/+20
2018-02-20drm/amdgpu: implement amdgpu_gem_map_(attach/detach)Christian König3-22/+34
2018-02-19drm/amdgpu/powerplay/smu7: drop refresh rate checks for mclk switchingAlex Deucher1-2/+1
2018-02-19drm/amdgpu/cgs: add refresh rate checking to non-DC display codeAlex Deucher1-0/+5
2018-02-19drm/amd/powerplay/smu7: allow mclk switching with no displaysAlex Deucher1-4/+7
2018-02-19drm/amd/powerplay/vega10: allow mclk switching with no displaysAlex Deucher1-4/+7
2018-02-19drm/amd/powerplay: use PP_CAP macro for disable_mclk_switching_for_frame_lockAlex Deucher1-4/+4
2018-02-19drm/amd/powerplay: remove unused headersCorentin Labbe2-479/+0
2018-02-19drm/amdgpu_gem: fix error handling path in amdgpu_gem_va_update_vmGustavo A. R. Silva1-3/+4
2018-02-19drm/amdgpu: update the PASID mapping only on demandChristian König3-9/+32
2018-02-19drm/amdgpu: separate PASID mapping from VM flush v2Christian König22-76/+79
2018-02-19drm/amd/display: Fix increment when sampling OTF in DCELeo (Sunpeng) Li1-1/+1
2018-02-19drm/amd/display: De PQ implementationVitaly Prosyak3-75/+442