index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-12
drm/amdgpu: fix DP mode validation
Alex Deucher
1
-2
/
+2
2016-05-03
drm/amdgpu: make sure vertical front porch is at least 1
Alex Deucher
1
-0
/
+4
2016-05-03
drm/amdgpu: set metadata pointer to NULL after freeing.
Dave Airlie
1
-0
/
+1
2016-04-27
drm/amdgpu: disable vm interrupts with vm_fault_stop=2
Flora Cui
2
-2
/
+8
2016-04-27
drm/amdgpu: print a message if ATPX dGPU power control is missing
Alex Deucher
1
-1
/
+4
2016-04-27
Revert "drm/amdgpu: disable runtime pm on PX laptops without dGPU power control"
Alex Deucher
2
-11
/
+5
2016-04-21
amdgpu/uvd: add uvd fw version for amdgpu
Sonny Jiang
3
-1
/
+5
2016-04-21
drm/amdgpu: forbid mapping of userptr bo through radeon device file
Jérôme Glisse
1
-0
/
+2
2016-04-21
drm/amdgpu: bump the afmt limit for CZ, ST, Polaris
Alex Deucher
1
-1
/
+1
2016-04-21
drm/amdgpu: use defines for CRTCs and AMFT blocks
Alex Deucher
1
-2
/
+2
2016-04-18
drm/amdgpu/acp: fix resume on CZ systems with AZ audio
Alex Deucher
1
-0
/
+4
2016-04-14
drm/amdgpu: when suspending, if uvd/vce was running. need to cancel delay work.
Rex Zhu
2
-0
/
+3
2016-04-14
Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
4
-6
/
+11
2016-04-07
drm/amd/amdgpu: fix irq domain remove for tonga ih
Junwei Zhang
1
-1
/
+1
2016-04-07
Merge branch 'drm-fixes-4.6' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
18
-73
/
+199
2016-04-06
drm/amdgpu: add invisible pin size statistic
Chunming Zhou
3
-5
/
+10
2016-04-05
drm/amdgpu: total vram size also reduces pin size
Chunming Zhou
1
-0
/
+1
2016-04-04
drm/amd/powerplay: add uvd/vce dpm enabling flag default.
Rex Zhu
1
-0
/
+3
2016-04-04
drm/amd/powerplay: fix issue that resume back, dpm can't work on FIJI.
Rex Zhu
1
-0
/
+6
2016-04-04
drm/amdgpu: save and restore the firwmware cache part when suspend resume
Leo Liu
1
-16
/
+11
2016-04-04
drm/amdgpu: save and restore UVD context with suspend and resume
Leo Liu
5
-26
/
+35
2016-04-04
Merge branch 'PAGE_CACHE_SIZE-removal'
Linus Torvalds
1
-1
/
+1
2016-04-04
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
Kirill A. Shutemov
1
-1
/
+1
2016-04-01
drm/amdgpu: fence wait old rcu slot
Chunming Zhou
1
-2
/
+6
2016-04-01
drm/amdgpu: fix leaking fence in the pageflip code
Christian König
1
-1
/
+1
2016-04-01
drm/amdgpu: print vram type rather than just DDR
Alex Deucher
1
-2
/
+13
2016-04-01
drm/amdgpu/gmc: use proper register for vram type on Fiji
Alex Deucher
1
-1
/
+8
2016-04-01
drm/amdgpu/gmc: move vram type fetching into sw_init
Alex Deucher
2
-16
/
+16
2016-04-01
drm/amdgpu: Set vblank_disable_allowed = true
Michel Dänzer
1
-0
/
+2
2016-04-01
drm/amd/powerplay: Need to change boot to performance state in resume.
Rex Zhu
1
-2
/
+2
2016-04-01
drm/amd/powerplay: add new Fiji function for not setting same ps.
Rex Zhu
1
-0
/
+63
2016-04-01
drm/amdgpu: check dpm state before pm system fs initialized.
Rex Zhu
1
-1
/
+1
2016-04-01
drm/amd/powerplay: notify amdgpu whether dpm is enabled or not.
Rex Zhu
1
-3
/
+10
2016-04-01
drm/amdgpu: Not support disable dpm in powerplay.
Rex Zhu
1
-6
/
+2
2016-04-01
drm/amdgpu: add an cgs interface to notify amdgpu the dpm state.
Rex Zhu
2
-0
/
+19
2016-04-01
drm/amd/powerplay: fix segment fault issue in multi-display case.
Rex Zhu
1
-5
/
+8
2016-04-01
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
3
-2
/
+16
2016-03-28
drm/amdgpu: Don't move pinned BOs
Michel Dänzer
2
-0
/
+10
2016-03-25
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
3
-42
/
+96
2016-03-25
drm/amd: Beef up ACP Kconfig menu text
Borislav Petkov
1
-2
/
+6
2016-03-22
drivers/gpu/drm/amd/amdkfd: use in_compat_syscall to check open() caller type
Andy Lutomirski
2
-2
/
+2
2016-03-21
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
93
-5101
/
+6446
2016-03-21
drm/amdgpu: add invalidate_page callback for userptrs
Christian König
1
-26
/
+72
2016-03-21
drm/amdgpu: Revert "remove the userptr rmn->lock"
Christian König
1
-8
/
+14
2016-03-21
drm/amdgpu: clean up path handling for powerplay
Alex Deucher
1
-7
/
+7
2016-03-21
drm/amd/powerplay: fix memory leak of tdp_table
Colin Ian King
1
-1
/
+3
2016-03-21
drm/amdgpu: release_pages requires linux/pagemap.h
Stephen Rothwell
2
-0
/
+2
2016-03-20
Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+1
2016-03-18
Merge branch 'drm-next-4.6' of git://people.freedesktop.org/~agd5f/linux into...
Dave Airlie
25
-407
/
+315
2016-03-17
drm/amdgpu/gfx7: add MTYPE definition
Flora Cui
1
-0
/
+6
[next]