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
2016-02-05
Merge branch 'drm-fixes-4.5' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
10
-59
/
+107
2016-02-05
Merge tag 'drm-amdkfd-fixes-2016-01-28' of git://people.freedesktop.org/~gabb...
Dave Airlie
2
-2
/
+2
2016-02-03
drm/amdgpu: disable uvd and vce clockgating on Fiji
Alex Deucher
1
-2
/
+1
2016-02-02
drm/amdgpu: remove exp hardware support from iceland
Alex Deucher
1
-5
/
+5
2016-02-02
drm/amdgpu: load MEC ucode manually on iceland
Alex Deucher
1
-4
/
+10
2016-02-02
drm/amdgpu: don't load MEC2 on topaz
Alex Deucher
2
-11
/
+5
2016-02-02
drm/amdgpu: drop topaz support from gmc8 module
Alex Deucher
1
-27
/
+1
2016-02-02
drm/amdgpu: pull topaz gmc bits into gmc_v7
Alex Deucher
1
-2
/
+33
2016-02-02
drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
Ken Wang
1
-1
/
+1
2016-02-02
drm/amdgpu: iceland use CI based MC IP
Ken Wang
2
-4
/
+13
2016-02-02
drm/amdgpu: move gmc7 support out of CIK dependency
Alex Deucher
1
-1
/
+2
2016-02-02
drm/amdgpu/gfx7: enable cp inst/reg error interrupts
Alex Deucher
1
-1
/
+19
2016-02-02
drm/amdgpu/gfx8: enable cp inst/reg error interrupts
Alex Deucher
1
-0
/
+10
2016-02-02
drm/amdgpu: mask out WC from BO on unsupported arches
Oded Gabbay
1
-0
/
+8
2016-01-29
drm/amdgpu: no need to load MC firmware on fiji
Alex Deucher
1
-4
/
+2
2016-01-28
drm/amdgpu: only move pt bos in LRU list on success
Nicolai Hähnle
1
-2
/
+2
2016-01-28
drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
Colin Ian King
2
-2
/
+2
2016-01-26
drm/amdgpu: don't init fbdev if we don't have any connectors
Alex Deucher
1
-0
/
+4
2016-01-22
drm/amdgpu: fix next_rptr handling for debugfs
Christian König
1
-1
/
+1
2016-01-22
drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
Christian König
1
-1
/
+2
2016-01-22
drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
Eric Huang
1
-22
/
+22
2016-01-19
drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without p...
Jordan Lazare
1
-7
/
+18
2016-01-19
drm/amdgpu: Use drm_calloc_large for VM page_tables array
Michel Dänzer
1
-4
/
+3
2016-01-15
drm/amdgpu: Add some tweaks to gfx 8 soft reset
Alex Deucher
1
-1
/
+22
2016-01-15
drm/amdgpu: fix tonga smu resume
Alex Deucher
1
-15
/
+2
2016-01-14
drm/amdgpu: add missing irq.h include
Dave Airlie
1
-0
/
+1
2016-01-13
drm/amdgpu: validate duplicates first
Christian König
1
-2
/
+2
2016-01-13
drm/amdgpu: move VM page tables to the LRU end on CS v2
Christian König
3
-1
/
+35
2016-01-13
drm/amdgpu: use kobj_to_dev()
Geliang Tang
1
-1
/
+1
2016-01-13
drm/amdgpu/cz: force vce clocks when sclks are forced
Alex Deucher
1
-1
/
+23
2016-01-13
drm/amdgpu/cz: force uvd clocks when sclks are forced
Alex Deucher
1
-0
/
+24
2016-01-13
drm/amdgpu/cz: add code to enable forcing VCE clocks
Alex Deucher
2
-1
/
+98
2016-01-13
drm/amdgpu/cz: add code to enable forcing UVD clocks
Alex Deucher
2
-0
/
+130
2016-01-13
drm/amdgpu: fix lost sync_to if scheduler is enabled.
Chunming Zhou
1
-2
/
+3
2016-01-11
drm/amdgpu: add irq domain support
Alex Deucher
6
-8
/
+136
2016-01-11
drm/amdgpu/cgs: add an interface to access PCI resources
Alex Deucher
1
-0
/
+36
2016-01-08
drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
Christian König
1
-0
/
+1
2016-01-08
drm/amdgpu: Show gpu load when display gpu performance for Ci.
Rex Zhu
1
-2
/
+12
2016-01-08
drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
Rex Zhu
1
-1
/
+1
2016-01-04
amdgpu/dce11: Add test for crtc < 0 to various DCEv11 functions
Tom St Denis
1
-4
/
+4
2016-01-04
amdgpu/dce11: Remove division from dce_v11_0_vblank_wait()
Tom St Denis
1
-3
/
+5
2016-01-04
amdgpu/vce3: Simplify vce_v3_0_hw_init and ensure both rings default to not r...
Tom St Denis
1
-15
/
+9
2016-01-04
amdgpu/vce3: Remove magic constants from harvest register masks.
Tom St Denis
1
-4
/
+4
2016-01-04
amdgpu/vce3: Simplify vce_v3_0_process_interrupt()
Tom St Denis
1
-3
/
+1
2016-01-04
amdgpu/vce3: Simplify vce_v3_0_soft_reset()
Tom St Denis
1
-9
/
+2
2016-01-04
amdgpu/vce3: Simplify idle and wait for idle code
Tom St Denis
1
-25
/
+5
2016-01-04
amdgpu/vce3: Cleanup harvest config function.
Tom St Denis
1
-14
/
+6
2016-01-04
drm/amdgpu: fix NULL in vm_grab_id while S3 back
Chunming Zhou
2
-2
/
+0
2016-01-04
drm/amdgpu/cgs: cleanup some indenting
Dan Carpenter
1
-9
/
+9
2015-12-24
Backmerge drm-fixes merge into Linus's tree into drm-next.
Dave Airlie
3
-22
/
+52
[next]