summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915 (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/bdw: make sure south port interrupts are enabled properly v2Jesse Barnes2014-01-101-0/+2
* drm/i915: Don't grab crtc mutexes in intel_modeset_gem_init()Ville Syrjälä2014-01-101-2/+2
* drm/i915: fix DDI PLLs HW state readout codePaulo Zanoni2014-01-081-1/+7
* Revert "drm/i915: assume all GM45 Acer laptops use inverted backlight PWM"Alexander van Heukelum2014-01-061-5/+14
* drm/i915/bdw: Flush system agent on gen8 alsoBen Widawsky2014-01-061-2/+0
* drm/i915: Use the correct GMCH_CTRL register for Sandybridge+Chris Wilson2013-12-171-2/+3
* drm/i915: get a PC8 reference when enabling the power wellPaulo Zanoni2013-12-131-2/+12
* drm/i915: change CRTC assertion on LCPLL disablePaulo Zanoni2013-12-131-1/+1
* drm/i915: Fix erroneous dereference of batch_obj inside reset_statusChris Wilson2013-12-121-10/+24
* drm/i915: Prevent double unref following alloc failure during execbufferChris Wilson2013-12-121-8/+20
* Merge tag 'drm-intel-fixes-2013-12-11' of git://people.freedesktop.org/~danve...Dave Airlie2013-12-128-22/+50
|\
| * drm/i915: don't update the dri1 breadcrumb with modesettingDaniel Vetter2013-12-111-0/+8
| * drm/i915: Repeat eviction search after idling the GPUChris Wilson2013-12-101-3/+11
| * drm/i915: Fix use-after-free in do_switchDaniel Vetter2013-12-061-2/+12
| * drm/i915: fix pm init orderingDaniel Vetter2013-12-064-12/+12
| * drm/i915: Hold mutex across i915_gem_releaseChris Wilson2013-12-042-2/+2
| * drm/i915: Skip clock checks on BDWVille Syrjälä2013-12-031-1/+1
| * drm/i915: Do not clobber config status after a forced restore of hw stateChris Wilson2013-12-032-2/+2
| * drm/i915: Take modeset locks around intel_modeset_setup_hw_state()Ville Syrjälä2013-12-031-0/+2
* | Merge branch 'bdw-fixes' of git://people.freedesktop.org/~danvet/drm-intel in...Dave Airlie2013-12-126-7/+55
|\ \
| * | drm/i915/bdw: PIPE_[BC] I[ME]R moved to powerwellBen Widawsky2013-11-141-1/+17
| * | drm/i915/bdw: Limit GTT to 2GBBen Widawsky2013-11-141-0/+5
| * | drm/i915/bdw: Add comment about gen8 HWS PGABen Widawsky2013-11-141-0/+1
| * | drm/i915/bdw: Free correct number of ppgtt pagesBen Widawsky2013-11-141-2/+2
| * | drm/i915/bdw: Do gen6 style reset for gen8Ben Widawsky2013-11-141-0/+1
| * | drm/i915/bdw: GEN8 backlight supportBen Widawsky2013-11-141-3/+23
| * | drm/i915/bdw: Add BDW to ULT macroBen Widawsky2013-11-141-1/+6
* | | Merge tag 'drm-intel-fixes-2013-12-02' of git://people.freedesktop.org/~danve...Dave Airlie2013-12-0511-77/+82
|\ \ \ | | |/ | |/|
| * | drm/i915: Pin pages whilst allocating for dma-buf vmap()Chris Wilson2013-11-291-5/+8
| * | drm/i915: MI_PREDICATE_RESULT_2 is HSW onlyVille Syrjälä2013-11-291-4/+3
| * | drm/i915: Make the DERRMR SRM target global GTTVille Syrjälä2013-11-292-1/+3
| * | drm/i915: use the correct force_wake function at the PC8 codePaulo Zanoni2013-11-291-2/+2
| * | drm/i915: Fix pipe CSC post offset calculationVille Syrjälä2013-11-281-1/+1
| * | drm/i915: Simplify DP vs. eDP detectionVille Syrjälä2013-11-281-20/+6
| * | drm/i915: Check VBT for eDP ports on VLVVille Syrjälä2013-11-284-9/+14
| * | drm/i915: use crtc_htotal in watermark calculations to match fastboot v2Jesse Barnes2013-11-271-7/+8
| * | drm/i915: Pin relocations for the duration of constructing the execbufferChris Wilson2013-11-271-28/+32
| * | drm/i915: take mode config lock around crtc disable at suspendJesse Barnes2013-11-261-0/+2
| * | drm/i915: Prefer setting PTE cache age to 3Chris Wilson2013-11-251-2/+4
| * | drm/i915/ddi: set sink to power down mode on dp disableJani Nikula2013-11-211-1/+2
* | | Merge tag 'drm-intel-fixes-2013-11-20' of git://people.freedesktop.org/~danve...Dave Airlie2013-11-218-22/+79
|\| |
| * | drm/i915: Fix gen3 self-refresh watermarksDaniel Vetter2013-11-201-1/+1
| * | drm/i915: Replicate BIOS eDP bpp clamping hack for hswDaniel Vetter2013-11-191-0/+20
| * | drm/i915: Do not enable package C8 on unsupported hardwareChris Wilson2013-11-192-0/+16
| * | drm/i915: Hold pc8 lock around toggling pc8.gpu_idleChris Wilson2013-11-191-2/+6
| * | drm/i915: encoder->get_config is no longer optionalDaniel Vetter2013-11-181-4/+2
| * | drm/i915/tv: add ->get_config callbackDaniel Vetter2013-11-181-0/+8
| * | drm/i915: restore the early forcewake cleanupDaniel Vetter2013-11-171-12/+14
| * | Partially revert "drm/i915: tune the RC6 threshold for stability"Daniel Vetter2013-11-161-1/+1
| * | drm/i915: flush cursors harderDaniel Vetter2013-11-151-0/+4