aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2-4/+4
2017-10-20drm/amdgpu:fix wb_clearMonk Liu1-2/+2
2017-10-20drm/amdgpu:fix vf_error_putMonk Liu2-11/+17
2017-10-20drm/amdgpu/sriov:now must reinit pspMonk Liu1-0/+1
2017-10-20drm/amdgpu: merge bios post checking functionspding1-23/+18
2017-10-20Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie34-258/+1291
2017-10-19drm/amdgpu: allow GTT overcommit during bindChristian König1-3/+5
2017-10-19drm/amdgpu: linear validate first then bind to GARTChristian König1-9/+9
2017-10-19drm/amdgpu: busywait KIQ register accessing (v4)pding6-25/+71
2017-10-19drm/amdgpu: report more amdgpu_fence_infopding1-0/+13
2017-10-19drm/amdgpu:don't check soft_reset for sriovMonk Liu1-0/+3
2017-10-19drm/amdgpu:fix duplicated setting job's vram_lostMonk Liu2-2/+1
2017-10-19drm/amdgpu:reduce wb to 512 slotMonk Liu1-1/+1
2017-10-19drm/amdgpu: fix regresstion on SR-IOV gpu reset failedRex Zhu3-8/+14
2017-10-19drm/amdgpu: use ARRAY_SIZEJérémy Lefaure2-8/+10
2017-10-19drm/amdgpu: reserve root PD while releasing itChristian König1-2/+11
2017-10-19drm/amdgpu: bump version for vram lost counter query (v2)Alex Deucher1-1/+2
2017-10-19drm/amdgpu: minor CS optimizationChristian König1-18/+19
2017-10-19drm/amdgpu: Add amdgpu_find_mm_node()Harish Kasiviswanathan1-22/+27
2017-10-19drm/amdgpu: Refactor amdgpu_move_blitHarish Kasiviswanathan2-49/+132
2017-10-19drm/amdgpu: Fix extra call to amdgpu_ctx_put.Andrey Grodzovsky1-4/+2
2017-10-19drm/amdgpu: add VRAM lost queryChristian König1-0/+3
2017-10-19drm/amdgpu: set -ECANCELED when dropping jobsChristian König2-1/+7
2017-10-19drm/amdgpu: move the VRAM lost counter per contextChristian König4-24/+8
2017-10-19drm/amdgpu: keep copy of VRAM lost counter in jobChristian König3-6/+10
2017-10-19drm/amdgpu: partial revert VRAM lost handling v2Christian König3-20/+10
2017-10-19drm/amdgpu: correct reference clock value on vega10Ken Wang1-4/+1
2017-10-19drm/amdgpu: SR-IOV data exchange between PF&VFHorace Chen4-0/+262
2017-10-19drm/amdgpu: Move old fence waiting before reservation lock is aquired v2Andrey Grodzovsky3-10/+34
2017-10-19drm/amdgpu: Refactor amdgpu_cs_ib_vm_chunk and amdgpu_cs_ib_fill.Andrey Grodzovsky1-51/+61
2017-10-19drm/amdgpu: make function uvd_v6_0_enc_get_destroy_msg staticColin Ian King1-2/+3
2017-10-19drm/amdgpu: refine code delete duplicated error handlingRex Zhu1-2/+2
2017-10-19drm/amdgpu: bump version for new AMDGPU_SCHED ioctlAlex Deucher1-1/+2
2017-10-19drm/amdgpu: rename context priority levelsAndres Rodriguez1-4/+4
2017-10-18drm/amd/amdgpu: Added asic_type as ACP DMA driver platform dataVijendar Mukunda1-0/+2
2017-10-17Merge remote-tracking branch 'pfdo/drm-next' into drm-nextDave Airlie2-10/+10
2017-10-12drm/amdgpu: fix placement flags in amdgpu_ttm_bindChristian König1-1/+1
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard2-10/+10
2017-10-09drm/amdgpu: add interface for editing a foreign process's priority v3Andres Rodriguez5-21/+147
2017-10-09drm/amdgpu: add plumbing for ctx priority changes v2Andres Rodriguez2-1/+34
2017-10-09drm/amdgpu: introduce AMDGPU_CTX_PRIORITY_UNSETAndres Rodriguez1-0/+2
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez1-3/+5
2017-10-09drm/amdgpu: implement ring set_priority for gfx_v8 compute v9Andres Rodriguez3-0/+105
2017-10-09drm/amdgpu: add framework for HW specific priority settings v9Andres Rodriguez4-1/+96
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez1-4/+57
2017-10-09drm/amdgpu: introduce AMDGPU_GEM_CREATE_EXPLICIT_SYNC v2Andres Rodriguez7-11/+27
2017-10-09drm/amdgpu: add helper to convert a ttm bo to amdgpu_boAndres Rodriguez3-9/+13
2017-10-09drm/amdgpu: add VM support for huge pages v2Christian König1-3/+22
2017-10-09drm/amdgpu: Reserve shared memory on VRAM for SR-IOVHorace Chen4-1/+116
2017-10-09drm/amdgpu: Set the correct value for PDEs/PTEs of ATC memory on RavenYong Zhao2-3/+16