aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAge
* drm/i915: Cleanup the hws on ringbuffer constrution failure.Chris Wilson2009-02-19
* drm/i915: Don't add panel_fixed_mode to the probed modes list at LVDS init.Steve Aarnio2009-02-19
* drm/i915: Unpin the fb on error during construction.Chris Wilson2009-02-19
* drm/i915: Unpin the hws if we fail to kmap.Chris Wilson2009-02-19
* drm/i915: Unpin the ringbuffer if we fail to ioremap it.Chris Wilson2009-02-19
* drm/i915: unpin for an invalid memory domain.Chris Wilson2009-02-19
* drm/i915: Release and unlock on mmap_gtt error path.Chris Wilson2009-02-19
* drm/i915: Set framebuffer alignment based upon the fence constraints.Chris Wilson2009-02-19
* drm/i915: Fix potential AB-BA deadlock in i915_gem_execbuffer()Roland Dreier2009-02-19
* drm/i915: refleak along pin() error path.Chris Wilson2009-02-19
* drm/i915: hold mutex for unreference() in i915_gem_tiling.cChris Wilson2009-02-19
* drm/i915: Cleanup trivial leak on execbuffer error path.Chris Wilson2009-02-19
* drm/i915: Storage class should be before const qualifierTobias Klauser2009-02-19
* i915: Fix more size_t format string warningsLinus Torvalds2009-02-09
* drm/i915: add get_vblank_counter function for GM45Jesse Barnes2009-02-08
* drm/i915: Unlock mutex on i915_gem_fault() error pathChris Wilson2009-02-08
* drm/i915: Quiet the message on get/setparam ioctl with an unknown value.Eric Anholt2009-02-08
* drm/i915: skip LVDS initialization on Apple Mac MiniPaul Collins2009-02-08
* drm/i915: sync SDVO code with stable userland modesetting driverJesse Barnes2009-02-08
* drm/i915: Unref the object after failing to set tiling mode.Chris Wilson2009-02-08
* drm/i915: add fence register management to execbufJesse Barnes2009-02-08
* drm/i915: Return error from i915_gem_object_get_fence_reg() when failing.Eric Anholt2009-02-08
* drm/i915: Set up an MTRR covering the GTT at driver load.Eric Anholt2009-02-08
* drm/i915: Skip SDVO/HDMI init when the chipset tells us it's not present.Eric Anholt2009-02-08
* drm/i915: Suppress GEM teardown on X Server exit in KMS mode.Eric Anholt2009-02-08
* i915: fix unneeded locking in i915 LVDS get modes code.Dave Airlie2009-02-03
* drivers/gpu/drm/i915/intel_lvds.c: fix locking snafuAndrew Morton2009-01-29
* Merge branch 'i2c-for-linus' of git://jdelvare.pck.nerim.net/jdelvare-2.6Linus Torvalds2009-01-26
|\
| * i2c: Delete many unused adapter IDsJean Delvare2009-01-26
* | Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds2009-01-26
|\ \
| * | drm/i915: Fix cursor physical address choice to match the 2D driver.Jesse Barnes2009-01-22
| * | drm/i915: hook up LVDS DPMS propertyJesse Barnes2009-01-22
| * | drm/i915: remove unnecessary debug output in KMS initJesse Barnes2009-01-22
| * | i915: fix freeing path for gem phys objects.Dave Airlie2009-01-22
| |/
* / Fix annoying DRM_ERROR() string warningLinus Torvalds2009-01-26
|/
* drm/i915: lock correct mutex around object unreference.Dave Airlie2009-01-16
* drm/i915: add support for physical memory objectsDave Airlie2009-01-16
* drm/i915: make LVDS fixed mode a preferred modeJesse Barnes2009-01-16
* drm: handle depth & bpp changes correctlyJesse Barnes2009-01-16
* drm/i915: setup sarea properly in master_privDave Airlie2009-01-12
* drm/i915: don't enable vblanks on disabled pipesJesse Barnes2009-01-10
* trivial: replace last usages of __FUNCTION__ in kernelHarvey Harrison2009-01-07
* drm/i915: Respect the other stolen memory sizes we know of.Eric Anholt2009-01-06
* drm/i915: Non-mobile parts don't have integrated TV-out.Eric Anholt2009-01-06
* drm/i915: Add support for integrated HDMI on G4X hardware.Eric Anholt2009-01-06
* drm/i915: Pin cursor bo and unpin old bo when setting cursor.Kristian Høgsberg2009-01-06
* drm/i915: Don't allow objects to get bound while VT switched.Eric Anholt2009-01-06
* drm/i915: fix modeset devname allocation + agp init return check.Dave Airlie2008-12-29
* drm/i915: Remove redundant test in error path.Julia Lawall2008-12-29
* drm/i915: Don't print to dmesg when taking signal during object_pin.Eric Anholt2008-12-29