summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* drm/prime: Align gem_prime_export with obj_funcs.exportDaniel Vetter2019-06-212-6/+4
* drm/prime: Actually remove DRIVER_PRIME everywhereDaniel Vetter2019-06-211-1/+1
* Merge v5.2-rc5 into drm-nextDaniel Vetter2019-06-1915-23/+79
|\
| * drm/amdgpu: return 0 by default in amdgpu_pm_load_smu_firmwareAlex Deucher2019-06-121-2/+2
| * drm/amdgpu: Fix bounds checking in amdgpu_ras_is_supported()Dan Carpenter2019-06-121-0/+2
| * drm/amdgpu/{uvd,vcn}: fetch ring's read_ptr after allocShirish S2019-06-113-3/+11
| * Merge tag 'drm-misc-fixes-2019-06-05' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2019-06-061-2/+1
| |\
| | * drm/amd: fix fb references in async updateHelen Koike2019-06-041-2/+1
| * | Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-06-068-14/+63
| |\ \
| | * | drm/amd/amdgpu: add RLC firmware to support raven1 refreshPrike Liang2019-06-054-10/+30
| | * | drm/amd/powerplay: add set_power_profile_mode for raven1_refreshChengming Gui2019-06-053-3/+30
| | * | drm/amdgpu: fix ring test failure issue during s3 in vce 3.0 (V2)Louis Li2019-06-051-1/+3
| | |/
| * | Merge tag 'spdx-5.2-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Linus Torvalds2019-05-311-2/+1
| |\ \ | | |/ | |/|
| | * treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 191Thomas Gleixner2019-05-301-2/+1
| * | Merge branch 'drm-fixes-5.2' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2019-05-302-4/+11
| |\ \ | | |/ | |/|
| | * drm/amdgpu: reserve stollen vram for raven seriesFlora Cui2019-05-291-2/+1
| | * drm/amd/display: Don't load DMCU for Raven 1 (v2)Harry Wentland2019-05-241-2/+10
* | | Merge tag 'drm-misc-next-2019-06-14' of git://anongit.freedesktop.org/drm/drm...Daniel Vetter2019-06-14189-157/+1400
|\ \ \
| * | | drm/amdgpu: Fix connector atomic_check compilation failSean Paul2019-06-141-2/+3
| * | | drm/amd: drop use of drmP.h in remaining filesSam Ravnborg2019-06-1043-44/+96
| * | | drm/amd: drop use of drmP.h in amdgpu/amdgpu*Sam Ravnborg2019-06-1055-64/+95
| * | | drm/amd: drop use of drmP.h in display/Sam Ravnborg2019-06-105-6/+3
| * | | drm/amd: drop use of drmP.h in powerplay/Sam Ravnborg2019-06-101-2/+2
| * | | drm/amd: drop use of drmP.h from all header filesSam Ravnborg2019-06-103-4/+8
| * | | drm/amd: drop use of drmP.h in atom.hSam Ravnborg2019-06-107-2/+15
| * | | drm/amd: drop use of drmP.h in amdgpu.hSam Ravnborg2019-06-1019-3/+38
| * | | drm/amd: drop use of drmp.h in os_types.hSam Ravnborg2019-06-1044-3/+86
| * | | drm/amd: drop dependencies on drm_os_linux.hSam Ravnborg2019-06-1036-28/+90
* | | | Merge branch 'drm-next-5.3' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2019-06-0682-2002/+2876
|\ \ \ \
| * | | | Revert "drm/amdgpu: add DRIVER_SYNCOBJ_TIMELINE to amdgpu"Alex Deucher2019-06-051-2/+1
| * | | | drm/amdgpu/display: Drop some new CONFIG_DRM_AMD_DC_DCN1_01 guardsAlex Deucher2019-06-052-6/+0
| * | | | drm/amdgpu: fix a race in GPU reset with IB test (v2)Alex Deucher2019-06-053-59/+61
| * | | | drm/amdgpu: cancel late_init_work before gpu resetxinhui pan2019-06-051-0/+2
| * | | | drm/amd/display: use ttm_eu_reserve_buffers instead of amdgpu_bo_reserve v2Chunming Zhou2019-05-311-5/+16
| * | | | drm/ttm: Make LRU removal optional v2Christian König2019-05-314-8/+9
| * | | | drm/amdgpu/display: Fix reload driver errorEmily Deng2019-05-311-1/+14
| * | | | drm/amdgpu/sriov: Correct some register program methodEmily Deng2019-05-312-9/+9
| * | | | drm/amdkfd: Return proper error code for gws alloc APIOak Zeng2019-05-313-5/+5
| * | | | drm/amd/display: program manual trigger only for bottom most pipeAric Cyr2019-05-311-7/+7
| * | | | drm/amd/display: CS_TFM_1D only applied post EOTFKrunoslav Kovac2019-05-311-1/+2
| * | | | drm/amd/display: Reset planes for color management changesNicholas Kazlauskas2019-05-311-0/+4
| * | | | drm/amd/display: Increase Backlight Gain Step SizeEryk Brol2019-05-312-0/+5
| * | | | drm/amd/display: fix issues with bad AUX reply on some displaysAnthony Koo2019-05-311-0/+12
| * | | | drm/amd/display: Refactor DIO stream encoderEric Bernstein2019-05-314-30/+34
| * | | | drm/amd/display: Modified AUX_DPHY_RX_CONTROL0Daniel He2019-05-311-1/+1
| * | | | drm/amd/display: Add writeback_config to VBA varsIlya Bakoulin2019-05-311-0/+6
| * | | | drm/amd/display: Refactor clk_mgr functionsEric Yang2019-05-315-52/+65
| * | | | drm/amd/display: Fix type of pp_smu_wm_set_range structEric Yang2019-05-311-5/+26
| * | | | drm/amd/display: do not power on eDP power rail earlyAnthony Koo2019-05-312-6/+0
| * | | | drm/amd/display: fix crash on setmode when mode is close to bw limitSu Sung Chung2019-05-311-2/+13