summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2018-08-08Merge branch 'drm-next-4.19' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie42-552/+723
2018-07-31drm/amdgpu/pm: Fix potential Spectre v1Gustavo A. R. Silva1-1/+2
2018-07-31drm/amd/display: add missing void parameter to dc_create_transfer_funcColin Ian King1-1/+1
2018-07-31drm/amdgpu: Replace ttm_bo_unref with ttm_bo_putThomas Zimmermann1-3/+2
2018-07-31drm/amdgpu: Replace ttm_bo_reference with ttm_bo_getThomas Zimmermann1-1/+1
2018-07-31drm/amdgpu: create an empty bo_list if no handle is providedChristian König1-65/+46
2018-07-31drm/amdgpu: allocate the bo_list array after the listChristian König2-74/+57
2018-07-31drm/amdgpu: add bo_list iteratorsChristian König3-39/+43
2018-07-31drm/amdgpu: nuke amdgpu_bo_list_freeChristian König3-14/+2
2018-07-31drm/amdgpu: always recreate bo_listChristian König3-15/+12
2018-07-31drm/amdgpu: move bo_list defines to amdgpu_bo_list.hChristian König2-39/+71
2018-07-31drm/amdgpu: add new amdgpu_vm_bo_trace_cs() function v2Christian König4-0/+37
2018-07-31drm/amdgpu: return error if both BOs and bo_list handle is givenChristian König1-3/+6
2018-07-31drm/amdgpu: fix total size calculationChristian König1-1/+1
2018-07-31drm/amdgpu: add proper error handling to amdgpu_bo_list_getChristian König3-23/+20
2018-07-31drm/amdgpu: fix a reversed conditionRex Zhu1-1/+1
2018-07-31drm/amd/pp: Convert voltage unit in mV*4 to mV on CZ/STRex Zhu1-2/+3
2018-07-31drm/amd/pp: Delete unused temp variablesRex Zhu1-16/+6
2018-07-31drm/amd/pp/Polaris12: Fix a chunk of registers missed to programRex Zhu1-0/+43
2018-07-30BackMerge v4.18-rc7 into drm-nextDave Airlie8-16/+49
2018-07-27drm/amdgpu: clean up the superfluous space and align the comment text for amd...Huang Rui1-56/+51
2018-07-27drm/amdgpu: correct evict flag for bo moveJunwei Zhang1-2/+2
2018-07-27drm/amdgpu: implement harvesting support for UVD 7.2 (v3)Alex Deucher5-12/+89
2018-07-27drm/amd: Add missing fields in atom_integrated_system_info_v1_11Harry Wentland1-4/+11
2018-07-27drm/amd/display: DC 3.1.59Harry Wentland1-1/+1
2018-07-27drm/amd/display: Prevent PSR from being enabled if initialization failsAnthony Koo2-16/+24
2018-07-27drm/amd/display: Fix Vega10 black screen after mode changeJerry (Fangzhi) Zuo3-1/+16
2018-07-27drm/amd/display: flatten aux_engine and engineBhawanpreet Lakha12-186/+140
2018-07-27drm/amd/display: Retry link training againBhawanpreet Lakha3-4/+24
2018-07-27drm/amdgpu: patch the IBs for the second UVD instance v2Christian König1-0/+29
2018-07-27drm/amdgpu: add support for inplace IB patching for MM engines v2Christian König3-7/+17
2018-07-25gpu: drm: amdgpu: Replace mdelay with msleep in cik_pcie_gen3_enable()Jia-Ju Bai1-1/+1
2018-07-25drm/amdgpu/gmc9: clarify GPUVM fault error messageAlex Deucher1-1/+1
2018-07-25drm/scheduler: remove sched field from the entityNayan Deshmukh3-6/+6
2018-07-25drm/scheduler: modify API to avoid redundancyNayan Deshmukh7-17/+12
2018-07-25drm/amdgpu: reduce the number of placements for a BOChristian König2-1/+4
2018-07-25drm/amdgpu: consistenly name amdgpu_bo_ functionsChristian König10-38/+39
2018-07-25drm/amdgpu: expose only the first UVD instance for nowChristian König2-15/+7
2018-07-25drm/amdgpu: clean up coding style a bitChristian König1-10/+10
2018-07-24drm/amd/display: DC 3.1.58Harry Wentland1-1/+1
2018-07-24drm/amd/display: separate dc_debug into dc_debug_options and dc_debug dataJun Lei6-15/+18
2018-07-24drm/amd/display: Decouple aux from i2cBhawanpreet Lakha14-14/+1549
2018-07-24drm/amd/display: DPP CM ICSC AYCRCB8888 format supportvikrant mhaske2-1/+5
2018-07-24drm/amd/display: On dce100, set clocks to 0 on suspendDavid Francis1-3/+16
2018-07-24drm/amd/display: allow diags to skip initial link trainingTony Cheng4-3/+9
2018-07-24drm/amd/display: Remove unnecessary warningMikita Lipski1-4/+0
2018-07-24drm/amdgpu: move the amdgpu_fbdev_set_suspend() further upShirish S1-3/+3
2018-07-24drm/amdgpu: Don't warn on destroying a pinned BOMichel Dänzer1-1/+1
2018-07-24drm/amd/powerplay: allow slow switch only if NBPState enabled v2Evan Quan2-2/+4
2018-07-24drm/amd/powerplay: correct the argument for PPSMC_MSG_SetUclkFastSwitchEvan Quan2-2/+2