summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2009-09-09drm/radeon/r600: use fence->timeout directlyAlex Deucher1-10/+1
2009-09-09drm/radeon/kms: re-apply 2007d633d639c896396e4c4b53b38068f3831307Alex Deucher1-2/+8
2009-09-08Merge remote branch 'origin/master' of ../linux-2.6 into drm-nextDave Airlie28-251/+375
2009-09-08drm/radeon/kms: don't allow ERESTART to hit userspace.Dave Airlie1-3/+7
2009-09-08drm: prune modes when output is disconnected.Adam Jackson1-2/+2
2009-09-08drm: shut the EDID warnings up.Adam Jackson1-3/+0
2009-09-08drm/i915: get the bridge device once.Dave Airlie3-55/+44
2009-09-08drm/radeon/kms: lower debugging on dpms events.Dave Airlie1-7/+6
2009-09-08drm/kms/radeon: make kms default a runtime optionDave Airlie4-17/+12
2009-09-08drm/kms: fix kms helper license + KconfigDave Airlie4-7/+11
2009-09-08drm/radeon/kms: add r600 KMS supportJerome Glisse33-606/+8289
2009-09-08drm/radeon/kms: add initial radeon tv-out support.Dave Airlie15-388/+1941
2009-09-08drm/radeon/kms: add rn50/r100/r200 CS tracker.Dave Airlie11-440/+1712
2009-09-07Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...Linus Torvalds5-69/+70
2009-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds1-1/+1
2009-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/ide-2.6Linus Torvalds1-0/+1
2009-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/anh...Linus Torvalds3-6/+31
2009-09-07Merge intel drm-intel-next branchDave Airlie91-742/+2238
2009-09-07drm/kms: remove old std mode fallback code.Dave Airlie1-54/+2
2009-09-07drm/kms/i915: Add the default mode for CRT output without EDIDykzhao1-2/+5
2009-09-07drm/kms: add a function that can add the mode for the output device without EDIDZhao Yakui1-0/+46
2009-09-07drm/kms: try to find the std mode in DMT tableZhao Yakui2-12/+39
2009-09-07drm/kms: Add the default mode tableZhao Yakui1-0/+237
2009-09-07drm: split crtc/fb helpers into a separate moduleDave Airlie4-5/+16
2009-09-07drm/radeon/kms: add LTE/GTE discard + rv515 two sided stencil register.Dave Airlie5-69/+70
2009-09-07drm/radeon/kms: add updated registers from drm-fixes.Dave Airlie3-0/+5
2009-09-07drm/radeon/kms: block depthxy offset from use from userspace.Dave Airlie3-3/+0
2009-09-06drm/i915: Put the idle reclocking work on our private workqueue as well.Eric Anholt1-2/+2
2009-09-06drm/i915: Pad ringbuffer with NOOPs before wrappingChris Wilson4-27/+50
2009-09-06gianfar: Fix build.David S. Miller1-1/+1
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/iee...Linus Torvalds3-6/+20
2009-09-05Merge git://git.infradead.org/~dwmw2/mtd-2.6.31Linus Torvalds2-7/+10
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2-53/+68
2009-09-05Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...Linus Torvalds1-88/+7
2009-09-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds11-80/+182
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jba...Linus Torvalds4-6/+42
2009-09-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2-0/+43
2009-09-05pty: don't limit the writes to 'pty_space()' inside 'pty_write()'Linus Torvalds1-9/+1
2009-09-05n_tty: do O_ONLCR translation as a single writeLinus Torvalds1-2/+1
2009-09-05firewire: sbp2: fix freeing of unallocated memoryStefan Richter1-4/+4
2009-09-05firewire: ohci: fix Ricoh R5C832, video receptionStefan Richter1-0/+5
2009-09-05firewire: ohci: fix Agere FW643 and multiple camerasStefan Richter1-0/+9
2009-09-05firewire: core: fix crash in iso resource managementStefan Richter1-2/+2
2009-09-04drm/i915: do dynamic clock freq control only in kernel modesettingZhenyu Wang1-0/+3
2009-09-04drm/I915: Use the CRT DDC to get the EDID for DVI-connector on MacKeith Packard1-22/+74
2009-09-04drm/i915: fix tiling on IGDNGZhenyu Wang3-8/+21
2009-09-04drm/i915: modeset: always set intel_crtc->dpms_mode by moving the assignment up.Daniel Vetter1-2/+2
2009-09-04drm/i915: remove open-coded drm_mode_object_findDaniel Vetter1-12/+8
2009-09-04drm/i915: Make the downclocking debug code be under DRM_DEBUG not DRM_ERROR.Eric Anholt1-2/+2
2009-09-04drm/i915: i915_modeset is signedKyle McMartin1-1/+1