aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_display.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-03-27agp/intel: Add support for new intel chipset.Shaohua Li1-17/+96
2009-03-27drm/i915: Read the right SDVO register when detecting SVDO/HDMI.Kristian Høgsberg1-1/+9
2009-03-27drm/i915: Use a different PLL timing search function on G4X.Ma Ling1-12/+88
2009-03-27drm/i915: Use documented PLL timing limits for G4X platformMa Ling1-1/+186
2009-02-25drm/i915: remove PLL debugging messagesJesse Barnes1-1/+1
2009-02-23drm/i915: Add missing mutex_lock(&dev->struct_mutex)Pierre Willenbrock1-0/+1
2009-02-20drm/i915: take struct mutex around fb unrefJesse Barnes1-0/+2
2009-02-20drm: Use spread spectrum when the bios tells us it's ok.Kristian Høgsberg1-6/+14
2009-02-20drm: Collapse identical i8xx_clock() and i9xx_clock().Kristian Høgsberg1-27/+6
2009-02-20drm: Bring PLL limits in sync with DDX values.Kristian Høgsberg1-3/+3
2009-02-20drm: Add locking around cursor gem operations.Kristian Høgsberg1-4/+5
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson1-31/+53
2009-02-20drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson1-4/+2
2009-02-08drm/i915: sync SDVO code with stable userland modesetting driverJesse Barnes1-0/+2
2009-02-08drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.Eric Anholt1-7/+11
2009-01-16drm/i915: lock correct mutex around object unreference.Dave Airlie1-6/+11
2009-01-16drm/i915: add support for physical memory objectsDave Airlie1-11/+21
2009-01-16drm: handle depth & bpp changes correctlyJesse Barnes1-0/+2
2009-01-07drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt1-1/+1
2009-01-07drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt1-2/+15
2009-01-07drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg1-8/+21
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg1-8/+36
2008-12-29drm/i915: fix sparse warnings: returning void-valued expressionHannes Eder1-2/+2
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder1-3/+3
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg1-31/+0
2008-12-29DRM: i915: add mode setting supportJesse Barnes1-0/+1621