summaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
2009-08-27drm/r128: Use request_firmware() to load CCE microcodeBen Hutchings2-50/+49
2009-08-27drm/mga: Use request_firmware() to load microcodeBen Hutchings5-11750/+81
2009-08-27drm/ttm: consolidate cache flushing code in one place.Dave Airlie2-74/+44
2009-08-25drm/i915: Set crtc/clone mask in different output devicesMa Ling9-51/+73
2009-08-25drm/i915: Always use SDVO_B detect bit for SDVO output detection.Ma Ling1-9/+9
2009-08-25drm/i915: Fix typo that broke SVID1 in intel_sdvo_multifunc_encoder()Roel Kluin1-1/+1
2009-08-25drm/i915: Check if BIOS enabled dual-channel LVDS on 8xx, not only on 9xxBruno Prémont1-1/+1
2009-08-25drm/i915: Set the multiplier for SDVO on G33 platformSean Young1-1/+1
2009-08-23drm/radeon/kms: Fix radeon_gem_busy_ioctl harder.Michel Dänzer1-3/+9
2009-08-21drm/radeon: add GET_PARAM/INFO support for Z pipesAlex Deucher9-4/+37
2009-08-21drm/radeon/kms: generate the safe register tables.Dave Airlie6-104/+1960
2009-08-21drm/radeon/kms: add r100/r200 OQ support.Dave Airlie2-0/+13
2009-08-21drm: Fix sysfs device confusion.Thomas Hellstrom1-22/+29
2009-08-21drm/radeon/kms: implement the bo busy ioctl properly.Dave Airlie2-1/+2
2009-08-20drm/ttm: Fixes for "Memory accounting rework."Thomas Hellstrom1-8/+28
2009-08-20drm/ttm: Fixes for "Make parts of a struct ttm_bo_device global"Thomas Hellstrom2-4/+1
2009-08-20Merge Linus master to drm-nextDave Airlie73-2320/+5272
2009-08-19ttm: Make parts of a struct ttm_bo_device global.Thomas Hellstrom5-115/+227
2009-08-19drm/ttm: Memory accounting rework.Thomas Hellstrom4-100/+427
2009-08-19drm/ttm: Add a virtual ttm sysfs device.Thomas Hellstrom1-1/+57
2009-08-19drm: Enable drm drivers to add drm sysfs devices.Thomas Hellstrom1-0/+25
2009-08-19drm: clarify scaling property namesJesse Barnes2-15/+7
2009-08-19drm: remove root requirement from DRM_IOCTL_SET_VERSION (+ DRM_IOCTL_AUTH_MAGIC)Jesse Barnes1-2/+2
2009-08-19drm/kms: teardown crtc correctly when fb is destroyed.Dave Airlie1-28/+12
2009-08-19drm/kms/radeon: cleanup combios TV table like DDX.Dave Airlie1-29/+19
2009-08-19drm/radeon/kms: memset the allocated framebuffer before using it.Dave Airlie1-0/+2
2009-08-19drm/radeon/kms: although LVDS might be possible on crtc 1 don't do it.Dave Airlie1-0/+1
2009-08-17drm/radeon/kms: implement bo busy check + current domainDave Airlie3-1/+41
2009-08-16drm/radeon/kms: cut down indirects in register accesses.Dave Airlie5-79/+47
2009-08-16drm/radeon/kms: Fix up vertical blank interrupt support.Michel Dänzer9-77/+217
2009-08-16drm/radeon/kms: add rv530 R300_SU_REG_DEST + reloc for ZPASS_ADDRDave Airlie1-0/+15
2009-08-15drm/edid: fixup detailed timings like the X server.Dave Airlie1-38/+34
2009-08-15drm/radeon/kms: Add specific rs690 authorized register tableJerome Glisse2-1/+67
2009-08-13drm: fixup include file in drm_encoder_slaveDave Airlie1-1/+1
2009-08-13drm: Add more standard TV properties.Francisco Jerez1-0/+18
2009-08-13drm: Fix drm_cvt_mode() for interlaced modes.Francisco Jerez1-1/+1
2009-08-09drm/i915: silence vblank warningsFrans Pop1-2/+2
2009-08-09drm: silence pointless vblank warning.Paul Rolland1-1/+1
2009-08-09drm: When adding probed modes, preserve duplicate mode typesKeith Packard1-0/+2
2009-08-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds17-513/+1221
2009-08-07drm/radeon/kms: setup MC/VRAM the same way for suspend/resumeDave Airlie1-1/+3
2009-08-06drm/radeon/kms: Fix caching mode selection for GTT objectJerome Glisse1-1/+1
2009-08-05drm/i915: Fix read outside array bounds in restoring the SWF10 range.Roel Kluin1-1/+1
2009-08-05drm/i915: Use our own workqueue to avoid wedging the system along with the GPU.Eric Anholt4-6/+19
2009-08-05drm/radeon: Add support for RS880 chipsAlex Deucher2-7/+16
2009-08-04drm: Define some new standard TV properties.Francisco Jerez1-0/+18
2009-08-04drm: Define DRM_MODE_SUBCONNECTOR_SCARTFrancisco Jerez1-0/+2
2009-08-04drm: Define DRM_MODE_CONNECTOR_TVFrancisco Jerez2-0/+4
2009-08-04drm/kms: slave encoder interface.Francisco Jerez2-1/+117
2009-08-04drm: Add the debug info in generic drm mode by using DRM_DEBUG_KMSZhao Yakui2-33/+40