summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/amd
AgeCommit message (Expand)AuthorFilesLines
2017-11-16Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds217-40577/+24940
2017-11-16mm: remove cold parameter for release_pagesMel Gorman3-6/+4
2017-11-15Merge tag 'sound-4.15-rc1' of ssh://gitolite.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-27/+4
2017-11-13Merge branch 'linus-4.14-rc4-acp-prereq' of git://people.freedesktop.org/~agd...Dave Airlie2-27/+4
2017-11-11Merge remote-tracking branches 'asoc/topic/ac97', 'asoc/topic/ac97-mfd', 'aso...Mark Brown2-27/+4
2017-11-09drm/amdgpu: use irq-safe lock for kiq->ring_lockpding1-4/+6
2017-11-09drm/amdgpu: bypass lru touch for KIQ ring submissionPixel Ding1-1/+2
2017-11-09drm/amdgpu: Potential uninitialized variable in amdgpu_vm_update_directories()Dan Carpenter1-1/+1
2017-11-09drm/amdgpu: potential uninitialized variable in amdgpu_vce_ring_parse_cs()Dan Carpenter1-1/+1
2017-11-08drm/amd/powerplay: initialize a variable before using itNicolas Iooss1-0/+2
2017-11-08drm/amd/powerplay: suppress KASAN out of bounds warning in vega10_populate_al...Evan Quan1-0/+4
2017-11-08drm/amd/amdgpu: fix evicted VRAM bo adjudgement conditionRoger He1-4/+1
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar14-20/+29
2017-11-03drm/amd/amdgpu: Enabling ACP clock in hw_init (v2)Akshu Agrawal1-35/+124
2017-11-03Merge tag 'drm-fixes-for-v4.14-rc8' of git://people.freedesktop.org/~airlied/...Linus Torvalds2-6/+10
2017-11-03drm/amdgpu/virt: don't dereference undefined 'module' structArnd Bergmann1-0/+2
2017-11-02Merge tag 'drm-amdkfd-next-2017-11-02' of git://people.freedesktop.org/~gabba...Dave Airlie17-557/+446
2017-11-02Merge branch 'drm-next-4.15' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie6-30/+45
2017-11-02Merge tag 'spdx_identifiers-4.14-rc8' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds11-0/+11
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman11-0/+11
2017-11-02drm/amdgpu: allow harvesting check for Polaris VCELeo Liu1-6/+6
2017-11-02drm/amdgpu: return -ENOENT from uvd 6.0 early init for harvestingLeo Liu1-0/+4
2017-11-02drm/amd/powerplay: wrong control mode cause the fan spins faster unnecessarilyEvan Quan1-1/+1
2017-11-02drm/amd/powerplay: fix memory leak of hardcoded pptableEric Huang1-0/+3
2017-11-02drm/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-02drm/amdkfd: Minor cleanupsFelix Kuehling3-7/+7
2017-11-02drm/amdkfd: Update queue_count before mapping queuesFelix Kuehling1-9/+11
2017-11-02drm/amdkfd: Cleanup DQM ASIC-specific opsYong Zhao4-43/+27
2017-11-02drm/amdkfd: Register/Deregister process on qpd resolutionBen Goz1-3/+6
2017-11-02drm/amdkfd: Fix debug unregister procedure on process terminationYair Shachar2-12/+29
2017-11-02drm/amdkfd: Avoid calling amd_iommu_unbind_pasid() when suspendingYong Zhao1-9/+5
2017-11-02drm/amdkfd: Disable CP/SDMA ring/doorbell in MQDJay Cornwall2-30/+11
2017-11-02drm/amdkfd: Clean up the data structure in kfd_processYong Zhao2-24/+0
2017-11-01drm/radeon: fix atombios on big endianRoman Kapl1-20/+18
2017-11-01drm/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-28drm/amdkfd: use a high priority workqueue for IH workAndres Rodriguez3-2/+4
2017-10-28drm/amdkfd: wait only for IH work on IH exitAndres Rodriguez1-2/+2
2017-10-28drm/amdkfd: increase IH num entries to 8192Andres Rodriguez1-1/+1
2017-10-28drm/amdkfd: use standard kernel kfifo for IHAndres Rodriguez2-57/+27
2017-10-28drm/amdkfd: Make event limit dependent on user mode mapping sizeFelix Kuehling2-6/+20
2017-10-28drm/amdkfd: Use IH context ID for signal lookupFelix Kuehling2-16/+64
2017-10-28drm/amdkfd: Simplify event ID and signal slot managementFelix Kuehling3-170/+80
2017-10-28drm/amdkfd: Simplify events page allocatorFelix Kuehling3-132/+70
2017-10-28drm/amdkfd: Use wait_queue_t to implement event waitingFelix Kuehling2-38/+24
2017-10-28drm/amdkfd: remove redundant kfd_event_waiter.input_indexFelix Kuehling1-6/+3
2017-10-28drm/amdkfd: Fix event destruction with pending waitersFelix Kuehling1-26/+46
2017-10-28drm/amdkfd: Clean up kfd_wait_on_eventsFelix Kuehling3-52/+32
2017-10-28drm/amdkfd: Fix scheduler race in kfd_wait_on_events sleep loopSean Keely1-1/+12