aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2017-10-18Revert "drm/amdgpu: discard commands of killed processes"Alex Deucher1-19/+4
2017-10-18drm/amdgpu Moving amdgpu asic types to a separate fileAkshu Agrawal1-27/+2
2017-10-18drm/amd/amdgpu: Added asic_type as ACP DMA driver platform dataVijendar Mukunda1-0/+2
2017-10-16drm/amd/display: To prevent detecting new sink from spurious HPDMartin Tsai1-14/+34
2017-10-17Merge remote-tracking branch 'pfdo/drm-next' into drm-nextDave Airlie3-11/+11
2017-10-17drm/amd/display: drop unused dm_delay_in_microsecondsAlex Deucher1-7/+0
2017-10-17drm/amd/display/dc: drop dm_delay_in_microsecondsAlex Deucher3-7/+4
2017-10-17drm/amd/display: make amdgpu_dm_irq_handler staticAlex Deucher2-12/+3
2017-10-17drm/amd/display: remove unused functions in amdgpu_dm_irq.cAlex Deucher2-67/+0
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm_irq.c/hAlex Deucher2-85/+64
2017-10-17drm/amd/display: make log_dpcd staticAlex Deucher1-5/+5
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm_mst_types.c/hAlex Deucher2-22/+22
2017-10-17drm/amd/display: drop unused functions in amdgpu_dm_services.cAlex Deucher1-53/+0
2017-10-17drm/amd/display: drop unused functions in amdgpu_dm.cAlex Deucher1-82/+0
2017-10-17drm/amd/display: make a bunch of stuff in amdgpu_dm.c staticAlex Deucher2-104/+91
2017-10-17drm/amd/display: whitespace cleanup in amdgpu_dm.c/hAlex Deucher2-229/+192
2017-10-17drm/amd/display: fix typo in function nameAlex Deucher2-10/+5
2017-10-17drm/amd/display: Remove useless pcrtc pointerLeo (Sunpeng) Li1-3/+3
2017-10-17drm/amd/display: Fix typoLeo (Sunpeng) Li1-2/+2
2017-10-17drm/amd/display: Unify amdgpu_dm state variable namings.Leo (Sunpeng) Li1-69/+68
2017-10-17drm/amd/display: Unify DRM state variable namings.Leo (Sunpeng) Li1-40/+40
2017-10-17drm/amd/display: Use new DRM API where possibleLeo (Sunpeng) Li1-65/+66
2017-10-17drm/amd/display: Use DRM new-style object iterators.Dave Airlie2-28/+17
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 Rodriguez2-1/+4
2017-10-09drm/amd/sched: allow clients to edit an entity's rq v2Andres Rodriguez2-2/+25
2017-10-09drm/amdgpu: make amdgpu_to_sched_priority detect invalid parametersAndres Rodriguez2-4/+7
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 Rodriguez5-1/+103
2017-10-09drm/amdgpu: add parameter to allocate high priority contexts v11Andres Rodriguez2-5/+61
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 Airlie361-75/+124724
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie75-22326/+6460
2017-10-06drm/amd/sched: fix deadlock caused by unsignaled fences of deleted jobsNicolai Hähnle1-1/+7
2017-10-06drm/amd/sched: NULL out the s_fence field after run_jobNicolai Hähnle1-0/+4
2017-10-06drm/amd/sched: move adding finish callback to amd_sched_job_beginNicolai Hähnle1-2/+3
2017-10-06drm/amd/sched: fix an outdated commentNicolai Hähnle1-2/+1
2017-10-06drm/amd/sched: rename amd_sched_entity_pop_jobNicolai Hähnle1-2/+2
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