summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
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
2018-02-19drm/amd/display: Remove unused dm_pp_ interfacesHarry Wentland2-64/+0
2018-02-19drm/amd/display: Add logging for aux DPCD accessEric Yang1-0/+16
2018-02-19drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2Tao1-1/+3
2018-02-19drm/amd/display: provide an interface to query firmware versionAnthony Koo4-8/+21
2018-02-19drm/amd/display: Add missing Vega defines to dal_asic_idHarry Wentland1-0/+8
2018-02-19drm/amd/display: Treat bad EDID as no EDIDEric Yang1-4/+9
2018-02-19drm/amd/display: Remove duplicate entries from BIOS function tableKen Chalmers1-4/+0
2018-02-19drm/amd/display: Make FBC work without fbdev emulationRoman Li1-23/+15
2018-02-19drm/amd/display: Remove delay on disconnect patchJohn Barberiz2-13/+4
2018-02-19drm/amd/display: Skip 2 frames when first reading CRCLeo (Sunpeng) Li2-7/+7
2018-02-19drm/amd/display: Expose DCE110 CRC functions for DCE8Leo (Sunpeng) Li3-4/+12
2018-02-19drm/amd/display: Rework DCE transform bit depth reduction programming.Leo (Sunpeng) Li1-68/+36
2018-02-19drm/amd/display: When enabling CRC, disable dither & enable truncationLeo (Sunpeng) Li2-5/+20
2018-02-19drm/amd/display: Expose dither setting functionality to LinuxLeo (Sunpeng) Li2-0/+34
2018-02-19drm/amd/display: Refactor max color lut entries into a macro.Leo (Sunpeng) Li3-8/+10
2018-02-19drm/amd/display: Hookup color management functionsLeo (Sunpeng) Li3-33/+44
2018-02-19drm/amd/display: Implement color managementLeo (Sunpeng) Li3-1/+224
2018-02-19drm/amd/display: Add color module's gamma helpers to Linux buildLeo (Sunpeng) Li4-1/+1148