summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-10-14drm/lease: refactor lease idr setup and add some validationdrm-lease-v5Dave Airlie1-72/+134
2017-10-14drm/lease: check return from fd allocationDave Airlie1-0/+4
2017-10-14drm_lease: just memdup_user the object ids.Dave Airlie1-8/+11
2017-10-13drm/lease: check create flags and object count are valid.Dave Airlie1-0/+7
2017-10-13drm/lease: check pad args are 0Dave Airlie1-0/+6
2017-10-13drm: Allow render nodes to query display objectsKeith Packard1-10/+10
2017-10-13drm: Add four ioctls for managing drm mode object leases [v6]Keith Packard7-2/+410
2017-10-13drm: Check mode object lease status in all master ioctl paths [v3]Keith Packard7-23/+66
2017-10-13drm: Add drm_object lease infrastructure [v4]Keith Packard6-2/+425
2017-10-13drm: Add new LEASE debug levelKeith Packard2-1/+6
2017-10-13drm/plane: drop num_overlay_planes (v3)Dave Airlie3-44/+16
2017-10-12drm: Add CRTC_GET_SEQUENCE and CRTC_QUEUE_SEQUENCE ioctls [v3]Keith Packard5-0/+213
2017-10-12drm: Reorganize drm_pending_event to support future event types [v2]Keith Packard6-26/+40
2017-10-12drm: Widen vblank count to 64-bits [v3]Keith Packard2-36/+78
2017-10-13drm: vblank: remove drm_timestamp_monotonic parameterArnd Bergmann3-25/+7
2017-10-13drm: vblank: use ktime_t instead of timevalArnd Bergmann3-60/+71
2017-10-12Merge tag 'drm-intel-next-2017-09-29' of git://anongit.freedesktop.org/drm/dr...Dave Airlie89-2425/+3665
2017-10-12drm: Pass struct drm_file * to __drm_mode_object_find [v2]Keith Packard37-73/+85
2017-10-09Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie88-22439/+6754
2017-10-08drm/radeon/dp: make radeon_dp_get_dp_link_config staticAlex Deucher2-8/+4
2017-10-08drm/radeon: move ci_send_msg_to_smc to where it's usedAlex Deucher3-22/+22
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/ttm: add transparent huge page support for DMA allocations v2Christian König1-48/+169
2017-10-06drm/ttm: add support for different pool sizesChristian König4-12/+14
2017-10-06drm/ttm: remove unsued options from ttm_mem_global_alloc_pageChristian König4-10/+5
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: add uvd enc registers in headerJames Zhu1-0/+15
2017-10-06drm/amd/powerplay: fix mclk can't switch on TongaRex Zhu2-2/+5
2017-10-06drm/amd/powerplay: Partially revert changes and fix smu7_notify_smc_display()Tom St Denis1-5/+2
2017-10-06drm/amd/powerplay: fix typo on avfs disableEvan Quan1-1/+1
2017-10-06drm/amd/powerplay: get raven sclk and mclk levels (v2)Evan Quan1-1/+47
2017-10-06drm/amd/powerplay: get raven current sclk and mclk (v2)Evan Quan1-2/+26
2017-10-06drm/amd/powerplay: get raven max/min gfx clocks (v2)Evan Quan2-0/+22
2017-10-06drm/amd/powerplay: added new raven ppsmc messagesEvan Quan1-1/+6
2017-10-06drm/amd/powerplay: fixed wrong return value on error (v2)Evan Quan1-4/+4
2017-10-06drm/amdgpu: Fixed a potential circular lockozeng2-2/+18
2017-10-06drm/radeon: make functions alloc_pasid and free_pasid staticColin Ian King1-2/+2
2017-10-06drm/amdgpu: add FENCE_TO_HANDLE ioctl that returns syncobj or sync_fileMarek Olšák5-1/+82