aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/radeon/radeon_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-04-19Merge branch 'drm-next-3.15-wip' of git://people.freedesktop.org/~deathsimple/linux into drm-nextDave Airlie1-6/+5
2014-04-17drm/radeon: improve PLL params if we don't match exactly v2Christian König1-6/+7
2014-04-17drm/radeon: apply more strict limits for PLL params v2Christian König1-0/+3
2014-04-08drm/radeon/dp: switch to the common i2c over aux codeAlex Deucher1-6/+5
2014-04-03drm/radeon: call drm_edid_to_eld when we update the edidAlex Deucher1-0/+1
2014-04-03drm/radeon: rework finding display PLL numbers v2Christian König1-90/+153
2014-04-01drm: Replace crtc fb with primary plane fb (v3)Matt Roper1-2/+2
2014-02-18drm/radeon: fill in DRM_CAPs for cursor sizeAlex Deucher1-0/+2
2014-01-20drm/radeon: Move the early vblank IRQ fixup to radeon_get_crtc_scanoutpos()Ville Syrjälä1-0/+22
2014-01-20drm: Pass 'flags' from the caller to .get_scanout_position()Ville Syrjälä1-3/+4
2013-12-24drm/radeon/pm: move pm handling into the asic specific codeAlex Deucher1-4/+13
2013-11-06drm/radeon: Push get_scanout_position() timestamping into kms driver.Mario Kleiner1-3/+21
2013-11-01drm/radeon: add runtime PM support (v2)Dave Airlie1-1/+46
2013-11-01drm/radeon: add a connector property for ditherAlex Deucher1-0/+12
2013-09-11drm/radeon: add a connector property for audioAlex Deucher1-0/+12
2013-09-02Merge branch 'drm-next-3.12' of git://people.freedesktop.org/~agd5f/linux into drm-nextDave Airlie1-32/+32
2013-08-30drm/radeon: add audio support for DCE6/8 GPUs (v12)Alex Deucher1-3/+10
2013-08-30drm/radeon: use loop for initializing AFMT blocksRafał Miłecki1-30/+23
2013-08-30drm: Pass page flip ioctl flags to driverKeith Packard1-1/+2
2013-06-26drm/radeon/atom: add DCE8 encoder supportAlex Deucher1-2/+3
2013-06-26drm/radeon/cik: add hw cursor support (v2)Alex Deucher1-1/+15
2013-05-22drm/radeon: use drm_send_vblank_event() helperRob Clark1-10/+3
2013-02-08Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/linux into drm-nextDave Airlie1-2/+4
2013-01-31drm/radeon: Calling object_unrefer() when creating fb failureliu chuansheng1-1/+3
2013-01-23radeon_display: Use pointer return error codesxueminsu1-1/+1
2013-01-20drm/<drivers>: reorder framebuffer init sequenceDaniel Vetter1-1/+1
2013-01-03drm/radeon: Properly handle DDC probe for DP bridgesNiels Ole Salscheider1-4/+9
2012-12-14drm/radeon: fix fence locking in the pageflip callbackDaniel Vetter1-0/+4
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-4/+4
2012-07-19drm: Make the .mode_fixup() operations mode argument a const pointerLaurent Pinchart1-2/+2
2012-05-22drm: Constify drm_mode_config_funcs pointerLaurent Pinchart1-1/+1
2012-05-17drm/radeon/hdmi: store info about all AFMT blocksAlex Deucher1-0/+91
2012-05-17drm/radeon: eliminate redundant connector_names tableIlija Hadzic1-19/+1
2012-04-27drm/radeon: add a missing entry to encoder_namesIlija Hadzic1-1/+2
2012-03-21drm/radeon/kms: DCE6 disp eng pll updatesAlex Deucher1-1/+1
2012-03-20drm/radeon: Restrict offset for legacy display engine.Michel Dänzer1-1/+3
2012-03-15drm: Merge tag 'v3.3-rc7' into drm-core-nextDave Airlie1-3/+15
2012-03-07drm/radeon: deal with errors from framebuffer init path.Dave Airlie1-3/+15
2012-02-29drm/radeon: fix deferred page-flip detection logic on Avivo-based ASICsFelix Kuehling1-2/+11
2012-02-16drm: add some caps for userspace to discover more info for dumb KMS driver (v2)Dave Airlie1-0/+3
2012-02-09drm: add convenience function to create an range propertySascha Hauer1-21/+6
2012-02-09drm: add convenience function to create an enum propertySascha Hauer1-33/+10
2012-01-24drm/radeon/kms: move disp eng pll setup to init pathAlex Deucher1-2/+4
2011-12-20drm: Replace pitch with pitches[] in drm_framebufferVille Syrjälä1-1/+1
2011-11-15drm: add an fb creation ioctl that takes a pixel format v5Jesse Barnes1-4/+4
2011-11-01drm/radeon/kms: remove useless radeon_ddc_dump()Alex Deucher1-33/+0
2011-11-01drm/radeon/kms: rework DP bridge checksAlex Deucher1-1/+2
2011-09-14drm/radeon: Unreference GEM object outside of spinlock in page flip error path.Michel Dänzer1-1/+1
2011-09-06drm/radeon/kms: fix DP detect and EDID fetch for DP bridgesAlex Deucher1-7/+12
2011-08-04drm/radeon: Extended DDC Probing for Connectors with Improperly Wired DDC Lines (here: Asus M2A-VM HDMI)Thomas Reim1-0/+9