aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-12-04drm/amdgpu:implement ctx query2Monk Liu1-0/+37
2017-12-04drm/amdgpu:don't change ctx->reset_couner upon queryMonk Liu2-2/+4
2017-12-04drm/amdgpu: Remove job->s_entity to avoid keeping reference to stale pointer.Andrey Grodzovsky2-4/+5
2017-12-04drm/amdgpu:cleanup job reset routine(v2)Monk Liu1-2/+2
2017-12-04drm/amdgpu:skip job for guilty ctx in parser_initMonk Liu1-0/+6
2017-12-04drm/amdgpu:pass ctx->guilty address to entity initMonk Liu2-1/+2
2017-12-04drm/amd/scheduler:introduce guilty pointer memberMonk Liu8-9/+9
2017-12-04drm/amdgpu:add hang_limit for sched(v2)Monk Liu1-1/+1
2017-12-04drm/amdgpu:cleanup force_completionMonk Liu3-27/+11
2017-12-04drm/amdgpu: Avoid accessing job->entity after the job is scheduled.Andrey Grodzovsky2-5/+3
2017-12-04Merge tag 'drm-misc-next-2017-11-30' of git://anongit.freedesktop.org/drm/drm...Dave Airlie1-1/+0
2017-12-01Merge branch 'drm-fixes-4.15' of git://people.freedesktop.org/~agd5f/linux in...Dave Airlie10-35/+132
2017-12-01Merge tag 'drm-amdkfd-fixes-2017-11-26' of git://people.freedesktop.org/~gabb...Dave Airlie1-13/+34
2017-11-28drm/amdgpu: drop experimental flag for ravenAlex Deucher1-1/+1
2017-11-28drm/amdgpu: don't try to move pinned BOsChristian König1-0/+4
2017-11-28drm/amdgpu: Use unsigned ring indices in amdgpu_queue_mgr_mapMichel Dänzer2-4/+4
2017-11-28drm/amdgpu: Set adev->vcn.irq.num_types for VCNMichel Dänzer1-1/+1
2017-11-28Revert "drm/amdgpu: fix rmmod KCQ disable failed error"Alex Deucher3-3/+5
2017-11-28drm/amdgpu: used cached gca values for cik_read_registerAlex Deucher1-16/+95
2017-11-28drm/amdgpu/gfx7: cache raster_config valuesAlex Deucher1-0/+16
2017-11-28drm/amdgpu: move UVD/VCE and VCN structure out from unionLeo Liu1-12/+8
2017-11-26drm/amdgpu: Fix SDMA load/unload sequence on HWS disabled modeFelix Kuehling1-13/+34
2017-11-25Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+4
2017-11-23Merge tag 'drm-for-v4.15-part2' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds15-56/+103
2017-11-23Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie11-21/+34
2017-11-21treewide: setup_timer() -> timer_setup() (2 field)Kees Cook1-4/+4
2017-11-21drm/amdgpu: fix rmmod KCQ disable failed errorWang Hongcheng3-5/+3
2017-11-21drm/amdgpu: fix kernel hang when starting VNC serverXiangliang.Yu1-4/+1
2017-11-21Merge airlied/drm-next into drm-misc-nextDaniel Vetter67-742/+2521
2017-11-20drm/amdgpu: don't skip attributes when powerplay is enabledAlex Deucher1-0/+4
2017-11-20Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie8-36/+70
2017-11-17Merge tag 'drm-for-v4.15-amd-dc' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds17-75/+376
2017-11-17drm/amd/amdgpu: fix over-bound accessing in amdgpu_cs_wait_any_fenceRoger He1-1/+1
2017-11-16drm/amdgpu:fix memleakMonk Liu3-0/+25
2017-11-16drm/amdgpu:fix memleak in takedownMonk Liu2-11/+0
2017-11-15Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds99-2168/+4961
2017-11-15mm: remove cold parameter for release_pagesMel Gorman3-6/+4
2017-11-14Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+2
2017-11-14drm/amdgpu: set f_mapping on exported DMA-bufsChristian König1-1/+5
2017-11-14drm/amdgpu: Properly allocate VM invalidate eng v2ozeng1-3/+12
2017-11-14Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Dave Airlie1-0/+2
2017-11-13drm/amd/amdgpu: if visible VRAM allocation fail, fall back to invisible try a...Roger He1-0/+5
2017-11-13drm/amd/amdgpu: Fix wave mask in amdgpu_debugfs_wave_read() (v2)Tom St Denis1-20/+20
2017-11-13drm/amdgpu: make AMDGPU_VA_RESERVED_SIZE 64bitChristian König2-4/+4
2017-11-13drm/amdgpu/gfx9: implement wave VGPR readingNicolai Hähnle1-0/+10
2017-11-13drm/amdgpu: Add common golden settings for GFX9Ken Wang1-0/+9
2017-11-10Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown1-0/+2
2017-11-09drm/amdgpu: Fix null pointer issue in amdgpu_cs_wait_any_fenceEmily Deng1-2/+5
2017-11-09drm/amdgpu: Remove check which is not valid for certain VBIOSKen Wang1-6/+0
2017-11-08drm/amdgpu: use irq-safe lock for kiq->ring_lockpding1-4/+6