Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_gta4xl
/
f8479dd6a03cfdc3b14e742045bfd8748cd86bd7
/
drivers
/
gpu
/
drm
/
radeon
/
radeon_display.c
643b1f5
drm/radeon: implement output csc property for DCE5+
by Alex Deucher
· 10 years ago
67ba31d
drm/radeon: add an output_csc property
by Alex Deucher
· 10 years ago
72edd83
drm/radeon: fix PLLs on RS880 and older v2
by Christian König
· 10 years ago
78b1a60
drm/radeon: Use cursor_set2 hook for enabling / disabling the HW cursor
by Michel Dänzer
· 10 years ago
3cb9ae4
drm: Move drm_crtc_init from drm_crtc.h to drm_plane_helper.h
by Daniel Vetter
· 10 years ago
a0e8476
drm/radeon: cope with foreign fences inside display
by Maarten Lankhorst
· 10 years ago
336879b
Merge remote-tracking branch 'airlied/drm-next' into topic/vblank-rework
by Daniel Vetter
· 10 years ago
3d3cbd8
drm: Clarify vblank ts/scanoutpos sampling #defines
by Daniel Vetter
· 10 years ago
f2c24b8
drm/ttm: flip the switch, and convert to dma_fence
by Maarten Lankhorst
· 11 years ago
dd7cfd6
drm/ttm: kill fence_lock
by Maarten Lankhorst
· 11 years ago
9bb39ff
drm/radeon: take exclusive_lock in read mode during ring tests, v5
by Maarten Lankhorst
· 11 years ago
39dc545
drm/radeon: Use pflip irqs for pageflip completion if possible. (v2)
by Mario Kleiner
· 11 years ago
377bd8a
drm/radeon: use a fetch function to get the edid
by Alex Deucher
· 11 years ago
72a5c97
drm/radeon: restructure edid fetching
by Alex Deucher
· 11 years ago
5f87e09
drm/radeon: Make classic pageflip completion path less racy.
by Mario Kleiner
· 11 years ago
8264849
drm/radeon: Add missing vblank_put in pageflip ioctl error path.
by Mario Kleiner
· 11 years ago
c89e5be
drm/radeon: Remove redundant fence unref in pageflip path.
by Mario Kleiner
· 11 years ago
306f98d
drm/radeon: Complete page flip even if waiting on the BO fence fails
by Michel Dänzer
· 11 years ago
c60381b
drm/radeon: Move pinning the BO back to radeon_crtc_page_flip()
by Michel Dänzer
· 11 years ago
0ac66ef
drm/radeon: avoid leaking edid data
by Alex Deucher
· 11 years ago
a2b6d3b
drm/radeon: Track the status of a page flip more explicitly
by Michel Dänzer
· 11 years ago
46889d9
drm/radeon: Fix radeon_irq_kms_pflip_irq_get/put() imbalance
by Michel Dänzer
· 11 years ago
ca721b7
Revert "drm/radeon: remove drm_vblank_get|put from pflip handling"
by Michel Dänzer
· 11 years ago
4366f3b
drm/radeon: Bypass hw lut's for > 8 bpc framebuffer scanout.
by Mario Kleiner
· 11 years ago
685d54b
drm/radeon: Move fb update from radeon_flip_work_func to radeon_crtc_page_flip
by Michel Dänzer
· 11 years ago
8d4ad9d
Merge commit '9e9a928eed8796a0a1aaed7e0b676db86ba84594' into drm-next
by Dave Airlie
· 11 years ago
7208209
drm/radeon: replace drm_get_connector_name() with direct name field use
by Jani Nikula
· 11 years ago
fa7f517
drm/radeon: rework page flip handling v4
by Christian König
· 11 years ago
b15eb4e
Revert "drm/radeon: rework page flip handling v3"
by Dave Airlie
· 11 years ago
1aab551
drm/radeon: rework page flip handling v3
by Christian König
· 11 years ago
1a0e791
drm/radeon: separate vblank and pflip crtc handling
by Christian König
· 11 years ago
157fa14
drm/radeon: split page flip and pending callback
by Christian König
· 11 years ago
75f36d8
drm/radeon: remove drm_vblank_get|put from pflip handling
by Christian König
· 11 years ago
e928c61
drm/radeon: remove (pre|post)_page_flip callbacks
by Christian König
· 11 years ago
4b21ce1
drm/radeon: lower the ref * post PLL maximum once more
by Christian König
· 11 years ago
74ad54f
drm/radeon: fix typo in finding PLL params
by Christian König
· 11 years ago
cbe6551
drm/radeon: lower the ref * post PLL maximum
by Christian König
· 11 years ago
3b333c5
drm/radeon: avoid high jitter with small frac divs
by Christian König
· 11 years ago
f5d636d
drm/radeon: use pflip irq on R600+ v2
by Christian König
· 11 years ago
c2fb309
drm/radeon: improve PLL limit handling in post div calculation
by Christian König
· 11 years ago
2431581
drm/radeon: use fixed PPL ref divider if needed
by Christian König
· 11 years ago
a42892e
Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-next
by Dave Airlie
· 11 years ago
f8a2645
drm/radeon: improve PLL params if we don't match exactly v2
by Christian König
· 11 years ago
5fb9cc4
drm/radeon: apply more strict limits for PLL params v2
by Christian König
· 11 years ago
379dfc2
drm/radeon/dp: switch to the common i2c over aux code
by Alex Deucher
· 11 years ago
1608627
drm/radeon: call drm_edid_to_eld when we update the edid
by Alex Deucher
· 11 years ago
3216701
drm/radeon: rework finding display PLL numbers v2
by Christian König
· 11 years ago
f4510a2
drm: Replace crtc fb with primary plane fb (v3)
by Matt Roper
· 11 years ago
bea61c5
drm/radeon: fill in DRM_CAPs for cursor size
by Alex Deucher
· 11 years ago
8072bfa
drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()
by Ville Syrjälä
· 11 years ago
abca9e4
drm: Pass 'flags' from the caller to .get_scanout_position()
by Ville Syrjälä
· 11 years ago
6c7bcce
drm/radeon/pm: move pm handling into the asic specific code
by Alex Deucher
· 11 years ago
d47abc5
drm/radeon: Push get_scanout_position() timestamping into kms driver.
by Mario Kleiner
· 11 years ago
10ebc0b
drm/radeon: add runtime PM support (v2)
by Dave Airlie
· 12 years ago
6214bb7
drm/radeon: add a connector property for dither
by Alex Deucher
· 11 years ago
8666c07
drm/radeon: add a connector property for audio
by Alex Deucher
· 12 years ago
9c725e5
Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-next
by Dave Airlie
· 12 years ago
b530602
drm/radeon: add audio support for DCE6/8 GPUs (v12)
by Alex Deucher
· 12 years ago
a4d39e6
drm/radeon: use loop for initializing AFMT blocks
by Rafał Miłecki
· 12 years ago
ed8d197
drm: Pass page flip ioctl flags to driver
by Keith Packard
· 12 years ago
e68adef
drm/radeon/atom: add DCE8 encoder support
by Alex Deucher
· 13 years ago
9e05fa1
drm/radeon/cik: add hw cursor support (v2)
by Alex Deucher
· 12 years ago
26ae466
drm/radeon: use drm_send_vblank_event() helper
by Rob Clark
· 12 years ago
6dc1c49
Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-next
by Dave Airlie
· 12 years ago
f2d68cf
drm/radeon: Calling object_unrefer() when creating fb failure
by liu chuansheng
· 12 years ago
b2f4b03
radeon_display: Use pointer return error codes
by xueminsu
· 12 years ago
c7d73f6
drm/<drivers>: reorder framebuffer init sequence
by Daniel Vetter
· 12 years ago
0a9069d
drm/radeon: Properly handle DDC probe for DP bridges
by Niels Ole Salscheider
· 12 years ago
9af2079
drm/radeon: fix fence locking in the pageflip callback
by Daniel Vetter
· 12 years ago
760285e
UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/
by David Howells
· 12 years ago
e811f5a
drm: Make the .mode_fixup() operations mode argument a const pointer
by Laurent Pinchart
· 13 years ago
e6ecefa
drm: Constify drm_mode_config_funcs pointer
by Laurent Pinchart
· 13 years ago
0783986
drm/radeon/hdmi: store info about all AFMT blocks
by Alex Deucher
· 13 years ago
c1d2dbd
drm/radeon: eliminate redundant connector_names table
by Ilija Hadzic
· 13 years ago
df391c0
drm/radeon: add a missing entry to encoder_names
by Ilija Hadzic
· 13 years ago
f3f1f03
drm/radeon/kms: DCE6 disp eng pll updates
by Alex Deucher
· 13 years ago
0349af7
drm/radeon: Restrict offset for legacy display engine.
by Michel Dänzer
· 13 years ago
8229c88
drm: Merge tag 'v3.3-rc7' into drm-core-next
by Dave Airlie
· 13 years ago
aaefcd4
drm/radeon: deal with errors from framebuffer init path.
by Dave Airlie
· 13 years ago
81ffbbe
drm/radeon: fix deferred page-flip detection logic on Avivo-based ASICs
by Felix Kuehling
· 13 years ago
019d96c
drm: add some caps for userspace to discover more info for dumb KMS driver (v2)
by Dave Airlie
· 13 years ago
d9bc3c0
drm: add convenience function to create an range property
by Sascha Hauer
· 13 years ago
4a67d39
drm: add convenience function to create an enum property
by Sascha Hauer
· 13 years ago
3fa47d9
drm/radeon/kms: move disp eng pll setup to init path
by Alex Deucher
· 13 years ago
01f2c77
drm: Replace pitch with pitches[] in drm_framebuffer
by Ville Syrjälä
· 13 years ago
308e5bc
drm: add an fb creation ioctl that takes a pixel format v5
by Jesse Barnes
· 13 years ago
fab249e
drm/radeon/kms: remove useless radeon_ddc_dump()
by Alex Deucher
· 13 years ago
1d33e1f
drm/radeon/kms: rework DP bridge checks
by Alex Deucher
· 13 years ago
db318d7
drm/radeon: Unreference GEM object outside of spinlock in page flip error path.
by Michel Dänzer
· 13 years ago
b06947b
drm/radeon/kms: fix DP detect and EDID fetch for DP bridges
by Alex Deucher
· 14 years ago
e384fab
drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lines (here: Asus M2A-VM HDMI)
by Thomas Reim
· 14 years ago
d0254d5
drm/radeon: Don't clobber error return value in page flipping cleanup paths.
by Michel Dänzer
· 14 years ago
fcc485d
drm/radeon: Don't generate new fence for page flip.
by Michel Dänzer
· 14 years ago
498c555
drm/radeon: fix oops in ttm reserve when pageflipping (v2)
by Dave Airlie
· 14 years ago
ac89af1
drm/radeon/kms/atom: move dig phy init out of modesetting
by Alex Deucher
· 14 years ago
bbb0aef
drm: Verify debug message arguments
by Joe Perches
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
34db18ab
Merge remote branch 'intel/drm-intel-next' of ../drm-next into drm-core-next
by Dave Airlie
· 14 years ago
7e4d15d
drm/radeon: introduce gem_to_radeon_bo helper
by Daniel Vetter
· 14 years ago
bd6a60a
Revert "drm/radeon/kms: switch back to min->max pll post divider iteration"
by Alex Deucher
· 14 years ago
Next »