index
:
profile/common/kernel-common
accepted/tizen_3.0.2014.q3_common
accepted/tizen_3.0_common
accepted/tizen_4.0_unified
accepted/tizen_common
accepted/tizen_tv
accepted/tizen_unified
accepted/tizen_wearable
sandbox/dkson95/gcc6
sandbox/jaehun77/hardfp
sandbox/jkozerski/ima-evm
sandbox/jobol/upstream
sandbox/jobol/v3.19.1
sandbox/jobol/v4.0
sandbox/lstelmach/memfd
sandbox/mwereski/kdbus-integration
sandbox/mwereski/memfd
sandbox/pcoval/devel-sdk
sandbox/pcoval/efi
sandbox/pcoval/ivi-devel
sandbox/pcoval/latest
sandbox/pcoval/rcar-m2
sandbox/pcoval/snapshot
sandbox/pcoval/tizen
sandbox/pcoval/tizen_common
sandbox/sdx/displaylink
sandbox/zjasinski/ima-evm
sandbox/zjasinski/ima-evm2
tizen
tizen_3.0.2014.q3_common
tizen_3.0.2014.q4_common
tizen_3.0.2015.q1_common
tizen_3.0.2015.q2_common
tizen_3.0.m2
tizen_3.14.14
tizen_3.14.19
tizen_3.14.4
tizen_4.0
tizen_common
tizen_common_3.14.20
tizen_common_3.14.25
upstream
Domain: SCM / Uncategorized;
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
rs400.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-02-17
drm: Fix printk typo 'failled'
Paul Bolle
1
-2
/
+2
2011-01-27
drm/radeon/kms: clean up some magic numbers
Alex Deucher
1
-6
/
+9
2010-11-09
drivers/gpu/drm: Update WARN uses
Joe Perches
1
-1
/
+1
2010-10-06
drm/radeon/kms: enable writeback (v2)
Alex Deucher
1
-6
/
+9
2010-08-02
drm/radeon/kms: remove rs4xx gart limit
Alex Deucher
1
-8
/
+0
2010-08-02
Merge tag 'v2.6.35-rc6' into drm-radeon-next
Dave Airlie
1
-1
/
+4
2010-08-02
drm/radeon/kms: check/restore sanity before doing anything else with GPU.
Dave Airlie
1
-0
/
+2
2010-07-16
drm/radeon/kms: fix gtt MC base alignment on rs4xx/rs690/rs740 asics
Alex Deucher
1
-1
/
+4
2010-05-18
drm/radeon/kms/pm: rework power management
Alex Deucher
1
-3
/
+0
2010-04-20
Merge branch 'drm-radeon-lockup' into drm-core-next
Dave Airlie
1
-4
/
+2
2010-04-06
drm/radeon/kms: simplify & improve GPU reset V2
Jerome Glisse
1
-2
/
+0
2010-04-06
drm/radeon/kms: rename gpu_reset to asic_reset
Jerome Glisse
1
-2
/
+2
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
1
-1
/
+6
2010-04-01
drm/radeon/kms: rs400/480 should set common registers.
Dave Airlie
1
-0
/
+2
2010-03-31
drm/radeon/kms: avoid possible oops (call gart_fini before gart_disable)
Jerome Glisse
1
-1
/
+1
2010-03-31
drm/radeon/kms: fix display bandwidth setup on rs4xx
Alex Deucher
1
-0
/
+1
2010-03-31
drm/radeon/kms: expose thermal/fan i2c buses
Alex Deucher
1
-0
/
+1
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-15
drm/radeon: include radeon_asic.h in the asic specific files
Daniel Vetter
1
-0
/
+1
2010-02-18
drm/radeon/kms: simplify memory controller setup V2
Jerome Glisse
1
-27
/
+11
2010-02-11
drm/radeon/kms: set gart pages to invalid on unbind and point to dummy page
Dave Airlie
1
-0
/
+1
2010-02-05
drm/radeon/kms: rs400/480 MC setup is different than r300.
Dave Airlie
1
-5
/
+21
2010-02-05
drm/radeon/kms: don't call suspend path before cleaning up GPU
Jerome Glisse
1
-2
/
+0
2010-01-08
drm/radeon/kms: Schedule host path read cache flush through the ring V2
Jerome Glisse
1
-0
/
+1
2010-01-08
drm/radeon/kms: detect sideport memory on IGP chips
Alex Deucher
1
-0
/
+1
2009-12-16
drm/radeon/kms: init pm on all chipsets
Rafał Miłecki
1
-0
/
+2
2009-12-10
drm/radeon/kms: restore surface registers on resume.
Dave Airlie
1
-0
/
+2
2009-12-08
drm/radeon/kms: fix vram setup on rs600/rs690/rs740
Alex Deucher
1
-1
/
+1
2009-12-02
drm/radeon/kms: Rework radeon object handling
Jerome Glisse
1
-2
/
+2
2009-12-02
drm/radeon/kms: add irq mitigation code for sw interrupt.
Dave Airlie
1
-1
/
+0
2009-12-02
drm/radeon/kms: ignore unposted GPUs with no BIOS.
Dave Airlie
1
-4
/
+3
2009-12-02
drm/radeon/kms: AGP systems need PCI bus mastering enabled
Dave Airlie
1
-0
/
+1
2009-10-28
drm/radeon/kms: fix rc410 suspend/resume.
Dave Airlie
1
-0
/
+2
2009-10-02
drm/radeon/kms: Remove old init path as no hw use it anymore
Jerome Glisse
1
-1
/
+0
2009-10-02
drm/radeon/kms: Convert RS400/RS480 to new init path & fix legacy VGA (V3)
Jerome Glisse
1
-86
/
+190
2009-09-15
drm/radeon/kms: clear confusion in GART init/deinit path
Jerome Glisse
1
-17
/
+36
2009-09-14
drm/radeon/kms: cleanup - remove radeon_share.h
Jerome Glisse
1
-1
/
+0
2009-09-08
drm/radeon/kms: add r600 KMS support
Jerome Glisse
1
-1
/
+1
2009-07-29
drm/radeon/kms: vram sizing on certain r100 chips needs workaround.
Dave Airlie
1
-2
/
+2
2009-07-29
drm/radeon/kms: fix bandwidth computation on avivo hardware
Jerome Glisse
1
-0
/
+1
2009-07-15
drm/radeon/kms: fix VRAM sizing like DDX does it.
Dave Airlie
1
-13
/
+1
2009-07-15
drm/radeon/kms: respect TOM on rs100->rs480 IGP variants.
Dave Airlie
1
-2
/
+4
2009-07-15
drm/radeon/kms: fix some GART table entry bugs.
Dave Airlie
1
-2
/
+11
2009-06-15
drm/radeon: introduce kernel modesetting for radeon hardware
Jerome Glisse
1
-0
/
+411