summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm
AgeCommit message (Expand)Author
2009-02-27Merge commit 'drm/drm-next'Stephen Rothwell
2009-02-27Merge commit 'bkl-removal/bkl-removal'Stephen Rothwell
2009-02-27Merge branch 'quilt/driver-core'Stephen Rothwell
2009-02-27Merge commit 'x86/auto-x86-next'Stephen Rothwell
2009-02-26drm/r600: fix rptr address along lines of previous fixes to radeon.Dave Airlie
2009-02-26drm/r600: fixup r600 gart table accessor like ati_pcigart.cDave Airlie
2009-02-26drm/ati_pcigart: use memset_io to reset the memoryDave Airlie
2009-02-26radeon: add support for rs600 GPUsAlex Deucher
2009-02-26radeon: fix r600 AGP supportAlex Deucher
2009-02-26drm/radeon: add initial support for R6xx/R7xx GPUsAlex Deucher
2009-02-26drm/radeon: add r6xx/r7xx microcodeAlex Deucher
2009-02-26drm/radeon: prep for r6xx/r7xx supportAlex Deucher
2009-02-26i915/drm: Remove two redundant agp_chipset_flushesOwain G. Ainsworth
2009-02-26drm/i915: Display fence register state in debugfs i915_gem_fence_regs node.Chris Wilson
2009-02-26drm/i915: Add information on pinning and fencing to the i915 list debug.Eric Anholt
2009-02-26drm/i915: Consolidate gem object list dumpingBen Gamari
2009-02-26drm: Convert proc files to seq_file and introduce debugfsBen Gamari
2009-02-26drm/radeon: split busmaster enable out to a separate functionDave Airlie
2009-02-26drm/radeon: align ring writes to 16 dwords boundaries.Dave Airlie
2009-02-26drm/radeon: Print PCI ID of cards when probingBenjamin Herrenschmidt
2009-02-26drm: Only use DRM_IOCTL_UPDATE_DRAW compat wrapper for compat X86.David Miller
2009-02-26drm: radeon: Fix unaligned access in r300_scratch().David Miller
2009-02-26drm: Preserve SHMLBA bits in hash key for _DRM_SHM mappings.David Miller
2009-02-26drm: ati_pcigart: Fix limit check in drm_ati_pcigart_init().David Miller
2009-02-26drm: radeon: Use surface for PCI GART table.David Miller
2009-02-26drm: radeon: Fix calculation of RB_RPTR_ADDR in non-AGP case.David Miller
2009-02-26drm: radeon: Fix RADEON_*_EMITED defines.David Miller
2009-02-26drm: radeon: Fix ring_rptr accesses.David Miller
2009-02-26drm: ati_pcigart: Need to use PCI_DMA_BIDIRECTIONAL.David Miller
2009-02-26drm: ati_pcigart: Do not access I/O MEM space using pointer derefs.David Miller
2009-02-26drm: Drop unused and broken dri_library_name sysfs attribute.Kristian Høgsberg
2009-02-26drm: claim PCI device when running in modesetting mode.Kristian Høgsberg
2009-02-26drm: Make drm_local_map use a resource_size_t offsetBenjamin Herrenschmidt
2009-02-26drm: Split drm_map and drm_local_mapBenjamin Herrenschmidt
2009-02-26drm: Use resource_size_t for drm_get_resource_{start, len}Benjamin Herrenschmidt
2009-02-26drm: struct device - replace bus_id with dev_name(), dev_set_name()Kay Sievers
2009-02-25drm/i915: convert DRM_ERROR to DRM_DEBUG in phys object pwrite pathDave Airlie
2009-02-25drm/i915: make hw page ioremap use ioremap_wcDave Airlie
2009-02-25drm: edid revision 0 is validKyle McMartin
2009-02-25drm: Correct unbalanced drm_vblank_put() during mode setting.Chris Wilson
2009-02-25drm: disable encoders before re-routing themJesse Barnes
2009-02-25drm: Fix shifts of EDID vsync offset/width fields.Linus Torvalds
2009-02-25drm/i915: handle bogus VBT panel timingJesse Barnes
2009-02-25drm/i915: remove PLL debugging messagesJesse Barnes
2009-02-23i915: suspend/resume interrupt stateJesse Barnes
2009-02-23Fix an oops in i915_gem_retire_requests()Karsten Wiese
2009-02-23drm/i915: Add missing mutex_lock(&dev->struct_mutex)Pierre Willenbrock
2009-02-23drm/i915: fix WC mapping in non-GEM i915 code.Jesse Barnes
2009-02-23drm/i915: Fix regression in 95ca9dChris Wilson
2009-02-23drm/i915: Retire requests from i915_gem_busy_ioctl.Eric Anholt