summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'topic/drm-misc-2016-05-04' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-05-054-4/+4
|\
| * drm/amdgpu: Use lockless gem BO free callbackDaniel Vetter2016-05-041-1/+1
| * drm/amdgpu: use drm_crtc_send_vblank_event()Gustavo Padovan2016-05-023-3/+3
* | Merge tag 'drm-amdkfd-next-2016-05-04' of git://people.freedesktop.org/~gabba...Dave Airlie2016-05-045-17/+16
|\ \ | |/ |/|
| * amdkfd: Trim unnescessary intermediate err var in kfd_chardev.cEdward O'Callaghan2016-05-011-2/+1
| * amdkfd: Trim off unnescessary semicolon from kfd_packet_manager.cEdward O'Callaghan2016-05-011-1/+1
| * amdkfd: Use the canonical form in branch predicatesEdward O'Callaghan2016-05-015-14/+14
* | drm: Protect dev->filelist with its own mutexDaniel Vetter2016-04-271-5/+5
|/
* Merge tag 'v4.6-rc3' into drm-nextDave Airlie2016-04-2219-74/+200
|\
| * Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...Dave Airlie2016-04-0718-73/+199
| |\
| | * drm/amdgpu: total vram size also reduces pin sizeChunming Zhou2016-04-051-0/+1
| | * drm/amd/powerplay: add uvd/vce dpm enabling flag default.Rex Zhu2016-04-041-0/+3
| | * drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.Rex Zhu2016-04-041-0/+6
| | * drm/amdgpu: save and restore the firwmware cache part when suspend resumeLeo Liu2016-04-041-16/+11
| | * drm/amdgpu: save and restore UVD context with suspend and resumeLeo Liu2016-04-045-26/+35
| | * drm/amdgpu: fence wait old rcu slotChunming Zhou2016-04-011-2/+6
| | * drm/amdgpu: fix leaking fence in the pageflip codeChristian König2016-04-011-1/+1
| | * drm/amdgpu: print vram type rather than just DDRAlex Deucher2016-04-011-2/+13
| | * drm/amdgpu/gmc: use proper register for vram type on FijiAlex Deucher2016-04-011-1/+8
| | * drm/amdgpu/gmc: move vram type fetching into sw_initAlex Deucher2016-04-012-16/+16
| | * drm/amdgpu: Set vblank_disable_allowed = trueMichel Dänzer2016-04-011-0/+2
| | * drm/amd/powerplay: Need to change boot to performance state in resume.Rex Zhu2016-04-011-2/+2
| | * drm/amd/powerplay: add new Fiji function for not setting same ps.Rex Zhu2016-04-011-0/+63
| | * drm/amdgpu: check dpm state before pm system fs initialized.Rex Zhu2016-04-011-1/+1
| | * drm/amd/powerplay: notify amdgpu whether dpm is enabled or not.Rex Zhu2016-04-011-3/+10
| | * drm/amdgpu: Not support disable dpm in powerplay.Rex Zhu2016-04-011-6/+2
| | * drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.Rex Zhu2016-04-012-0/+19
| | * drm/amd/powerplay: fix segment fault issue in multi-display case.Rex Zhu2016-04-011-5/+8
| * | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-041-1/+1
| |\ \ | | |/ | |/|
| | * mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-041-1/+1
* | | Merge tag 'topic/drm-misc-2016-04-01' of git://anongit.freedesktop.org/drm-in...Dave Airlie2016-04-061-2/+0
|\ \ \ | |/ / |/| |
| * | vgacon: dummy implementation for vgacon_text_forceDaniel Vetter2016-03-301-2/+0
* | | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-04-013-2/+16
|\ \ \ | |_|/ |/| |
| * | drm/amdgpu: Don't move pinned BOsMichel Dänzer2016-03-282-0/+10
| * | drm/amd: Beef up ACP Kconfig menu textBorislav Petkov2016-03-251-2/+6
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-253-42/+96
|\ \ \ | |/ /
| * | drm/amdgpu: add invalidate_page callback for userptrsChristian König2016-03-211-26/+72
| * | drm/amdgpu: Revert "remove the userptr rmn->lock"Christian König2016-03-211-8/+14
| * | drm/amdgpu: clean up path handling for powerplayAlex Deucher2016-03-211-7/+7
| * | drm/amd/powerplay: fix memory leak of tdp_tableColin Ian King2016-03-211-1/+3
* | | drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller typeAndy Lutomirski2016-03-222-2/+2
* | | Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-03-2193-5101/+6446
|\ \ \ | |/ /
| * | drm/amdgpu: release_pages requires linux/pagemap.hStephen Rothwell2016-03-212-0/+2
| * | Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...Dave Airlie2016-03-1825-407/+315
| |\ \
| | * | drm/amdgpu/gfx7: add MTYPE definitionFlora Cui2016-03-171-0/+6
| | * | drm/amdgpu: removing BO_VAs shouldn't be interruptibleChristian König2016-03-171-1/+1
| | * | drm/amd/powerplay: show uvd/vce power gate enablement for tonga.Rex Zhu2016-03-171-1/+3
| | * | drm/amd/powerplay: show uvd/vce power gate info for fijiRex Zhu2016-03-171-1/+4
| | * | drm/amdgpu: use sched fence if possibleMonk Liu2016-03-171-1/+4
| | * | drm/amdgpu: move ib.fence to job.fenceMonk Liu2016-03-1710-6/+16
OpenPOWER on IntegriCloud