summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)AuthorFilesLines
2014-01-25Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-120/+33
2014-01-23Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2014-01-13Merge branch 'acpi-dsm'Rafael J. Wysocki1-114/+30
2014-01-13Merge branch 'acpi-cleanup'Rafael J. Wysocki4-6/+3
2014-01-11drm/i915/bdw: make sure south port interrupts are enabled properly v2Jesse Barnes1-0/+2
2014-01-10drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä1-2/+2
2014-01-08drm/i915: fix DDI PLLs HW state readout codePaulo Zanoni1-1/+7
2014-01-07drm/i915: Rename gtt_bus_addr to gtt_phys_addrBjorn Helgaas1-3/+3
2014-01-06Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"Alexander van Heukelum1-5/+14
2014-01-06drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky1-2/+0
2014-01-05ACPI / i915: replace open-coded _DSM code with helper functionsJiang Liu1-114/+30
2013-12-17drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson1-2/+3
2013-12-14drm/i915: get a PC8 reference when enabling the power wellPaulo Zanoni1-2/+12
2013-12-13drm/i915: change CRTC assertion on LCPLL disablePaulo Zanoni1-1/+1
2013-12-12drm/i915: Fix erroneous dereference of batch_obj inside reset_statusChris Wilson1-10/+24
2013-12-12drm/i915: Prevent double unref following alloc failure during execbufferChris Wilson1-8/+20
2013-12-12Merge tag 'drm-intel-fixes-2013-12-11' of git://people.freedesktop.org/~danve...Dave Airlie8-22/+50
2013-12-12Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel in...Dave Airlie6-7/+55
2013-12-11drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter1-0/+8
2013-12-10drm/i915: Repeat eviction search after idling the GPUChris Wilson1-3/+11
2013-12-07ACPI / i915: Fix incorrect <acpi/acpi.h> inclusions via <linux/acpi_io.h>Lv Zheng3-4/+3
2013-12-07ACPI: Clean up inclusions of ACPI header filesLv Zheng1-2/+0
2013-12-06drm/i915: Fix use-after-free in do_switchDaniel Vetter1-2/+12
2013-12-06drm/i915: fix pm init orderingDaniel Vetter4-12/+12
2013-12-05Merge tag 'drm-intel-fixes-2013-12-02' of git://people.freedesktop.org/~danve...Dave Airlie11-77/+82
2013-12-04drm/i915: Hold mutex across i915_gem_releaseChris Wilson2-2/+2
2013-12-04drm/i915: Skip clock checks on BDWVille Syrjälä1-1/+1
2013-12-04drm/i915: Do not clobber config status after a forced restore of hw stateChris Wilson2-2/+2
2013-12-04drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä1-0/+2
2013-11-29drm/i915: Pin pages whilst allocating for dma-buf vmap()Chris Wilson1-5/+8
2013-11-29drm/i915: MI_PREDICATE_RESULT_2 is HSW onlyVille Syrjälä1-4/+3
2013-11-29drm/i915: Make the DERRMR SRM target global GTTVille Syrjälä2-1/+3
2013-11-29drm/i915: use the correct force_wake function at the PC8 codePaulo Zanoni1-2/+2
2013-11-29drm/i915: Fix pipe CSC post offset calculationVille Syrjälä1-1/+1
2013-11-28drm/i915: Simplify DP vs. eDP detectionVille Syrjälä1-20/+6
2013-11-28drm/i915: Check VBT for eDP ports on VLVVille Syrjälä4-9/+14
2013-11-27drm/i915: use crtc_htotal in watermark calculations to match fastboot v2Jesse Barnes1-7/+8
2013-11-27drm/i915: Pin relocations for the duration of constructing the execbufferChris Wilson1-28/+32
2013-11-26drm/i915: take mode config lock around crtc disable at suspendJesse Barnes1-0/+2
2013-11-25drm/i915: Prefer setting PTE cache age to 3Chris Wilson1-2/+4
2013-11-21drm/i915/ddi: set sink to power down mode on dp disableJani Nikula1-1/+2
2013-11-21Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie8-22/+79
2013-11-21Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-2/+2
2013-11-20drm/i915: Fix gen3 self-refresh watermarksDaniel Vetter1-1/+1
2013-11-19drm/i915: Replicate BIOS eDP bpp clamping hack for hswDaniel Vetter1-0/+20
2013-11-19drm/i915: Do not enable package C8 on unsupported hardwareChris Wilson2-0/+16
2013-11-19drm/i915: Hold pc8 lock around toggling pc8.gpu_idleChris Wilson1-2/+6
2013-11-19drm/i915: encoder->get_config is no longer optionalDaniel Vetter1-4/+2
2013-11-19drm/i915/tv: add ->get_config callbackDaniel Vetter1-0/+8
2013-11-17drm/i915: restore the early forcewake cleanupDaniel Vetter1-12/+14