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
/
radeon
Age
Commit message (
Expand
)
Author
Files
Lines
2013-08-30
drm/radeon: convert SI,CIK to use sumo_rlc functions
Alex Deucher
7
-195
/
+49
2013-08-30
drm/radeon: clean up sumo_rlc_init() for code sharing
Alex Deucher
1
-108
/
+113
2013-08-30
drm/radeon/cik: restructure rlc setup
Alex Deucher
3
-31
/
+56
2013-08-30
drm/radeon: add support for ASPM on CIK asics
Alex Deucher
2
-1
/
+222
2013-08-30
drm/radeon/cik: add support for pcie gen1/2/3 switching
Alex Deucher
2
-0
/
+218
2013-08-30
drm/radeon: switch CIK to use radeon_ucode.h
Alex Deucher
2
-16
/
+15
2013-08-30
drm/radeon/cik: implement some more atom helpers for DPM
Alex Deucher
1
-0
/
+115
2013-08-30
drm/radeon/kms: fix up dce8 display watermark calc for dpm
Alex Deucher
1
-22
/
+74
2013-08-30
drm/radeon/dpm: use performance state if no UVD state
Alex Deucher
1
-2
/
+10
2013-08-30
drm/radeon: default to 1024M gart size on rv770+
Alex Deucher
2
-7
/
+19
2013-08-30
drm/radeon/dpm: rework thermal state handling
Alex Deucher
2
-31
/
+15
2013-08-30
drm/radeon/dpm: use multiple UVD power states (v3)
Alex Deucher
4
-12
/
+57
2013-08-30
drm/radeon: add UVD->DPM helper function (v5)
Alex Deucher
2
-0
/
+36
2013-08-30
drm/radeon/kms: remove r6xx+ blit copy routines
Alex Deucher
14
-1764
/
+33
2013-08-30
drm/radeon: switch r6xx+ to using CP DMA for the blit copy callback
Alex Deucher
1
-9
/
+9
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
1
-1
/
+2
2013-08-29
gpu/vga_switcheroo: add driver control power feature. (v3)
Dave Airlie
1
-1
/
+1
2013-08-27
drm: verify vma access in TTM+GEM drivers
David Herrmann
1
-1
/
+3
2013-08-20
Docs: Comment: Fixed egregious typos
Michael Witten
1
-1
/
+1
2013-08-19
drm: rip out drm_core_has_MTRR checks
Daniel Vetter
1
-2
/
+2
2013-08-19
drm: remove FASYNC support
Daniel Vetter
1
-2
/
+0
2013-08-19
drm/radeon: kill firstopen callback for kms driver
Daniel Vetter
2
-15
/
+0
2013-08-19
drm/radeon: remove stale gem->driver_private access
David Herrmann
2
-2
/
+0
2013-08-19
Merge remote-tracking branch 'pfdo/drm-rcar-for-v3.12' into drm-next
Dave Airlie
8
-122
/
+141
2013-08-15
drm/radeon: fix WREG32_OR macro setting bits in a register
Rafał Miłecki
1
-1
/
+1
2013-08-14
drm/radeon/r7xx: fix copy paste typo in golden register setup
Alex Deucher
1
-6
/
+6
2013-08-12
drm/radeon: fix UVD message buffer validation
Christian König
1
-0
/
+8
2013-08-07
drm/radeon: make missing smc ucode non-fatal
Alex Deucher
4
-10
/
+26
2013-08-07
drm/radeon/dpm: require rlc for dpm
Alex Deucher
1
-1
/
+4
2013-08-07
drm/radeon/cik: use a mutex to properly lock srbm instanced registers
Alex Deucher
3
-0
/
+13
2013-08-07
drm/radeon: remove unnecessary unpin
Christian König
1
-1
/
+0
2013-08-07
drm/radeon: add more UVD CS checking
Christian König
1
-8
/
+35
2013-08-07
drm/radeon: stop sending invalid UVD destroy msg
Christian König
1
-2
/
+2
2013-08-07
drm/radeon: only save UVD bo when we have open handles
Christian König
5
-17
/
+37
2013-08-07
drm/radeon: always program the MC on startup
Alex Deucher
6
-6
/
+12
2013-08-07
drm/radeon: fix audio dto calculation on DCE3+ (v3)
Alex Deucher
4
-6
/
+59
2013-08-07
drm/radeon/dpm: disable sclk ss on rv6xx
Alex Deucher
1
-0
/
+3
2013-08-07
drm/radeon: fix halting UVD
Christian König
7
-11
/
+36
2013-08-07
drm/radeon/dpm: adjust power state properly for UVD on SI
Alex Deucher
1
-12
/
+32
2013-08-07
drm/radeon/dpm: fix spread spectrum setup (v2)
Alex Deucher
7
-76
/
+30
2013-08-07
drm/radeon/dpm: adjust thermal protection requirements
Alex Deucher
5
-10
/
+5
2013-08-07
drm/radeon: select audio dto based on encoder id for DCE3
Alex Deucher
1
-3
/
+9
2013-08-07
drm/radeon: properly handle pm on gpu reset
Alex Deucher
1
-0
/
+2
2013-08-07
drm: don't push static constants on stack for %*ph
Andy Shevchenko
1
-1
/
+1
2013-08-07
drm: const'ify ioctls table (v2)
Rob Clark
2
-2
/
+2
2013-08-07
drm/gem: create drm_gem_dumb_destroy
Daniel Vetter
3
-14
/
+1
2013-08-04
drm/radeon: fix 64 bit divide in SI spm code
Alex Deucher
1
-1
/
+1
2013-07-30
drm/radeon/dpm: re-enable cac control on SI
Alex Deucher
1
-2
/
+1
2013-07-30
drm/radeon/dpm: fix calculations in si_calculate_leakage_for_v_and_t_formula
Alex Deucher
1
-3
/
+5
2013-07-30
drm/radeon/atom: initialize more atom interpretor elements to 0
Alex Deucher
1
-0
/
+5
[prev]
[next]