index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
amd
/
amdgpu
Age
Commit message (
Expand
)
Author
Files
Lines
2015-06-29
drm/amdgpu: add amdgpu_bo_list_set trace point
Christian König
2
-0
/
+18
2015-06-29
drm/amdgpu: add BO map/unmap trace point
Christian König
2
-0
/
+52
2015-06-29
drm/amdgpu: simplify fence debugfs output a bit
Christian König
1
-2
/
+3
2015-06-29
drm/amdgpu: Configure doorbell to maximum slots
Ben Goz
1
-1
/
+1
2015-06-29
drm/amdgpu: Initialize compute sdma and memory from kgd
Ben Goz
4
-0
/
+123
2015-06-29
drm/amdgpu: fix hpd range check in dce_v8_0_hpd_irq()
Alex Deucher
1
-1
/
+1
2015-06-10
drm/amdgpu: fix a amdgpu_dpm=0 bug
Sonny Jiang
1
-3
/
+5
2015-06-10
drm/amdgpu: don't enable/disable display twice on suspend/resume
Alex Deucher
3
-54
/
+0
2015-06-10
drm/amdgpu: fix UVD/VCE VM emulation
Christian König
1
-3
/
+15
2015-06-10
drm/amdgpu: enable vce powergating
Sonny Jiang
4
-14
/
+148
2015-06-10
drm/amdgpu/iceland: don't call smu_init on resume
Alex Deucher
1
-6
/
+19
2015-06-10
drm/amdgpu/tonga: don't call smu_init on resume
Alex Deucher
1
-6
/
+19
2015-06-10
drm/amdgpu/cz: don't call smu_init on resume
Alex Deucher
1
-7
/
+8
2015-06-10
drm/amdgpu: update to latest gfx8 golden register settings
Alex Deucher
1
-0
/
+7
2015-06-10
drm/amdgpu: whitespace cleanup in gmc8 golden regs
Alex Deucher
1
-1
/
+1
2015-06-10
drm/admgpu: move XDMA golden registers to dce code
Alex Deucher
3
-4
/
+18
2015-06-10
drm/amdgpu: fix the build on big endian
Alex Deucher
2
-3
/
+5
2015-06-10
drm/amdgpu: remove the VI hardware semaphore in ring sync
David Zhang
1
-5
/
+4
2015-06-08
drm/amdgpu: set the gfx config properly for all CZ variants (v2)
Alex Deucher
1
-2
/
+36
2015-06-08
drm/amdgpu: also print the pci revision when printing the pci ids
Alex Deucher
1
-3
/
+3
2015-06-08
drm/amdgpu: cleanup VA IOCTL
Christian König
1
-43
/
+21
2015-06-08
drm/amdgpu: fix saddr handling in amdgpu_vm_bo_unmap
Christian König
1
-0
/
+2
2015-06-08
drm/amdgpu: fix amdgpu_vm_bo_map
Christian König
1
-0
/
+2
2015-06-05
drm/amdgpu: disable user fence interrupt (v2)
Chunming Zhou
13
-26
/
+46
2015-06-05
drm/amdgpu: fix user ptr race condition
Christian König
2
-1
/
+1
2015-06-05
drm/amdgpu: add zero timeout check in amdgpu_fence_wait_seq_timeout
Jack Xiao
1
-0
/
+4
2015-06-03
drm/amdgpu: only support IBs in the buffer list (v2)
Marek Olšák
2
-72
/
+24
2015-06-03
drm/amdgpu: add vram_type and vram_bit_width for interface query (v2)
Ken Wang
7
-27
/
+76
2015-06-03
drm/amdgpu: add ib_size/start_alignment interface query
Ken Wang
1
-0
/
+14
2015-06-03
drm/amdgpu: add me/ce/pfp_feature_version interface query
Ken Wang
4
-3
/
+12
2015-06-03
drm/amdgpu add ce_ram_size for interface query
Ken Wang
4
-0
/
+7
2015-06-03
drm/amdgpu add max_memory_clock for interface query (v2)
Ken Wang
1
-2
/
+6
2015-06-03
drm/amdgpu: add hdp flush for gfx8 compute ring
monk.liu
1
-0
/
+1
2015-06-03
drm/amdgpu: fix no hdp flush for compute ring
monk.liu
1
-1
/
+3
2015-06-03
drm/amdgpu: add HEVC/H.265 UVD support
Christian König
1
-0
/
+8
2015-06-03
drm/amdgpu: stop loading firmware with pm.mutex locked
Christian König
1
-4
/
+4
2015-06-03
drm/amdgpu: remove mclk_lock
Christian König
5
-43
/
+4
2015-06-03
drm/amdgpu: fix description of vm_size module parameter (v2)
Alex Deucher
2
-4
/
+4
2015-06-03
drm/amdgpu: remove all sh mem register modification in vm flush
monk.liu
5
-160
/
+0
2015-06-03
drm/amdgpu: rename GEM_OP_SET_INITIAL_DOMAIN -> GEM_OP_SET_PLACEMENT
Marek Olšák
1
-1
/
+1
2015-06-03
drm/amdgpu: fence should be added to shared slot
monk.liu
1
-2
/
+2
2015-06-03
drm/amdgpu: sync fence of clear_invalids (v2)
monk.liu
3
-4
/
+6
2015-06-03
drm/amdgpu: max_pde_used usage should be under protect
monk.liu
1
-1
/
+5
2015-06-03
drm/amdgpu: fix bug of vm_bo_map (v2)
monk.liu
1
-0
/
+4
2015-06-03
drm/amdgpu: implement the allocation range (v3)
Chunming Zhou
8
-64
/
+136
2015-06-03
drm/amdgpu: rename amdgpu_ip_funcs to amd_ip_funcs (v2)
yanyang1
54
-707
/
+986
2015-06-03
drm/amdgpu: drop AMDGPU_FENCE_SIGNALED_SEQ
Christian König
2
-15
/
+0
2015-06-03
drm/amdgpu: port fault_reserve_notify changes from radeon
Christian König
1
-20
/
+35
2015-06-03
drm/amdgpu: enable uvd dpm and powergating
Sonny Jiang
3
-3
/
+91
2015-06-03
drm/amdgpu: implement VCE two instances support
Leo Liu
1
-54
/
+87
[prev]
[next]