aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)AuthorFilesLines
2020-04-28drm/amdgpu: expand amdgpu_copy_buffer interface with tmz parameterAaron Liu5-8/+8
2020-04-28drm/amdgpu: expand sdma copy_buffer interface with tmz parameterAaron Liu8-10/+17
2020-04-28drm/amdgpu: fix up for amdgpu_tmz.c and removal of drm/drmP.hStephen Rothwell1-1/+4
2020-04-28drm/amdgpu: set TMZ bits in PTEs for secure BO (v4)Alex Deucher3-1/+26
2020-04-28drm/amdgpu: job is secure iff CS is secure (v5)Huang Rui3-2/+6
2020-04-28drm/amdgpu: expand the context control interface with trust flagHuang Rui7-9/+16
2020-04-28drm/amdgpu: expand the emit tmz interface with trusted flagHuang Rui4-10/+25
2020-04-28drm/amdgpu: add tmz bit in frame control packetHuang Rui2-0/+2
2020-04-28drm/amdgpu: add function to check tmz capability (v4)Huang Rui4-1/+56
2020-04-28drm/amdgpu: add amdgpu_tmz data structureHuang Rui2-1/+41
2020-04-28drm/amdgpu: add tmz feature parameter (v2)Huang Rui2-0/+13
2020-04-28drm/amdgpu: define the TMZ bit for the PTEAlex Deucher1-0/+3
2020-04-28drm/amd/display: 3.2.83.1Aric Cyr1-1/+1
2020-04-28drm/amd/display: 3.2.83Aric Cyr1-1/+1
2020-04-28drm/amd/display: Use cursor locking to prevent flip delaysAric Cyr16-45/+88
2020-04-28drm/amd/display: Internal refactoring to abstract color capsKrunoslav Kovac7-13/+178
2020-04-28drm/amd/display: Add set backlight to hw sequencer.Yongqiang Sun7-25/+55
2020-04-28drm/amd/display: Add dummy p-state latency bounding box overrideJoshua Aberback2-0/+8
2020-04-28drm/amd/display: Add panel cntl id for set backlight level.Yongqiang Sun8-22/+40
2020-04-28drm/amd/display: Pass command instead of header into DMUB serviceNicholas Kazlauskas10-55/+80
2020-04-28drm/amd/display: Update downspread percent to match spreadsheet for DCN2.1Sung Lee1-1/+1
2020-04-28drm/amd/display: Defer cursor update around VUPDATE for all ASICNicholas Kazlauskas1-14/+14
2020-04-28drm/amd/display: Change viewport limit to 12 for DCN2Sung Lee1-2/+2
2020-04-28drm/amd/display: Fail validation if building scaling params failsSung Lee2-7/+11
2020-04-28drm/amd/display: fix rn soc bb updateDmytro Laktyushkin1-43/+28
2020-04-28drm/amd/display: check if REFCLK_CNTL register is presentDmytro Laktyushkin1-1/+2
2020-04-28drm/amd/display: Add DML variable for future asicsJoshua Aberback3-0/+3
2020-04-28drm/amd/display: clean up some header pathsAnthony Koo5-9/+15
2020-04-28drm/amd/display: Fix DMUB meta offset for new load methodNicholas Kazlauskas1-3/+5
2020-04-28drm/amd/display: Do not disable pipe split if mode is not supportedSung Lee1-2/+7
2020-04-28drm/amd/display: 3.2.82Aric Cyr1-1/+1
2020-04-28drm/amdgpu: bump version for invalidate L2 before SDMA IBsMarek Olšák1-1/+2
2020-04-28drm/amdgpu: invalidate L2 before SDMA IBs (v2)Marek Olšák2-1/+29
2020-04-28drm/amdgpu/vcn2.5: wait for tiles off after unpauseJames Zhu1-3/+3
2020-04-28drm/amd/powerplay: avoid using pm_en before it is initialized revisedTiecheng Zhou1-2/+4
2020-04-28Revert "drm/amd/powerplay: avoid using pm_en before it is initialized"Tiecheng Zhou1-2/+1
2020-04-28drm/amdkfd: Put ASIC revision into HSA capabilityJoseph Greathouse4-1/+16
2020-04-27drm/amd/display: remove conversion to bool in dc_link_ddc.cJason Yan1-1/+1
2020-04-27drm/amd/display: remove conversion to bool in dcn20_mpc.cJason Yan1-1/+1
2020-04-27drm/amdgpu: remove conversion to bool in amdgpu_device.cJason Yan1-1/+1
2020-04-27drm/amdgpu: decouple EccErrCnt query and clear operationGuchun Chen1-4/+79
2020-04-27drm/amdgpu: switch to SMN interface to operate RSMU index modeGuchun Chen1-5/+24
2020-04-27drm/amdgpu: drop redundant cg/pg ungate on runpm enterEvan Quan1-3/+0
2020-04-27drm/amdgpu: move kfd suspend after ip_suspend_phase1Evan Quan1-2/+2
2020-04-27drm/amdgpu: sw pstate switch should only be for vega20Jonathan Kim1-1/+3
2020-04-27drm/amdgpu: Remove unneeded semicolonZheng Bin1-1/+1
2020-04-24amdgpu/dc: remove redundant assignment to variable 'option'Colin Ian King1-2/+1
2020-04-24drm/amdgpu/gmc: Use consistent variable on unlocksColin Ian King2-2/+2
2020-04-24drm/amd/display: remove redundant assignment to variable retColin Ian King1-1/+1
2020-04-24drm/amdgpu: protect ring overrunYintian Tao7-12/+61