summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2014-10-1447-2717/+7172
|\
| * Merge tag 'drm-intel-next-fixes-2014-10-03' of git://anongit.freedesktop.org/...Dave Airlie2014-10-0715-399/+297
| |\
| | * drm/i915: Enable pixel replicated modes on BDW and HSW.Clint Taylor2014-10-012-1/+14
| | * drm/i915: Don't spam dmesg with rps messages on vlv/chvVille Syrjälä2014-09-291-6/+7
| | * drm/i915: Do not leak pages when freeing userptr objectsTvrtko Ursulin2014-09-291-4/+3
| | * drm/i915: Do not store the error pointer for a failed userptr registrationChris Wilson2014-09-291-8/+16
| | * Revert "drm/i915/bdw: BDW Software Turbo"Daniel Vetter2014-09-295-241/+39
| | * drm/i915/bdw: Cleanup pre prod workaroundsMika Kuoppala2014-09-241-13/+2
| | * drm/i915: Use EIO instead of EAGAIN for sink CRC error.Rodrigo Vivi2014-09-191-3/+3
| | * drm/i915: Extend BIOS stolen mem handling to all platformDaniel Vetter2014-09-192-2/+19
| | * drm/i915: Match GTT space sanity checker with implementationChris Wilson2014-09-191-9/+11
| | * drm/i915: HSW always use GGTT selector for secure batchesChris Wilson2014-09-191-2/+3
| | * drm/i915: add cherryview specfic forcewake in execlists_elsp_writeDeepak S2014-09-191-4/+25
| | * drm/i915: fix another use-after-free in i915_gem_evict_everythingMichel Thierry2014-09-191-2/+2
| | * drm/i915: Don't reinit hpd interrupts after gpu resetDaniel Vetter2014-09-191-2/+0
| | * drm/i915: Wrap -EIO send-vblank event for failed pageflip in spinlockChris Wilson2014-09-191-1/+4
| | * drm/i915: Drop any active reference before unbindingChris Wilson2014-09-191-0/+3
| | * drm/i915: Objects on the unbound list may still have an active referenceChris Wilson2014-09-193-77/+74
| | * drm/i915/edp: use lane count and link rate from DPCD for eDPJani Nikula2014-09-191-17/+9
| | * drm/i915/dp: add missing \n in the TPS3 debug messageJani Nikula2014-09-191-1/+1
| | * drm/i915/hdmi, dp: Do not dereference the encoder in the connector destroyChris Wilson2014-09-192-2/+2
| | * drm/i915: Limit the watermark to at least 8 entries on gen2/3Ville Syrjälä2014-09-191-0/+11
| | * drm/i915: Fix DVO 2x clock enable on 830MVille Syrjälä2014-09-191-4/+49
| * | drm: Extract <drm/drm_gem.h>Daniel Vetter2014-09-241-0/+1
| |/
| * Merge tag 'drm-intel-next-2014-09-05' of git://anongit.freedesktop.org/drm-in...Dave Airlie2014-09-1633-1463/+2886
| |\
| | * drm/i915: Update DRIVER_DATE to 20140905Daniel Vetter2014-09-051-1/+1
| | * drm/i915: Decouple the stuck pageflip on modesetChris Wilson2014-09-051-3/+13
| | * drm/i915: Check for a stalled page flip after each vblankChris Wilson2014-09-054-98/+167
| | * drm/i915: Introduce a for_each_plane() macroDamien Lespiau2014-09-041-0/+2
| | * drm/i915: Rewrite ABS_DIFF() in a safer mannerDamien Lespiau2014-09-041-5/+9
| | * drm/i915: Add comments explaining the vdd on/off functionsVille Syrjälä2014-09-041-0/+35
| | * drm/i915: Move DP port disable to post_disable for pch platformsVille Syrjälä2014-09-041-9/+7
| | * drm/i915: Enable DP port earlierVille Syrjälä2014-09-041-72/+100
| | * drm/i915: Turn on panel power before doing aux transfersVille Syrjälä2014-09-041-2/+2
| | * drm/i915: Be more careful when picking the initial power sequencer pipeVille Syrjälä2014-09-041-3/+38
| | * drm/i915: Reset power sequencer pipe tracking when disp2d is offVille Syrjälä2014-09-043-57/+107
| | * drm/i915: Track which port is using which pipe's power sequencerVille Syrjälä2014-09-042-25/+175
| | * drm/i915: Fix edp vdd lockingVille Syrjälä2014-09-043-13/+104
| | * drm/i915: Reset the HEAD pointer for the ring after writing STARTChris Wilson2014-09-041-0/+8
| | * drm/i915: Fix unsafe vma iteration in i915_drop_cachesChris Wilson2014-09-041-6/+11
| | * drm/i915: init sprites with univeral plane init functionDerek Foreman2014-09-031-4/+4
| | * drm/i915: Check of !HAS_PCH_SPLIT() in PCH transcoder funcsVille Syrjälä2014-09-031-2/+2
| | * drm/i915: Use HAS_GMCH_DISPLAY un underrun reporting codeVille Syrjälä2014-09-032-2/+2
| | * drm/i915: Use IS_BROADWELL() instead of IS_GEN8() in forcewake codeVille Syrjälä2014-09-031-3/+3
| | * drm/i915: Don't call gen8_fbc_sw_flush() on chvVille Syrjälä2014-09-031-1/+6
| | * drm/i915: Remove shadowed local variable 'i' from i915_interrupt_infoChris Wilson2014-09-031-1/+0
| | * drm/i915: Rename global latency_ns variableChris Wilson2014-09-031-18/+18
| | * drm/i915: Don't restrict i915_wa_registers to BDWDamien Lespiau2014-09-031-5/+0
| | * drm/i915: Remove unneeded bracketsDamien Lespiau2014-09-031-1/+1
| | * drm/i915: Don't silently discard workaroundsDamien Lespiau2014-09-031-1/+1