summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu
Commit message (Expand)AuthorAgeFilesLines
* drm/amdgpu: drop experimental flag for ravenAlex Deucher2017-11-281-1/+1
* drm/amdgpu: don't try to move pinned BOsChristian König2017-11-281-0/+4
* drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer2017-11-282-4/+4
* drm/amdgpu: Set adev->vcn.irq.num_types for VCNMichel Dänzer2017-11-281-1/+1
* Revert "drm/amdgpu: fix rmmod KCQ disable failed error"Alex Deucher2017-11-283-3/+5
* drm/amdgpu: used cached gca values for cik_read_registerAlex Deucher2017-11-281-16/+95
* drm/amdgpu/gfx7: cache raster_config valuesAlex Deucher2017-11-281-0/+16
* drm/amdgpu: move UVD/VCE and VCN structure out from unionLeo Liu2017-11-281-12/+8Star
* Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-11-251-4/+4
|\
| * treewide: setup_timer() -> timer_setup() (2 field)Kees Cook2017-11-221-4/+4
* | Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-2415-56/+103
|\ \ | |/ |/|
| * Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-11-2311-21/+34
| |\
| | * drm/amdgpu: fix rmmod KCQ disable failed errorWang Hongcheng2017-11-213-5/+3Star
| | * drm/amdgpu: fix kernel hang when starting VNC serverXiangliang.Yu2017-11-211-4/+1Star
| | * drm/amdgpu: don't skip attributes when powerplay is enabledAlex Deucher2017-11-211-0/+4
| | * drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fenceRoger He2017-11-171-1/+1
| | * drm/amdgpu:fix memleakMonk Liu2017-11-163-0/+25
| | * drm/amdgpu:fix memleak in takedownMonk Liu2017-11-162-11/+0Star
| * | Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2017-11-198-36/+70
| |\|
| | * drm/amdgpu: set f_mapping on exported DMA-bufsChristian König2017-11-141-1/+5
| | * drm/amdgpu: Properly allocate VM invalidate eng v2ozeng2017-11-141-3/+12
| | * drm/amd/amdgpu: if visible VRAM allocation fail, fall back to invisible try a...Roger He2017-11-131-0/+5
| | * drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2)Tom St Denis2017-11-131-20/+20
| | * drm/amdgpu: make AMDGPU_VA_RESERVED_SIZE 64bitChristian König2017-11-132-4/+4
| | * drm/amdgpu/gfx9: implement wave VGPR readingNicolai Hähnle2017-11-131-0/+10
| | * drm/amdgpu: Add common golden settings for GFX9Ken Wang2017-11-131-0/+9
| | * drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fenceEmily Deng2017-11-101-2/+5
| | * drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang2017-11-101-6/+0Star
* | | Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2017-11-1717-75/+376
|\ \ \
| * | | drm/amdgpu: Remove unused dc_stream from amdgpu_crtcHarry Wentland2017-11-081-2/+0Star
| * | | Merge remote-tracking branch 'pfdo/drm-next' into drm-nextDave Airlie2017-10-172-10/+10
| |\ \ \
| * \ \ \ Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie2017-10-0917-75/+378
| |\ \ \ \
| | * | | | amdgpu/dm: constify plane type.Dave Airlie2017-09-291-1/+1
| | * | | | drm/amdgpu: drop experimental flag for vega10Alex Deucher2017-09-271-9/+9
| | * | | | drm/amdgpu: Add dc_log module parameterHarry Wentland2017-09-272-0/+5
| | * | | | drm/amdgpu: Remove unused flip_flags from amdgpu_crtcHarry Wentland2017-09-271-1/+0Star
| | * | | | drm/amd/display: Enable Vega by default.Harry Wentland2017-09-271-3/+3
| | * | | | drm/amdgpu: disable DC on KB/ML for nowAlex Deucher2017-09-271-4/+3Star
| | * | | | drm/amdgpu/cik: add IP modules for DC for APUsAlex Deucher2017-09-271-0/+8
| | * | | | drm/amdgpu: add DCE8 APUs to dc_supported checkAlex Deucher2017-09-271-0/+3
| | * | | | drm/amd/display: Roll core_sink into dc_sinkHarry Wentland2017-09-271-2/+2
| | * | | | drm/amd/display: Roll core_link into dc_linkHarry Wentland2017-09-271-1/+1
| | * | | | drm/amd/display: Move kms_atomic support flag to dm_early_init.Andrey Grodzovsky2017-09-271-4/+0Star
| | * | | | drm/amd/display: Move dm_plane_state definition to DAL header.Andrey Grodzovsky2017-09-271-8/+0Star
| | * | | | drm/amd/display: Clean up unused function.Andrey Grodzovsky2017-09-271-6/+0Star
| | * | | | drm/amd/display: Create dm_plane_state.Andrey Grodzovsky2017-09-271-5/+9
| | * | | | drm/amdgpu: Enable DRIVER_ATOMIC flag for DAL.Andrey Grodzovsky2017-09-272-1/+5
| | * | | | drm/amdgpu/soc15: enable DC ip module for RavenAlex Deucher2017-09-271-0/+6
| | * | | | drm/amd/display: i2c/aux Remove link index.Andrey Grodzovsky2017-09-271-3/+3
| | * | | | drm/amdgpu: enable dcn1.0 dc support on ravenHawking Zhang2017-09-271-0/+4