summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-04-26drm/amdgpu: value of amdgpu_sriov_vf cannot be set into F32_POLL_ENABLEamd-19.10wentalou1-2/+2
2019-04-17drm/amdgpu: amdgpu_device_recover_vram got NULL of shadow->parentwentalou1-1/+3
2019-04-17drm/amdgpu: shadow in shadow_list without tbo.mem.start cause page fault in s...wentalou1-0/+1
2019-04-17amdgpu_device_recover_vram always failed if only one node in shadow_listwentalou1-4/+9
2019-04-03drm/amd/amdkcl: Fix private data member for kernels below v3.9Tom St Denis1-1/+1
2019-04-03drm/amdkcl: [RHEL7_4] fix display build error on redhat 7.4changzhu2-6/+16
2019-04-03drm/amdkcl: [RHEL7_4] fix pci_upstream_bridge redefinition build error on red...changzhu1-1/+1
2019-04-01drm/amd/display: If one stream full updates, full update all planesDavid Francis2-0/+22
2019-03-20drm/amdgpu: add thick tile mode settings for Oland of gfx6Tao Zhou1-0/+19
2019-03-04Revert "drm/amdgpu: use BACO reset on vega20 if platform support"Candice Li1-1/+0
2019-03-04Merge amd-staging-dkms-4.18 into amd-mainline-dkms-4.18Rui Teng133-1211/+8662
2019-02-28drm/amdkfd: use init_mqd function to allocate object for hid_mqd (CI)Kevin Wang1-50/+1
2019-02-28Merge amd-staging-dkms-4.18 into amd-mainline-dkms-4.18Rui Teng40-250/+280
2019-02-27drm/amdgpu: Eliminate the set_pde_pte function pointer in amdgpu_gmc_funcsYong Zhao6-148/+77
2019-02-27drm/amdgpu: clear PDs/PTs only after initializing themChristian König1-5/+6
2019-02-27drm/ttm: Quick-test mmap offset in ttm_bo_mmap()Thomas Zimmermann12-77/+23
2019-02-27drm/ttm: Remove file_page_offset parameter from ttm_bo_device_init()Thomas Zimmermann14-15/+6
2019-02-27drm/ttm: Define a single DRM_FILE_PAGE_OFFSET constantThomas Zimmermann15-24/+4
2019-02-27staging/vboxvideo: Use same BO mmap offset as other driversThomas Zimmermann1-1/+1
2019-02-27drm/amdgpu: use REG32_PCIE wrapper instead for pspHuang Rui1-3/+1
2019-02-27drm/amd/powerplay: use REG32_PCIE wrapper instead for powerplayHuang Rui2-8/+4
2019-02-27drm/amdkcl: [4.8][4.12] fix drm_crtc_accurate_vblank_count implicit declarati...changzhu1-0/+5
2019-02-27drm/amd/display: Use vrr friendly pageflip throttling in DC.Mario Kleiner2-9/+30
2019-02-27drm/amd/powerplay: enable amdgpu dpm for smuKevin Wang1-0/+2
2019-02-27drm/amd/powerplay: add function to get sclk and mclkLikun Gao4-6/+110
2019-02-27drm/amd/powerplay: Unify smu handle task function (v2)Likun Gao4-212/+250
2019-02-27drm/amd/powerplay: implement dpm enable functions of uvd & vce for smuKevin Wang3-3/+34
2019-02-27drm/amd/powerplay: implement sensor of uvd & vce power state for smu11Kevin Wang1-0/+8
2019-02-27drm/amd/powerplay: implement uvd & vce dpm enable functionsKevin Wang2-0/+31
2019-02-27drm/amd/powerplay: hwmon don't check powerplay when sw smu is enabledKevin Wang1-26/+30
2019-02-27drm/amd/powerplay: implement update enabled feature state to smc for smu11Kevin Wang3-7/+89
2019-02-27drm/amd/powerplay: dpm clk can be set only when performance level is manualLikun Gao1-12/+19
2019-02-27drm/amd/powerplay: adjust power state when set od_clkLikun Gao1-24/+56
2019-02-27drm/amd/powerplay: add sys interface to set pp_od_clk_voltage for smuLikun Gao3-10/+250
2019-02-27drm/amd/powerplay: add sys interface for set sclk_od/mclk_od for smuLikun Gao3-12/+89
2019-02-27drm/amd/powerplay: add function to update overdrive settingsLikun Gao3-0/+115
2019-02-27drm/amd/powerplay: add sys interface for pcie for smuLikun Gao2-2/+12
2019-02-27drm/amd/powerplay: implement power_dpm_force_performance_level for SMU11Chengming Gui5-5/+127
2019-02-27drm/amd/powerplay: add vega20_unforce_dpm_levels for SMU11.Chengming Gui1-0/+19
2019-02-27drm/amd/powerplay: add vega20_find/force_higest/lowest_dpm for SMU11 (v2)Chengming Gui1-0/+111
2019-02-27drm/amd/powerplay: add vega20_notify_smc_display_config functions for SMU11Chengming Gui1-0/+45
2019-02-27drm/amd/powerplay: add apply_clock_adjust_rules for SMU11.Chengming Gui1-0/+151
2019-02-27drm/amd/powerplay: add display_config_changed for SMU11.Chengming Gui1-0/+42
2019-02-27drm/amd/powerplay: add set_uclk_to_highest_level for SMU11Chengming Gui1-3/+40
2019-02-27drm/amd/powerplay: add get_profiling_clk_mask functions for SMU11Chengming Gui2-0/+43
2019-02-27drm/amd/powerplay: add enable_umd_pstate functions for SMU11Chengming Gui3-0/+51
2019-02-27drm/amd/powerplay: add mclk_latency_table struct and smu_clocks struct for SMU11Chengming Gui1-0/+20
2019-02-27drm/amd/powerplay: add display_config to handle display config for SMU11.Chengming Gui3-1/+2
2019-02-27drm/amd/powerplay: implement pp_power_profile_mode sys inerface for SMU11Chengming Gui4-3/+340
2019-02-27drm/amd/powerplay: add watermarks related data structs and function for SMU11.Chengming Gui1-0/+7