summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2017-11-03Merge tag 'drm-amdkfd-next-2017-11-02' of git://people.freedesktop.org/~gabba...Dave Airlie17-557/+446
2017-11-03Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-30/+45
2017-11-01drm/amd/powerplay: wrong control mode cause the fan spins faster unnecessarilyEvan Quan1-1/+1
2017-11-01drm/amd/powerplay: fix memory leak of hardcoded pptableEric Huang1-0/+3
2017-11-01drm/amdgpu:add fw-vram-usage for atomfirmwareMonk Liu1-4/+18
2017-11-02Backmerge tag 'v4.14-rc7' into drm-nextDave Airlie2-14/+8
2017-11-01drm/amdkfd: Minor cleanupsFelix Kuehling3-7/+7
2017-11-01drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling1-9/+11
2017-11-01drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao4-43/+27
2017-11-01drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz1-3/+6
2017-11-01drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2-12/+29
2017-11-01drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-01drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall2-30/+11
2017-11-01drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2-24/+0
2017-10-31drm/radeon: fix atombios on big endianRoman Kapl1-20/+18
2017-10-31drm/amdgpu: fix error handling in amdgpu_bo_do_createChristian König1-3/+3
2017-10-30drm/radeon: deprecate and remove KFD interfaceChristian König1-1/+1
2017-10-27drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez3-2/+4
2017-10-27drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez1-2/+2
2017-10-27drm/amdkfd: increase IH num entries to 8192Andres Rodriguez1-1/+1
2017-10-27drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2-57/+27
2017-10-27drm/amdkfd: Make event limit dependent on user mode mapping sizeFelix Kuehling2-6/+20
2017-10-27drm/amdkfd: Use IH context ID for signal lookupFelix Kuehling2-16/+64
2017-10-27drm/amdkfd: Simplify event ID and signal slot managementFelix Kuehling3-170/+80
2017-10-27drm/amdkfd: Simplify events page allocatorFelix Kuehling3-132/+70
2017-10-27drm/amdkfd: Use wait_queue_t to implement event waitingFelix Kuehling2-38/+24
2017-10-27drm/amdkfd: remove redundant kfd_event_waiter.input_indexFelix Kuehling1-6/+3
2017-10-27drm/amdkfd: Fix event destruction with pending waitersFelix Kuehling1-26/+46
2017-10-27drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling3-52/+32
2017-10-27drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loopSean Keely1-1/+12
2017-10-27drm/amdkfd: Short cut for kfd_wait_on_events without waitingSean Keely1-4/+39
2017-10-27drm/amdkfd: Don't dereference kfd_process.mmFelix Kuehling3-6/+21
2017-10-27drm/amdkfd: Add SDMA trap src id to the KFD isr wanted listBesar Wicaksono2-1/+5
2017-10-27drm/amd/powerplay: change ASIC temperature reading on Vega10Eric Huang1-2/+2
2017-10-26Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie11-82/+94
2017-10-25drm/amd/amdgpu: Remove workaround for suspend/resume in uvd7Tom St Denis1-11/+5
2017-10-25drm/amdgpu: don't flush the TLB before initializing GARTChristian König1-6/+7
2017-10-25drm/amdgpu: minor cleanup for amdgpu_ttm_bindChristian König1-1/+2
2017-10-25drm/amdgpu/psp: prevent page fault by checking write_frame address(v4)Evan Quan2-4/+24
2017-10-25drm/amd/powerplay: retrieve the real-time coreClock valuesEvan Quan1-22/+6
2017-10-25drm/amd/powerplay: fix performance drop on Vega10Eric Huang1-0/+9
2017-10-25drm/amd/powerplay: add one smc message for Vega10Eric Huang1-1/+2
2017-10-25drm/amd/powerplay: fix amd_powerplay_reset()Dan Carpenter1-1/+1
2017-10-25drm/amd/amdgpu: Remove workaround check for UVD6 on APUsTom St Denis1-11/+5
2017-10-21drm/amd/powerplay: fix uninitialized variableRex Zhu1-3/+3
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 tag 'drm-amdkfd-next-2017-10-18' of git://people.freedesktop.org/~gabba...Dave Airlie11-338/+562