summaryrefslogtreecommitdiff
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/ttm: drop ttm->globChristian König2018-02-263-10/+9
* drm/ttm: drop bo->globChristian König2018-02-264-16/+17
* drm/bochs: remove the default ttm_tt_populate callbacksChristian König2018-02-261-2/+0
* drm/cirrus: remove ttm_pool_* wrappersChristian König2018-02-261-13/+0
* drm/qxl: remove ttm_pool_* wrappersChristian König2018-02-261-22/+0
* drm/ast: remove ttm_pool_* wrappersChristian König2018-02-261-13/+0
* drm/hisilicon: remove ttm_pool_* wrappersChristian König2018-02-261-13/+0
* drm/mgag200: remove ttm_pool_* wrappersChristian König2018-02-261-13/+0
* drm/virtio: remove ttm_pool_* wrappersChristian König2018-02-261-16/+0
* drm/ttm: add default implementations for ttm_tt_(un)populateChristian König2018-02-261-2/+8
* drm/amd/pp: Move common dpm check functions to hardwaremanager.cRex Zhu2018-02-264-29/+10
* drm/amd/pp: Cleaning up vega10_enable_dpm_tasks functionRex Zhu2018-02-261-6/+5
* drm/amd/pp: Refine code in powerplay for Cz/Vega10Rex Zhu2018-02-266-39/+43
* drm/amd/pp: Remove dead error checking code on Vega10Rex Zhu2018-02-264-142/+67
* drm/amd/pp: Add debug info when smu failed on Vega10Rex Zhu2018-02-261-5/+13
* drm/amd/pp: Remove duplicated vega10_is_smc_ram_running callsRex Zhu2018-02-261-12/+3
* drm/amd: Remove inclusion of non-existing include directoriesCorentin Labbe2018-02-261-2/+0
* drm/amd: remove inclusion of non-existing scheduler directoryCorentin Labbe2018-02-261-1/+0
* drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LEBen Crocker2018-02-261-0/+4
* drm/amdgpu: Remove duplicate setting of ->need_swiotlbThierry Reding2018-02-261-1/+0
* drm/amd/pp: Add a pp feature mask bit for AutoWattman featureRex Zhu2018-02-261-0/+1
* drm/amdgpu: Change default value of module parameter amdgpu_pp_feature_maskRex Zhu2018-02-261-1/+1
* drm/amd/powerplay: fix thermal interrupts on vega10Eric Huang2018-02-261-1/+3
* drm/amdgpu: Add query vram width in CGS query system infoRex Zhu2018-02-262-0/+4
* drm/amdgpu: use the TTM dummy page instead of allocating oneChristian König2018-02-2613-41/+30
* drm/amd/pp: Fix bug that dpm level was not really lockedRex Zhu2018-02-261-8/+14
* drm/amd/pp: Fix error handling when smu return failed on Vega10.Rex Zhu2018-02-261-12/+14
* drm/ttm: set TTM_OPT_FLAG_FORCE_ALLOC in ttm_bo_force_list_cleanRoger He2018-02-261-1/+5
* drm/ttm: add bit flag TTM_OPT_FLAG_FORCE_ALLOCRoger He2018-02-261-1/+3
* drm/ttm: use bit flag to replace allow_reserved_eviction in ttm_operation_ctxRoger He2018-02-263-5/+6
* radeon: hide pointless #warning when compile testingArnd Bergmann2018-02-261-1/+2
* drm/ttm: set page mapping during allocationChristian König2018-02-262-2/+17
* Revert "drm/radeon/pm: autoswitch power state when in balanced mode"Alex Deucher2018-02-201-5/+1
* drm/radeon: use drm_gem_private_object_initChristian König2018-02-201-5/+1
* drm/amdgpu: use drm_gem_private_object_initChristian König2018-02-201-5/+1
* drm/amdgpu: mitigate workaround for i915Christian König2018-02-201-11/+20
* drm/amdgpu: implement amdgpu_gem_map_(attach/detach)Christian König2018-02-203-22/+34
* drm/amdgpu/powerplay/smu7: drop refresh rate checks for mclk switchingAlex Deucher2018-02-191-2/+1
* drm/amdgpu/cgs: add refresh rate checking to non-DC display codeAlex Deucher2018-02-191-0/+5
* drm/amd/powerplay/smu7: allow mclk switching with no displaysAlex Deucher2018-02-191-4/+7
* drm/amd/powerplay/vega10: allow mclk switching with no displaysAlex Deucher2018-02-191-4/+7
* drm/amd/powerplay: use PP_CAP macro for disable_mclk_switching_for_frame_lockAlex Deucher2018-02-191-4/+4
* drm/amd/powerplay: remove unused headersCorentin Labbe2018-02-192-479/+0
* drm/amdgpu_gem: fix error handling path in amdgpu_gem_va_update_vmGustavo A. R. Silva2018-02-191-3/+4
* drm/amdgpu: update the PASID mapping only on demandChristian König2018-02-193-9/+32
* drm/amdgpu: separate PASID mapping from VM flush v2Christian König2018-02-1922-76/+79
* drm/amd/display: Fix increment when sampling OTF in DCELeo (Sunpeng) Li2018-02-191-1/+1
* drm/amd/display: De PQ implementationVitaly Prosyak2018-02-193-75/+442
* drm/amd/display: Remove unused dm_pp_ interfacesHarry Wentland2018-02-192-64/+0
* drm/amd/display: Add logging for aux DPCD accessEric Yang2018-02-191-0/+16