summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2019-06-06gpu: amdgpu: fix broken amdgpu_dma_buf.c referencesMauro Carvalho Chehab1-2/+2
2019-05-31drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2Chunming Zhou1-5/+16
2019-05-31drm/ttm: fix busy memory to fail other user v10Christian König1-11/+66
2019-05-31drm/ttm: immediately move BOs to the new LRU v3Christian König1-10/+32
2019-05-31drm/ttm: cleanup ttm_bo_mem_spaceChristian König1-61/+66
2019-05-31drm/ttm: remove manual placement preferenceChristian König1-9/+9
2019-05-31drm/ttm: return immediately in case of a signalChristian König1-4/+3
2019-05-31drm/ttm: Make LRU removal optional v2Christian König14-35/+46
2019-05-31drm/amdgpu/display: Fix reload driver errorEmily Deng1-1/+14
2019-05-31drm/amdgpu/sriov: Correct some register program methodEmily Deng2-9/+9
2019-05-31drm/amdkfd: Return proper error code for gws alloc APIOak Zeng3-5/+5
2019-05-31drm/amd/display: program manual trigger only for bottom most pipeAric Cyr1-7/+7
2019-05-31drm/amd/display: CS_TFM_1D only applied post EOTFKrunoslav Kovac1-1/+2
2019-05-31drm/amd/display: Reset planes for color management changesNicholas Kazlauskas1-0/+4
2019-05-31drm/amd/display: Increase Backlight Gain Step SizeEryk Brol2-0/+5
2019-05-31drm/amd/display: fix issues with bad AUX reply on some displaysAnthony Koo1-0/+12
2019-05-31drm/amd/display: Refactor DIO stream encoderEric Bernstein4-30/+34
2019-05-31drm/amd/display: Modified AUX_DPHY_RX_CONTROL0Daniel He1-1/+1
2019-05-31drm/amd/display: Add writeback_config to VBA varsIlya Bakoulin1-0/+6
2019-05-31drm/amd/display: Refactor clk_mgr functionsEric Yang5-52/+65
2019-05-31drm/amd/display: Fix type of pp_smu_wm_set_range structEric Yang1-5/+26
2019-05-31drm/amd/display: do not power on eDP power rail earlyAnthony Koo2-6/+0
2019-05-31drm/amd/display: fix crash on setmode when mode is close to bw limitSu Sung Chung1-2/+13
2019-05-31drm/amd/display: fix calculation of total_data_read_bandwidthSu Sung Chung1-1/+38
2019-05-31drm/amd/display: 3.2.32Aric Cyr1-1/+1
2019-05-31drm/amd/display: Move link functions from dc to dc_linkChris Park2-123/+126
2019-05-31drm/amd/display: Add min_dcfclk_mhz field to bb overridesJun Lei1-0/+1
2019-05-31drm/amd/display: move clk_mgr files to right placeEric Yang22-21/+106
2019-05-31drm/amd/display: disable PSR/ABM before destroy DMCU structPaul Hsieh5-2/+24
2019-05-31drm/amd/display: Ensure DRR triggers in BPEryk Brol7-22/+96
2019-05-31drm/amd/display: Add GSL source select registersKrunoslav Kovac1-3/+11
2019-05-31drm/amd/display: Disable audio stream only if it's currently enabledEryk Brol2-0/+11
2019-05-31drm/amd/display: assign new stream id in dc_copy_streamWenjing Liu1-0/+3
2019-05-31drm/amd/display: Move CLK_BASE_INNER macroEric Yang2-2/+5
2019-05-31drm/amd/display: Implement CM dealpha and bias interfacesGary Kattan2-14/+34
2019-05-31drm/amd/display: Don't use ROM for output TF if GAMMA_CS_TFM_1DHugo Hu1-1/+2
2019-05-31drm/amd/display: make clk mgr soc specificEric Yang43-1175/+1674
2019-05-31drm/amdgpu:Fix the unpin warning about csb bufferEmily Deng1-3/+1
2019-05-31drm/amdgpu: ras injection use gpu addressxinhui pan1-0/+16
2019-05-31Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie202-2476/+6414
2019-05-30drm/amdkfd: fix null pointer dereference on devColin Ian King1-3/+4
2019-05-28drm/amdgpu: Need to set the baco cap before baco resetEmily Deng5-14/+42
2019-05-28drm/amdgpu/soc15: skip reset on initAlex Deucher1-0/+5
2019-05-28drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpuChunming Zhou1-1/+2
2019-05-28drm/amdkfd: PM4 packets change to support GWSOak Zeng2-3/+5
2019-05-28drm/amdkfd: New IOCTL to allocate queue GWSOak Zeng2-1/+46
2019-05-28drm/amdkfd: Add function to set queue gwsOak Zeng2-0/+63
2019-05-28drm/amdgpu: Add function to add/remove gws to kfd processOak Zeng2-5/+100
2019-05-28drm/amdkfd: Allocate gws on device initializationOak Zeng2-1/+16
2019-05-28drm/amdgpu: Add interface to alloc gws from amdgpuOak Zeng2-0/+36