index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_display.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/radeon: fix PLLs on RS880 and older v2
Christian König
2015-02-02
1
-0
/
+3
*
drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursor
Michel Dänzer
2014-11-20
1
-1
/
+1
*
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
Daniel Vetter
2014-11-05
1
-0
/
+1
*
drm/radeon: cope with foreign fences inside display
Maarten Lankhorst
2014-10-03
1
-11
/
+19
*
Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework
Daniel Vetter
2014-09-11
1
-7
/
+4
|
\
|
*
drm/ttm: flip the switch, and convert to dma_fence
Maarten Lankhorst
2014-09-02
1
-1
/
+1
|
*
drm/ttm: kill fence_lock
Maarten Lankhorst
2014-09-01
1
-6
/
+1
|
*
drm/radeon: take exclusive_lock in read mode during ring tests, v5
Maarten Lankhorst
2014-08-27
1
-1
/
+3
*
|
drm: Clarify vblank ts/scanoutpos sampling #defines
Daniel Vetter
2014-09-11
1
-1
/
+1
|
/
*
drm/radeon: Use pflip irqs for pageflip completion if possible. (v2)
Mario Kleiner
2014-08-05
1
-0
/
+12
*
drm/radeon: use a fetch function to get the edid
Alex Deucher
2014-08-05
1
-1
/
+1
*
drm/radeon: restructure edid fetching
Alex Deucher
2014-08-05
1
-58
/
+0
*
drm/radeon: Make classic pageflip completion path less racy.
Mario Kleiner
2014-07-17
1
-3
/
+3
*
drm/radeon: Add missing vblank_put in pageflip ioctl error path.
Mario Kleiner
2014-07-17
1
-1
/
+4
*
drm/radeon: Remove redundant fence unref in pageflip path.
Mario Kleiner
2014-07-17
1
-1
/
+0
*
drm/radeon: Complete page flip even if waiting on the BO fence fails
Michel Dänzer
2014-07-17
1
-15
/
+9
*
drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()
Michel Dänzer
2014-07-17
1
-89
/
+92
*
drm/radeon: avoid leaking edid data
Alex Deucher
2014-07-17
1
-0
/
+5
*
drm/radeon: Track the status of a page flip more explicitly
Michel Dänzer
2014-07-01
1
-5
/
+14
*
drm/radeon: Fix radeon_irq_kms_pflip_irq_get/put() imbalance
Michel Dänzer
2014-06-18
1
-1
/
+1
*
Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"
Michel Dänzer
2014-06-18
1
-0
/
+17
*
drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout.
Mario Kleiner
2014-06-13
1
-1
/
+2
*
drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flip
Michel Dänzer
2014-06-09
1
-3
/
+3
*
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
Dave Airlie
2014-06-05
1
-3
/
+17
|
\
|
*
drm/radeon: lower the ref * post PLL maximum once more
Christian König
2014-05-30
1
-1
/
+1
|
*
drm/radeon: fix typo in finding PLL params
Christian König
2014-05-20
1
-1
/
+1
|
*
drm/radeon: lower the ref * post PLL maximum
Christian König
2014-05-06
1
-1
/
+1
|
*
drm/radeon: avoid high jitter with small frac divs
Christian König
2014-05-01
1
-2
/
+12
|
*
drm/radeon: use pflip irq on R600+ v2
Christian König
2014-05-01
1
-0
/
+4
*
|
drm/radeon: replace drm_get_connector_name() with direct name field use
Jani Nikula
2014-06-04
1
-1
/
+1
*
|
drm/radeon: rework page flip handling v4
Christian König
2014-06-04
1
-103
/
+136
*
|
Revert "drm/radeon: rework page flip handling v3"
Dave Airlie
2014-06-04
1
-139
/
+106
*
|
drm/radeon: rework page flip handling v3
Christian König
2014-06-02
1
-106
/
+139
*
|
drm/radeon: separate vblank and pflip crtc handling
Christian König
2014-06-02
1
-2
/
+31
*
|
drm/radeon: split page flip and pending callback
Christian König
2014-06-02
1
-1
/
+2
*
|
drm/radeon: remove drm_vblank_get|put from pflip handling
Christian König
2014-06-02
1
-17
/
+0
*
|
drm/radeon: remove (pre|post)_page_flip callbacks
Christian König
2014-06-02
1
-2
/
+2
|
/
*
drm/radeon: improve PLL limit handling in post div calculation
Christian König
2014-04-20
1
-26
/
+51
*
drm/radeon: use fixed PPL ref divider if needed
Christian König
2014-04-19
1
-1
/
+6
*
Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...
Dave Airlie
2014-04-19
1
-6
/
+5
|
\
|
*
drm/radeon/dp: switch to the common i2c over aux code
Alex Deucher
2014-04-08
1
-6
/
+5
*
|
drm/radeon: improve PLL params if we don't match exactly v2
Christian König
2014-04-17
1
-6
/
+7
*
|
drm/radeon: apply more strict limits for PLL params v2
Christian König
2014-04-17
1
-0
/
+3
|
/
*
drm/radeon: call drm_edid_to_eld when we update the edid
Alex Deucher
2014-04-03
1
-0
/
+1
*
drm/radeon: rework finding display PLL numbers v2
Christian König
2014-04-03
1
-90
/
+153
*
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
2014-04-01
1
-2
/
+2
*
drm/radeon: fill in DRM_CAPs for cursor size
Alex Deucher
2014-02-18
1
-0
/
+2
*
drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()
Ville Syrjälä
2014-01-20
1
-0
/
+22
*
drm: Pass 'flags' from the caller to .get_scanout_position()
Ville Syrjälä
2014-01-20
1
-3
/
+4
*
drm/radeon/pm: move pm handling into the asic specific code
Alex Deucher
2013-12-24
1
-4
/
+13
[next]