drm: radeon: Fix ring_rptr accesses.
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 /
2009-03-13 Kristian Høgsbergdrm: claim PCI device when running in modesetting mode.
2009-03-13 Benjamin Herrenschmidtdrm: Split drm_map and drm_local_map
2009-03-13 Benjamin Herrenschmidtdrm: Use resource_size_t for drm_get_resource_{start...
2009-03-11 Eric Anholtdrm/i915: fix 945 fence register writes for fence 8...
2009-03-11 Chris Wilsondrm/i915: Protect active fences on i915
2009-03-11 Chris Wilsondrm/i915: Check to see if we've pinned all available...
2009-03-11 Chris Wilsondrm/i915: Check fence status on every pin.
2009-03-11 Chris Wilsondrm/i915: First recheck for an empty fence register.
2009-03-10 Eric Anholtdrm/i915: Fix bad \n in MTRR failure notice.
2009-03-10 Pierre Willenbrockdrm/i915: Don't restore palettes through VGA registers.
2009-03-10 Kyle McMartini915: add newline to i915_gem_object_pin failure msg
2009-03-10 Kristian Høgsbergdrm: Return EINVAL on duplicate objects in execbuffer...
2009-03-02 Eric Anholtdrm/i915: Fix use-before-null-check in i915_irq_emit().
2009-02-28 Linus TorvaldsMerge branch 'x86-fixes-for-linus' of git://git./linux...
2009-02-25 Venkatesh Pallipadigpu/drm, x86, PAT: Handle io_mapping_create_wc() errors...
2009-02-25 Dave Airliedrm/i915: convert DRM_ERROR to DRM_DEBUG in phys object...
2009-02-25 Dave Airliedrm/i915: make hw page ioremap use ioremap_wc
2009-02-25 Jesse Barnesdrm/i915: handle bogus VBT panel timing
2009-02-25 Jesse Barnesdrm/i915: remove PLL debugging messages
2009-02-24 Jesse Barnesi915: suspend/resume interrupt state
2009-02-24 Karsten WieseFix an oops in i915_gem_retire_requests()
2009-02-23 Pierre Willenbrockdrm/i915: Add missing mutex_lock(&dev->struct_mutex)
2009-02-23 Jesse Barnesdrm/i915: fix WC mapping in non-GEM i915 code.
2009-02-23 Chris Wilsondrm/i915: Fix regression in 95ca9d
2009-02-23 Eric Anholtdrm/i915: Retire requests from i915_gem_busy_ioctl.
2009-02-23 Jesse Barnesdrm/i915: suspend/resume GEM when KMS is active
2009-02-23 Eric Anholtdrm/i915: Don't let a device flush to prepare buffers...
2009-02-23 Eric Anholtdrm/i915: Cut two args to set_to_gpu_domain that confus...
2009-02-20 Jesse Barnesdrm/i915: Keep refs on the object over the lifetime...
2009-02-20 Jesse Barnesdrm/i915: take struct mutex around fb unref
2009-02-20 Kristian Høgsbergdrm: Use spread spectrum when the bios tells us it...
2009-02-20 Kristian Høgsbergdrm: Collapse identical i8xx_clock() and i9xx_clock().
2009-02-20 Kristian Høgsbergdrm: Bring PLL limits in sync with DDX values.
2009-02-20 Kristian Høgsbergdrm: Add locking around cursor gem operations.
2009-02-20 Chris Wilsondrm: Propagate failure from setting crtc base.
2009-02-20 Chris Wilsondrm/i915: Cleanup the hws on ringbuffer constrution...
2009-02-20 Steve Aarniodrm/i915: Don't add panel_fixed_mode to the probed...
2009-02-20 Chris Wilsondrm/i915: Unpin the fb on error during construction.
2009-02-20 Chris Wilsondrm/i915: Unpin the hws if we fail to kmap.
2009-02-20 Chris Wilsondrm/i915: Unpin the ringbuffer if we fail to ioremap it.
2009-02-20 Chris Wilsondrm/i915: unpin for an invalid memory domain.
2009-02-20 Chris Wilsondrm/i915: Release and unlock on mmap_gtt error path.
2009-02-20 Chris Wilsondrm/i915: Set framebuffer alignment based upon the...
2009-02-20 Roland Dreierdrm/i915: Fix potential AB-BA deadlock in i915_gem_exec...
2009-02-20 Chris Wilsondrm/i915: refleak along pin() error path.
2009-02-20 Chris Wilsondrm/i915: hold mutex for unreference() in i915_gem_tiling.c
2009-02-20 Chris Wilsondrm/i915: Cleanup trivial leak on execbuffer error...
2009-02-20 Tobias Klauserdrm/i915: Storage class should be before const qualifier
2009-02-09 Linus Torvaldsi915: Fix more size_t format string warnings
2009-02-08 Jesse Barnesdrm/i915: add get_vblank_counter function for GM45
2009-02-08 Chris Wilsondrm/i915: Unlock mutex on i915_gem_fault() error path
2009-02-08 Eric Anholtdrm/i915: Quiet the message on get/setparam ioctl with...
2009-02-08 Paul Collinsdrm/i915: skip LVDS initialization on Apple Mac Mini
2009-02-08 Jesse Barnesdrm/i915: sync SDVO code with stable userland modesetti...
2009-02-08 Chris Wilsondrm/i915: Unref the object after failing to set tiling...
2009-02-08 Jesse Barnesdrm/i915: add fence register management to execbuf
2009-02-08 Eric Anholtdrm/i915: Return error from i915_gem_object_get_fence_r...
2009-02-08 Eric Anholtdrm/i915: Set up an MTRR covering the GTT at driver...
2009-02-08 Eric Anholtdrm/i915: Skip SDVO/HDMI init when the chipset tells...
2009-02-08 Eric Anholtdrm/i915: Suppress GEM teardown on X Server exit in...
2009-02-03 Dave Airliei915: fix unneeded locking in i915 LVDS get modes code.
2009-01-30 Andrew Mortondrivers/gpu/drm/i915/intel_lvds.c: fix locking snafu
2009-01-26 Linus TorvaldsMerge branch 'i2c-for-linus' of git://jdelvare.pck...
2009-01-26 Jean Delvarei2c: Delete many unused adapter IDs
2009-01-26 Linus TorvaldsMerge branch 'drm-fixes' of git://git./linux/kernel...
2009-01-26 Linus TorvaldsFix annoying DRM_ERROR() string warning
2009-01-22 Jesse Barnesdrm/i915: Fix cursor physical address choice to match...
2009-01-22 Jesse Barnesdrm/i915: hook up LVDS DPMS property
2009-01-22 Jesse Barnesdrm/i915: remove unnecessary debug output in KMS init
2009-01-22 Dave Airliei915: fix freeing path for gem phys objects.
2009-01-16 Dave Airliedrm/i915: lock correct mutex around object unreference.
2009-01-16 Dave Airliedrm/i915: add support for physical memory objects
2009-01-16 Jesse Barnesdrm/i915: make LVDS fixed mode a preferred mode
2009-01-16 Jesse Barnesdrm: handle depth & bpp changes correctly
2009-01-12 Dave Airliedrm/i915: setup sarea properly in master_priv
2009-01-10 Jesse Barnesdrm/i915: don't enable vblanks on disabled pipes
2009-01-07 Harvey Harrisontrivial: replace last usages of __FUNCTION__ in kernel
2009-01-07 Eric Anholtdrm/i915: Respect the other stolen memory sizes we...
2009-01-07 Eric Anholtdrm/i915: Non-mobile parts don't have integrated TV...
2009-01-07 Eric Anholtdrm/i915: Add support for integrated HDMI on G4X hardware.
2009-01-07 Kristian Høgsbergdrm/i915: Pin cursor bo and unpin old bo when setting...
2009-01-07 Eric Anholtdrm/i915: Don't allow objects to get bound while VT...
2008-12-29 Dave Airliedrm/i915: fix modeset devname allocation + agp init...
2008-12-29 Julia Lawalldrm/i915: Remove redundant test in error path.
2008-12-29 Eric Anholtdrm/i915: Don't print to dmesg when taking signal durin...
2008-12-29 Kristian Høgsbergdrm: pin new and unpin old buffer when setting a mode.
2008-12-29 Hannes Ederdrm/i915: un-EXPORT and make 'intelfb_panic' static
2008-12-29 Eric Anholtdrm/i915: Delete unused, pointless i915_driver_firstopen.
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: returning void-valued...
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: move 'extern' decls...
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: make symbols static
2008-12-29 Hannes Ederdrm/i915: fix sparse warnings: declare one-bit bitfield...
2008-12-29 Eric Anholtdrm/i915: Don't double-unpin buffers if we take a signa...
2008-12-29 Eric Anholtdrm/i915: Fix fbcon setup to align display pitch to...
2008-12-29 Kristian H�gsbergdrm: drop DRM_IOCTL_MODE_REPLACEFB, add+remove works...
2008-12-29 Eric Anholtdrm/i915: Fix stolen memory detection on G45 and GM45.
2008-12-29 Jesse BarnesDRM: i915: add mode setting support
2008-12-29 Jesse Barnesdrm/i915: add GEM GTT mapping support
2008-12-29 Eric Anholtdrm/i915: Add /proc debugging entry for reading out...
2008-12-29 Dave Airliedrm: move to kref per-master structures.
next