aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd/amdgpu
AgeCommit message (Expand)AuthorFilesLines
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
2017-10-09Merge branch 'drm-next-4.15-dc' of git://people.freedesktop.org/~agd5f/linux ...Dave Airlie17-75/+378
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie42-368/+997
2017-10-06drm/amdgpu: minor coding style fixChristian König1-2/+4
2017-10-06drm/amdgpu: add uvd enc irqJames Zhu1-2/+38
2017-10-06drm/amdgpu: add uvd enc ib testJames Zhu1-0/+172
2017-10-06drm/amdgpu: add uvd enc ring testJames Zhu1-1/+54
2017-10-06drm/amdgpu: add uvd enc vm functions (v2)James Zhu1-2/+44
2017-10-06drm/amdgpu: add uvd enc into run queueJames Zhu1-0/+14
2017-10-06drm/amdgpu: add uvd enc ringsJames Zhu1-2/+52
2017-10-06drm/amdgpu: add new uvd enc ring methodsJames Zhu1-0/+117
2017-10-06drm/amdgpu: add uvd enc command in headerJames Zhu1-0/+10
2017-10-06drm/amdgpu: Fixed a potential circular lockozeng2-2/+18
2017-10-06drm/amdgpu: add FENCE_TO_HANDLE ioctl that returns syncobj or sync_fileMarek Olšák4-1/+66
2017-10-06drm/amd/powerplay: move set_clockgating_by_smu to pp func tableRex Zhu3-17/+32
2017-10-03BackMerge tag 'v4.14-rc3' into drm-nextDave Airlie1-1/+188
2017-10-01drm/amd/powerplay: refine code in amd_powerplay.c (v2)Rex Zhu1-12/+0
2017-09-29amdgpu/dm: constify plane type.Dave Airlie1-1/+1
2017-09-29amdgpu/nbio: use constant nbio_hdp_flush_reg structs.Dave Airlie7-61/+38
2017-09-29amdgpu/soc15: make the pcie index/data registers constant.Dave Airlie5-12/+12
2017-09-29amdgfx/gfx: don't use static objects for ce/de meta. (v2)Dave Airlie2-4/+4
2017-09-28drm/amdgpu: create powerplay by cgs interfaceRex Zhu1-27/+3
2017-09-28drm/amdgpu: add cgs interface to register pp handleRex Zhu1-0/+23
2017-09-28drm/amdgpu: delete pp_enable in adevRex Zhu3-49/+36
2017-09-28drm/amdgpu: delete dead code about fw load checkRex Zhu3-78/+23
2017-09-28drm/amd/powerplay: fix memory leak in powerplayRex Zhu1-3/+6
2017-09-28drm/amdgpu: move amdgpu_ucode_init_bo to amdgpu_device.cRex Zhu3-14/+8