summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_display.c
AgeCommit message (Expand)Author
2009-02-25drm/i915: remove PLL debugging messagesJesse Barnes
2009-02-23drm/i915: Add missing mutex_lock(&dev->struct_mutex)Pierre Willenbrock
2009-02-20drm/i915: take struct mutex around fb unrefJesse Barnes
2009-02-20drm: Use spread spectrum when the bios tells us it's ok.Kristian Høgsberg
2009-02-20drm: Collapse identical i8xx_clock() and i9xx_clock().Kristian Høgsberg
2009-02-20drm: Bring PLL limits in sync with DDX values.Kristian Høgsberg
2009-02-20drm: Add locking around cursor gem operations.Kristian Høgsberg
2009-02-20drm: Propagate failure from setting crtc base.Chris Wilson
2009-02-20drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson
2009-02-08drm/i915: sync SDVO code with stable userland modesetting driverJesse Barnes
2009-02-08drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.Eric Anholt
2009-01-16drm/i915: lock correct mutex around object unreference.Dave Airlie
2009-01-16drm/i915: add support for physical memory objectsDave Airlie
2009-01-16drm: handle depth & bpp changes correctlyJesse Barnes
2009-01-07drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt
2009-01-07drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt
2009-01-07drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg
2008-12-29drm: pin new and unpin old buffer when setting a mode.Kristian Høgsberg
2008-12-29drm/i915: fix sparse warnings: returning void-valued expressionHannes Eder
2008-12-29drm/i915: fix sparse warnings: make symbols staticHannes Eder
2008-12-29drm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works just as well.Kristian H�gsberg
2008-12-29DRM: i915: add mode setting supportJesse Barnes