summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-03-06drm/amdgpu: add AMDGPU_VM_OP_ENABLE_SVM IOCTLatc_enablementChristian König3-5/+94
2018-03-06drm/amdgpu: add amdgpu_pasid_bind/undbingChristian König3-3/+30
2018-03-06drm/amdgpu: add DRM_AMDGPU_ATC config optionChristian König3-1/+30
2018-03-06drm/amdgpu: enable ATC PASID handling in gmc v7Christian König2-3/+24
2018-03-06drm/amd/pp: fix "Delete the wrapper layer of smu_allocate/free_memory"Christian König2-2/+2
2018-03-06drm/amdgpu: stop allocating a page array for prime shared BOsChristian König2-3/+4
2018-03-06drm/ttm: add ttm_sg_tt_initChristian König2-9/+47
2018-03-06drm/ttm: move ttm_tt defines into ttm_tt.hChristian König3-242/+273
2018-03-06drm/prime: make the pages array optional for drm_prime_sg_to_page_addr_arraysChristian König1-10/+10
2018-03-06drm/prime: fix potential race in drm_gem_map_detachChristian König1-16/+16
2018-03-06drm/amdgpu: give warning before sleep in kiq_r/wregMonk Liu1-0/+7
2018-03-06drm/amdgpu: further mitigate workaround for i915Christian König1-3/+9
2018-03-06drm/amdgpu: drop gtt->adevChristian König1-5/+5
2018-03-06drm/amdgpu: add amdgpu_evict_gtt debugfs entryChristian König1-1/+12
2018-03-06drm/amd/pp: Drop wrapper functions for upper/lower_32_bitsRex Zhu5-33/+28
2018-03-06drm/amdgpu: Delete cgs wrapper functions for gpu memory managerRex Zhu2-246/+0
2018-03-06drm/amd/pp: Delete the wrapper layer of smu_allocate/free_memoryRex Zhu10-301/+195
2018-03-06drm/amd/pp: Remove cgs wrapper function for temperature updateRex Zhu3-20/+3
2018-03-06Revert "drm/amd/pp: Add a pp feature mask bit for AutoWattman feature"Rex Zhu1-1/+0
2018-03-06drm/amd/pp: Add auto power profilng switch based on workloadsRex Zhu9-37/+66
2018-03-06drm/amd/pp: Revert gfx/compute profile switch sysfsRex Zhu18-998/+0
2018-03-06drm/amd/pp: Fix sclk in highest two levels when compute on smu7Rex Zhu1-0/+21
2018-03-06drm/amd/pp: Implement get/set_power_profile_mode on smu7Rex Zhu1-0/+143
2018-03-06drm/amd/pp: Implement update_dpm_settings on CIRex Zhu1-0/+97
2018-03-06drm/amd/pp: Implement update_dpm_settings on TongaRex Zhu1-0/+97
2018-03-06drm/amd/pp: Implement update_dpm_settings on FijiRex Zhu1-0/+97
2018-03-05drm/amdgpu: fix KV harvestingAlex Deucher1-28/+2
2018-03-05drm/radeon: fix KV harvestingAlex Deucher1-29/+2
2018-03-05drm/amd/pp: Implement update_dpm_settings on PolarisRex Zhu1-0/+97
2018-03-05drm/amd/pp: Add a helper to set field in u32Rex Zhu2-0/+18
2018-03-05drm/amd/pp: Add common interface in smu for update dpm settingRex Zhu3-0/+10
2018-03-05drm/amd/pp: Add PCC feature support on VegaRex Zhu3-0/+36
2018-03-05drm/amd/pp: Export new smu message for PCC feature on Vega10Rex Zhu1-2/+2
2018-03-05drm/amd/pp: Remove cgs_query_system_infoRex Zhu14-286/+72
2018-03-05drm/amd/pp: Remove the wrap functions for acpi in powerplayRex Zhu5-397/+1
2018-03-05drm/amd/pp: Use amdgpu acpi helper functions in powerplayRex Zhu3-8/+4
2018-03-05drm/amdgpu: Notify sbios device ready before send requestRex Zhu1-0/+3
2018-03-05drm/amd/pp: Refine powerplay instanceRex Zhu4-12/+10
2018-03-05drm/amd/pp: Simplify the create of powerplay instanceRex Zhu6-53/+20
2018-03-05drm/amd/dc: Use forward declaration instand of include header fileRex Zhu1-1/+1
2018-03-05drm/amd/display: disable CRTCs with NULL FB on their primary plane (V2)Shirish S1-0/+28
2018-03-05drm/amd/pp: Fix incorrect return value in smu7_check_clk_voltage_validRex Zhu1-1/+1
2018-03-02drm/amdgpu/dce6: Use DRM_DEBUG instead of DRM_INFO for HPD IRQ infoMichel Dänzer1-1/+1
2018-03-02drm/amdgpu: use separate status for buffer funcs availability v2Christian König2-10/+12
2018-03-02drm/amdgpu: ignore changes of buffer function status because of GPU resetsChristian König1-1/+1
2018-03-02drm/amdgpu: change amdgpu_ttm_set_active_vram_sizeChristian König7-17/+29
2018-03-02drm/amdgpu: move some functions into amdgpu_ttm.hChristian König2-3/+4
2018-03-01drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.Harry Wentland1-3/+13
2018-03-01drm/amd/display: update plane params before validationShirish S1-0/+3
2018-03-01drm/amd/display: Don't blow up if TG is NULL in dce110_vblank_setHarry Wentland1-1/+1