aboutsummaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2014-03-18drm/i915: Switch to fake context on older gensMika Kuoppala1-2/+4
2014-03-18drm/i915: Fix up the forcewake timer initializationDaniel Vetter2-2/+2
2014-03-13drm/i915: Consolidate forcewake resetting to a single functionChris Wilson1-40/+41
2014-03-13drm/i915: Remove erronous WARN in the vlv pipe crc codeDaniel Vetter1-2/+0
2014-03-13drm/i915: Reset forcewake before suspendChris Wilson2-0/+5
2014-03-13drm/i915: Unbind all vmas whose new cache_level doesn't agree with the neighb...Ville Syrjälä1-2/+0
2014-03-13drm/i915: Drop WARN_ON(flags) from ppgtt_bind_vma()Ville Syrjälä1-2/+0
2014-03-13drm/i915/bdw: The TLB invalidation mechanism has been removed from INSTPMDamien Lespiau1-2/+8
2014-03-12drm/i915: Show cursor status in debugfs/i915_display_infoChris Wilson1-7/+50
2014-03-12drm/i915: Reduce the time we hold struct mutex in intel_pipe_set_base()Ville Syrjälä1-1/+5
2014-03-12drm/i915: warn if ring is active before sync flushNaresh Kumar Kachhi1-0/+4
2014-03-12drm/i915: wait for rings to become idle once disabledNaresh Kumar Kachhi3-0/+6
2014-03-12drm/i915: disable rings before HW status page setupNaresh Kumar Kachhi1-5/+5
2014-03-11drm/i915: Correct PPGTT total sizeBen Widawsky1-1/+1
2014-03-11drm/i915/bdw: Use scratch page table for GEN8 PPGTTBen Widawsky1-1/+1
2014-03-10drm/i915: fix typo in display IRQ mask when disabling IRQsImre Deak1-1/+1
2014-03-10drm/i915: Allow HDMI+HDMI cloning on g4xVille Syrjälä1-0/+7
2014-03-10drm/i915: Allow HDMI+VGA cloningVille Syrjälä2-2/+2
2014-03-10drm/i915: Don't use HDMI 12bpc when cloning with other encoder typesVille Syrjälä1-1/+26
2014-03-10Merge tag 'v3.14-rc6' into drm-intel-next-queuedDaniel Vetter4752-111622/+334303
2014-03-10drm/i915: Make encoder cloning more flexibleVille Syrjälä11-33/+48
2014-03-10drm/i915: move dev_priv->suspend aroundDaniel Vetter1-2/+1
2014-03-10drm/i915: Avoid requesting a zero-sized stolen objectChris Wilson1-0/+3
2014-03-10drm/i915: Prevent use-after-free of inherited framebufferChris Wilson1-0/+1
2014-03-09Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-1/+1
2014-03-09Merge tag 'usb-3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-19/+11
2014-03-09Merge tag 'staging-3.15-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-0/+2
2014-03-09Merge branch 'for-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhan...Linus Torvalds3-15/+36
2014-03-09Merge tag 'spi-v3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/br...Linus Torvalds6-17/+35
2014-03-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pendingLinus Torvalds6-103/+150
2014-03-09Revert "ACPI / sleep: pm_power_off needs more sanity checks to be installed"Rafael J. Wysocki1-6/+1
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+2
2014-03-08Merge branch 'for-3.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-11/+28
2014-03-08Merge tag 'firewire-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/i...Linus Torvalds2-16/+5
2014-03-08Merge tag 'clk-fixes-for-linus' of git://git.linaro.org/people/mike.turquette...Linus Torvalds1-2/+34
2014-03-08Merge tag 'pm+acpi-3.14-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-29/+103
2014-03-08drm/i915: remove early fb allocation dependency on CONFIG_FB v2Jesse Barnes3-79/+105
2014-03-08drm/i915: Wrap the preallocated BIOS framebuffer and preserve for KMS fbcon v12Jesse Barnes3-10/+166
2014-03-08drm/i915: get_plane_config support for ILK+ v3Jesse Barnes1-0/+62
2014-03-08drm/i915: get_plane_config for i9xx v13Jesse Barnes1-0/+63
2014-03-08drm/i915: add plane_config fetching infrastructure v2Jesse Barnes3-0/+104
2014-03-08Merge branch 'pm-cpufreq'Rafael J. Wysocki1-28/+23
2014-03-08Merge branches 'acpi-resources', 'acpi-ec' and 'acpi-sleep'Rafael J. Wysocki3-1/+80
2014-03-07Merge tag 'dm-3.14-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds8-103/+389
2014-03-08drm/i915: Do not force non-caching copies for pwrite along shmem pathChris Wilson1-3/+2
2014-03-08drm/i915: Process page flags once rather than per pwrite/preadChris Wilson1-7/+2
2014-03-07drm/i915: Go OCD on the MakefileDaniel Vetter1-37/+47
2014-03-07drm/i915: Implement command buffer parsing logicBrad Volkin8-0/+648
2014-03-07drm/i915: Refactor shmem pread setupBrad Volkin2-14/+40
2014-03-07drm/i915: Avoid div by zero when pixel clock is largeVille Syrjälä1-4/+4