index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_display.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-05
drm/radeon: use a fetch function to get the edid
Alex Deucher
1
-1
/
+1
2014-08-05
drm/radeon: restructure edid fetching
Alex Deucher
1
-58
/
+0
2014-07-17
drm/radeon: Make classic pageflip completion path less racy.
Mario Kleiner
1
-3
/
+3
2014-07-17
drm/radeon: Add missing vblank_put in pageflip ioctl error path.
Mario Kleiner
1
-1
/
+4
2014-07-17
drm/radeon: Remove redundant fence unref in pageflip path.
Mario Kleiner
1
-1
/
+0
2014-07-17
drm/radeon: Complete page flip even if waiting on the BO fence fails
Michel Dänzer
1
-15
/
+9
2014-07-17
drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()
Michel Dänzer
1
-89
/
+92
2014-07-17
drm/radeon: avoid leaking edid data
Alex Deucher
1
-0
/
+5
2014-07-01
drm/radeon: Track the status of a page flip more explicitly
Michel Dänzer
1
-5
/
+14
2014-06-18
drm/radeon: Fix radeon_irq_kms_pflip_irq_get/put() imbalance
Michel Dänzer
1
-1
/
+1
2014-06-18
Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"
Michel Dänzer
1
-0
/
+17
2014-06-13
drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout.
Mario Kleiner
1
-1
/
+2
2014-06-09
drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flip
Michel Dänzer
1
-3
/
+3
2014-06-05
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
Dave Airlie
1
-3
/
+17
2014-06-04
drm/radeon: replace drm_get_connector_name() with direct name field use
Jani Nikula
1
-1
/
+1
2014-06-04
drm/radeon: rework page flip handling v4
Christian König
1
-103
/
+136
2014-06-04
Revert "drm/radeon: rework page flip handling v3"
Dave Airlie
1
-139
/
+106
2014-06-02
drm/radeon: rework page flip handling v3
Christian König
1
-106
/
+139
2014-06-02
drm/radeon: separate vblank and pflip crtc handling
Christian König
1
-2
/
+31
2014-06-02
drm/radeon: split page flip and pending callback
Christian König
1
-1
/
+2
2014-06-02
drm/radeon: remove drm_vblank_get|put from pflip handling
Christian König
1
-17
/
+0
2014-06-02
drm/radeon: remove (pre|post)_page_flip callbacks
Christian König
1
-2
/
+2
2014-05-30
drm/radeon: lower the ref * post PLL maximum once more
Christian König
1
-1
/
+1
2014-05-20
drm/radeon: fix typo in finding PLL params
Christian König
1
-1
/
+1
2014-05-06
drm/radeon: lower the ref * post PLL maximum
Christian König
1
-1
/
+1
2014-05-01
drm/radeon: avoid high jitter with small frac divs
Christian König
1
-2
/
+12
2014-05-01
drm/radeon: use pflip irq on R600+ v2
Christian König
1
-0
/
+4
2014-04-20
drm/radeon: improve PLL limit handling in post div calculation
Christian König
1
-26
/
+51
2014-04-19
drm/radeon: use fixed PPL ref divider if needed
Christian König
1
-1
/
+6
2014-04-19
Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple...
Dave Airlie
1
-6
/
+5
2014-04-17
drm/radeon: improve PLL params if we don't match exactly v2
Christian König
1
-6
/
+7
2014-04-17
drm/radeon: apply more strict limits for PLL params v2
Christian König
1
-0
/
+3
2014-04-08
drm/radeon/dp: switch to the common i2c over aux code
Alex Deucher
1
-6
/
+5
2014-04-03
drm/radeon: call drm_edid_to_eld when we update the edid
Alex Deucher
1
-0
/
+1
2014-04-03
drm/radeon: rework finding display PLL numbers v2
Christian König
1
-90
/
+153
2014-04-01
drm: Replace crtc fb with primary plane fb (v3)
Matt Roper
1
-2
/
+2
2014-02-18
drm/radeon: fill in DRM_CAPs for cursor size
Alex Deucher
1
-0
/
+2
2014-01-20
drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()
Ville Syrjälä
1
-0
/
+22
2014-01-20
drm: Pass 'flags' from the caller to .get_scanout_position()
Ville Syrjälä
1
-3
/
+4
2013-12-24
drm/radeon/pm: move pm handling into the asic specific code
Alex Deucher
1
-4
/
+13
2013-11-06
drm/radeon: Push get_scanout_position() timestamping into kms driver.
Mario Kleiner
1
-3
/
+21
2013-11-01
drm/radeon: add runtime PM support (v2)
Dave Airlie
1
-1
/
+46
2013-11-01
drm/radeon: add a connector property for dither
Alex Deucher
1
-0
/
+12
2013-09-11
drm/radeon: add a connector property for audio
Alex Deucher
1
-0
/
+12
2013-09-02
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux int...
Dave Airlie
1
-32
/
+32
2013-08-30
drm/radeon: add audio support for DCE6/8 GPUs (v12)
Alex Deucher
1
-3
/
+10
2013-08-30
drm/radeon: use loop for initializing AFMT blocks
Rafał Miłecki
1
-30
/
+23
2013-08-30
drm: Pass page flip ioctl flags to driver
Keith Packard
1
-1
/
+2
2013-06-26
drm/radeon/atom: add DCE8 encoder support
Alex Deucher
1
-2
/
+3
2013-06-26
drm/radeon/cik: add hw cursor support (v2)
Alex Deucher
1
-1
/
+15
[next]