summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2012-01-24drm/i915: debugfs: show semaphore registers also on gen7Daniel Vetter1-1/+1
2012-01-24drm/i915: allow userspace forcewake references also on gen7Daniel Vetter1-2/+2
2012-01-24drm/i915: Re-enable gen7 RC6 and GPU turbo after resume.Eric Anholt1-2/+2
2012-01-24drm/i915: Correct debugfs printout for RC1e.Eric Anholt1-1/+1
2012-01-20Revert "drm/i915: Work around gen7 BLT ring synchronization issues."Keith Packard1-14/+0
2012-01-19drm/i915: rip out the HWSTAM missed irq workaroundDaniel Vetter1-1/+2
2012-01-19drm/i915: paper over missed irq issues with force wake voodooDaniel Vetter1-2/+25
2012-01-19drm/i915: Hold gt_lock across forcewake register readsKeith Packard1-2/+7
2012-01-19drm/i915: Hold gt_lock during resetKeith Packard1-3/+22
2012-01-19drm/i915: Move reset forcewake processing to gen6_do_resetKeith Packard1-7/+9
2012-01-19drm/i915: protect force_wake_(get|put) with the gt_lockDaniel Vetter4-11/+26
2012-01-13drm/i915: convert force_wake_get to func pointer in the gpu reset codeDaniel Vetter1-1/+1
2012-01-13drm/i915: sprite init failure on pre-SNB is not a failureJesse Barnes2-12/+5
2012-01-13drm/i915: VBT Parser cleanup for eDP blockRohit Jain1-1/+5
2012-01-12drm/i915: mask transcoder select bits before setting them on LVDSJesse Barnes1-5/+8
2012-01-12Merge branch 'drm-intel-next-fixes' into drm-intel-fixesKeith Packard6-138/+50
2012-01-12drm/i915: Add Clientron E830 to the ignore LVDS listJoel Sass1-0/+8
2012-01-12CHROMIUM: i915: Add DMI override to skip CRT initialization on ZGBDuncan Laurie1-0/+23
2012-01-10Merge branch 'drm-core-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds269-6393/+42307
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds118-1576/+4647
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds26-631/+3415
2012-01-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/s...Linus Torvalds68-2600/+3618
2012-01-10Merge git://www.linux-watchdog.org/linux-watchdogLinus Torvalds35-284/+325
2012-01-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/bro...Linus Torvalds48-337/+1215
2012-01-10Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/linu...Linus Torvalds12-178/+722
2012-01-10Merge branch 'upstream-linus' of git://github.com/jgarzik/libata-devLinus Torvalds26-323/+321
2012-01-10Merge branch 'stable/for-linus-3.3' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds32-227/+1061
2012-01-10drm/nouveau/pm: fix build with HWMON offDave Airlie1-1/+1
2012-01-10gma500: silence gcc warnings in mid_get_vbt_data()Dan Carpenter1-3/+3
2012-01-10drm/ttm: fix condition (and vs or)Dan Carpenter1-5/+3
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/sparc-nextLinus Torvalds1-2/+2
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds10-13/+11
2012-01-09Merge tag 'clk' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds8-33/+36
2012-01-09Merge tag 'pm' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-61/+367
2012-01-09Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds28-740/+1581
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds6-31/+39
2012-01-09Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Linus Torvalds2-14/+7
2012-01-09Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds14-1130/+776
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds15-174/+191
2012-01-09drm/i915: handle 3rd pipeEugeni Dodonov1-0/+4
2012-01-09drm/i915: simplify pipe checkingEugeni Dodonov1-1/+2
2012-01-09netdev: make net_device_ops conststephen hemminger2-3/+2
2012-01-09bcm63xx: make ethtool_ops conststephen hemminger1-1/+1
2012-01-09usbnet: make ethtool_ops conststephen hemminger4-5/+5
2012-01-09drm/i915: Print debugfs object list sizes in KiB instead of bytes.Eric Anholt1-2/+2
2012-01-09Merge branch 'staging-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds459-36009/+24338
2012-01-09Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds183-3727/+4727
2012-01-09Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds38-564/+1953
2012-01-09Merge branch 'char-misc-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-123/+123
2012-01-09Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-35/+22