index
:
~agd5f/linux
DAL-wip
amd-15.31
amd-17.50
amd-18.10
amd-18.20
amd-18.30
amd-18.40
amd-18.50
amd-19.10
amd-19.20
amd-19.30
amd-19.50
amd-20.10
amd-20.20
amd-20.30
amd-20.40
amd-20.45
amd-22.20
amd-mainline-dkms-4.18-baseline1
amd-staging-drm-next
amd-staging-security-opensource-4.4
backlight_wip
drm-fixes
drm-fixes-5.0
drm-fixes-5.1
drm-fixes-5.10
drm-fixes-5.2
drm-fixes-5.3
drm-fixes-5.4
drm-fixes-5.5
drm-fixes-5.6
drm-fixes-5.7
drm-fixes-5.8
drm-fixes-5.9
drm-next
drm-next-5.1
drm-next-5.10
drm-next-5.11
drm-next-5.2
drm-next-5.3
drm-next-5.4
drm-next-5.5
drm-next-5.6
drm-next-5.7
drm-next-5.8
drm-next-5.9
hmm-fixup-5.3
renoir-acp
renoir-acp-2
rv6xx-dpm-fixes
si_dc_support
tmz
Unnamed repository; edit this file 'description' to name the repository.
agd5f
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-21
drm/amdgpu: Add DM (Display Manager)
DAL-wip
Harry Wentland
16
-11
/
+4151
2015-09-21
amd/dal: DAL Interface
Harry Wentland
7
-3
/
+2424
2015-09-21
amd/dal: Display Service
Harry Wentland
41
-2
/
+16099
2015-09-21
amd/dal: TopologyManager
Harry Wentland
19
-1
/
+16731
2015-09-21
amd/dal: Mode Manager
Harry Wentland
31
-1
/
+6485
2015-09-21
amd/dal: Link Service
Harry Wentland
8
-1
/
+6382
2015-09-21
amd/dal: HW Sequencer
Harry Wentland
17
-1
/
+7923
2015-09-21
amd/dal: Display Path
Harry Wentland
8
-1
/
+2233
2015-09-21
amd/dal: Display Capability Service
Harry Wentland
46
-1
/
+16598
2015-09-21
amd/dal: Audio
Harry Wentland
12
-2
/
+4681
2015-09-21
amd/dal: Encoder
Harry Wentland
40
-1
/
+11312
2015-09-21
amd/dal: Controller
Harry Wentland
83
-2
/
+26063
2015-09-21
amd/dal: Timing Service
Harry Wentland
27
-2
/
+6673
2015-09-21
amd/dal: GPU
Harry Wentland
59
-2
/
+16533
2015-09-21
amd/dal: Connector
Harry Wentland
6
-1
/
+847
2015-09-21
amd/dal: IRQ Service
Harry Wentland
7
-1
/
+749
2015-09-21
amd/dal: I2C Aux Manager
Harry Wentland
25
-1
/
+5553
2015-09-21
amd/dal: BIOS Parser
Harry Wentland
14
-1
/
+9326
2015-09-21
amd/dal: Adapter Service
Harry Wentland
17
-1
/
+5695
2015-09-21
amd/dal: GPIO (General Purpose IO)
Harry Wentland
42
-1
/
+6110
2015-09-21
amd/dal: Asic Capabilities
Harry Wentland
7
-1
/
+552
2015-09-21
amd/dal: Fixed point arithmetic
Harry Wentland
5
-1
/
+1385
2015-09-21
drm/amdgpu: Add DAL Basic Types and Logger
Harry Wentland
30
-1
/
+5371
2015-09-21
drm/amdgpu: Define variable for amd path in Makefile
Harry Wentland
1
-4
/
+6
2015-09-21
drm/amd: Add IV SRC header
Harry Wentland
1
-0
/
+102
2015-09-21
drm/amdgpu: use kmemdup rather than duplicating its implementation
Andrzej Hajda
1
-3
/
+1
2015-09-21
drm/amdgpu: fix UVD suspend and resume for VI APU
Leo Liu
1
-8
/
+12
2015-09-21
drm/amdgpu: fix the UVD suspend sequence order
Leo Liu
3
-6
/
+6
2015-09-21
drm/amdgpu: make UVD handle checking more strict
Leo Liu
1
-27
/
+41
2015-09-21
drm/amdgpu: Disable UVD PG
Leo Liu
1
-1
/
+2
2015-09-21
drm/amdgpu: more scheduler cleanups v2
Christian König
11
-76
/
+87
2015-09-21
drm/amdgpu: cleanup fence queue init v2
Christian König
2
-2
/
+2
2015-09-21
drm/amdgpu: rename fence->scheduler to sched v2
Christian König
10
-22
/
+22
2015-09-21
drm/amdgpu: cleanup entity init
Christian König
3
-19
/
+25
2015-09-21
drm/amdgpu: refine the scheduler job type conversion
Junwei Zhang
3
-4
/
+6
2015-09-21
drm/amdgpu: refine the job naming for amdgpu_job and amdgpu_sched_job
Junwei Zhang
8
-69
/
+71
2015-09-21
drm/amdgpu: use only one reservation object for each VM v2
Christian König
2
-30
/
+9
2015-09-21
drm/amdgpu: validate duplicates in the CS as well
Christian König
1
-14
/
+20
2015-09-21
drm/amdgpu: export reservation_object from dmabuf to ttm (v2)
Christian König
24
-52
/
+70
2015-09-21
drm/amdgpu: fix overflow on 32bit systems
Christian König
1
-1
/
+1
2015-09-21
drm/amdgpu: remove process_job callback from the scheduler
Christian König
3
-24
/
+7
2015-09-21
drm/amdgpu: move scheduler fence callback into fence v2
Christian König
2
-11
/
+12
2015-09-21
drm/amdgpu: signal scheduler fence when hw submission fails v3
Christian König
1
-0
/
+3
2015-09-21
drm/amdgpu: add tracepoint for scheduler (v2)
Chunming Zhou
2
-1
/
+45
2015-09-21
drm/amdgpu: use write confirm for vm_flush()
Christian König
1
-1
/
+2
2015-09-21
drm/amdgpu: execution barrier after fence v2
Anatoli Antonovitch
1
-0
/
+12
2015-09-21
drm/amdgpu: disable semaphores by default
Christian König
3
-1
/
+21
2015-09-11
Merge branch 'linux-4.3' of git://anongit.freedesktop.org/git/nouveau/linux-2...
Dave Airlie
3
-4
/
+5
2015-09-11
drm/nouveau/device: enable c800 quirk for tecra w50
Ben Skeggs
1
-0
/
+1
2015-09-11
drm/nouveau/clk/gt215: Unbreak engine pausing for GT21x/MCP7x
Roy Spliet
1
-1
/
+1
[next]