index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-10
drm/radeon: allow move_notify to be called without reservation
Maarten Lankhorst
2
-2
/
+1
2012-12-10
Merge branch 'drm-next-3.8' of git://people.freedesktop.org/~agd5f/linux into drm-next
Dave Airlie
14
-42
/
+238
2012-12-07
drm/radeon: bump driver version for new info ioctl requests
Alex Deucher
1
-1
/
+2
2012-12-07
drm/radeon: fix eDP clk and lane setup for scaled modes
Alex Deucher
1
-1
/
+1
2012-12-07
drm/radeon: add new INFO ioctl requests
Alex Deucher
1
-0
/
+16
2012-12-07
drm/radeon/dce32+: use fractional fb dividers for high clocks
Alex Deucher
1
-0
/
+2
2012-12-07
drm/radeon: use cached memory when evicting for vram on non agp
Jerome Glisse
1
-4
/
+14
2012-12-07
drm/radeon: stop page faults from hanging the system (v2)
Christian König
6
-5
/
+74
2012-12-03
drm/radeon/dce4/5: add registers for ELD handling
Alex Deucher
1
-0
/
+48
2012-12-03
drm/radeon/dce3.2: add registers for ELD handling
Alex Deucher
1
-0
/
+48
2012-11-30
drm/radeon: drm_connector_property -> drm_object_property
Rob Clark
1
-31
/
+31
2012-11-27
radeon: fix pll/ctrc mapping on dce2 and dce3 hardware
Jerome Glisse
1
-34
/
+14
2012-11-26
radeon: Fix typo and copy/paste error in comments
Paul Bolle
1
-2
/
+2
2012-11-20
radeon: add AGPMode 1 quirk for RV250
Paul Bolle
1
-1
/
+4
2012-11-20
drm/radeon: properly track the crtc not_enabled case evergreen_mc_stop()
Alex Deucher
1
-0
/
+2
2012-11-20
drm/ttm: remove sync_arg from driver functions
Maarten Lankhorst
1
-4
/
+3
2012-11-20
drm/ttm: remove sync_obj_arg from ttm_bo_move_accel_cleanup
Maarten Lankhorst
1
-1
/
+1
2012-11-20
drm/radeon: check alloc_apertures() success in radeon_kick_out_firmware_fb()
Tommi Rantala
1
-2
/
+11
2012-11-20
drm/ttm: remove ttm_buffer_object->buffer_start
Marcin Slusarz
1
-1
/
+1
2012-11-20
drm/radeon: Use hweight32
Akinobu Mita
2
-13
/
+2
2012-11-20
Merge branch 'for-airlied' of git://people.freedesktop.org/~danvet/drm-intel into drm-next
Dave Airlie
2
-131
/
+20
2012-11-19
Fix misspellings of "whether" in comments.
Adam Buchbinder
3
-6
/
+6
2012-11-15
drm/radeon: fix logic error in atombios_encoders.c
Alex Deucher
1
-1
/
+1
2012-11-08
drm/radeon/si: add some missing regs to the VM reg checker
Alex Deucher
2
-0
/
+2
2012-11-08
drm/radeon/cayman: add some missing regs to the VM reg checker
Alex Deucher
2
-0
/
+7
2012-11-07
drm/radeon/dce3: switch back to old pll allocation order for discrete
Alex Deucher
1
-23
/
+31
2012-11-07
drm/radeon: Use ttm_bo_is_reserved
Maarten Lankhorst
3
-5
/
+5
2012-11-07
drm/radeon: fix typo in evergreen_mc_resume()
Alex Deucher
1
-1
/
+1
2012-11-01
drm/radeon: add load detection support for ext DAC on R200 (v2)
Alex Deucher
1
-0
/
+97
2012-11-01
DRM/radeon: For single CRTC GPUs move handling of CRTC_CRT_ON to crtc_dpms().
Egbert Eich
2
-4
/
+18
2012-11-01
DRM/Radeon: Fix TV DAC Load Detection for single CRTC chips.
Egbert Eich
1
-24
/
+38
2012-11-01
DRM/Radeon: Clean up code in TV DAC load detection.
Egbert Eich
1
-8
/
+10
2012-11-01
drm/radeon: fix ATPX function documentation
Igor Murzov
1
-2
/
+2
2012-11-01
drivers/gpu/drm/radeon/evergreen_cs.c: Remove unnecessary semicolon
Peter Senna Tschudin
1
-1
/
+1
2012-11-01
DRM/Radeon: On DVI-I use Load Detection when EDID is bogus.
Egbert Eich
1
-7
/
+21
2012-11-01
DRM/Radeon: Fix primary DAC Load Detection for RV100 chips.
Egbert Eich
1
-0
/
+2
2012-11-01
DRM/Radeon: Fix Load Detection on legacy primary DAC.
Egbert Eich
1
-0
/
+1
2012-10-24
drm/radeon: fix ATPX regression in acpi rework
Alex Deucher
1
-1
/
+1
2012-10-24
drm/radeon: fix ATPX function documentation
Alex Deucher
1
-2
/
+2
2012-10-24
drm/radeon: move the retry to gem_object_create
Christian König
2
-11
/
+7
2012-10-24
drm/radeon: move size limits to gem_object_create.
Christian König
2
-9
/
+10
2012-10-24
drm/radeon: use vzalloc for gart pages
Christian König
1
-6
/
+5
2012-10-24
drm/radeon: fix and simplify pot argument checks v3
Christian König
1
-36
/
+24
2012-10-23
drm/radeon: fix header size estimation in VM code
Christian König
1
-3
/
+3
2012-10-23
drm/radeon: remove set_page check from VM code
Christian König
1
-2
/
+1
2012-10-23
drm/radeon: fix si_set_page v2
Christian König
1
-19
/
+24
2012-10-23
drm/radeon: fix cayman_vm_set_page v2
Christian König
1
-17
/
+22
2012-10-23
drm/radeon: fix PFP sync in vm_flush
Christian König
3
-0
/
+9
2012-10-23
drm/radeon: add error output if VM CS fails on cayman
Alex Deucher
1
-0
/
+1
2012-10-23
drm/radeon: give each backlight a unique id
Alex Deucher
2
-2
/
+8
[prev]
[next]