aboutsummaryrefslogtreecommitdiffstats
path: root/kernel (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2016-12-22drm/i915: Disable L2 cache clock gating on 830 when using the overlayVille Syrjälä3-2/+34
2016-12-22drm/i915: Use primary plane->state for overlay ckey setupVille Syrjälä1-16/+17
2016-12-22drm/i915: Reorganize overlay filter coeffs into a nicer formVille Syrjälä1-28/+36
2016-12-22drm/i915: Simplify SWIDTHSW calculationVille Syrjälä1-13/+11
2016-12-22drm/i915: Kill intel_panel_fitter_pipe()Ville Syrjälä1-28/+1
2016-12-22drm/i915: Use pipe_src_w in overlay codeVille Syrjälä1-7/+7
2016-12-22drm/i915: Fix the overlay frontbuffer trackingVille Syrjälä1-23/+41
2016-12-22drm/i915: Fix oops in overlay due to frontbuffer trackingVille Syrjälä1-2/+2
2016-12-22drm/i915: Fix oopses in the overlay code due to i915_gem_active stuffVille Syrjälä2-1/+21
2016-12-22drm/i915: Initialize overlay->last_flip properlyVille Syrjälä1-0/+2
2016-12-22drm/i915: Move the min_pixclk[] handling to the end of readoutVille Syrjälä1-16/+16
2016-12-22drm/i915: Force VDD off on the new power seqeuencer before starting to use itVille Syrjälä1-7/+34
2016-12-22drm/i915/ddi: Rely on VBT DDI port info for eDP detectionImre Deak3-1/+6
2016-12-22drm/i915: Check num_pipes before initializing audio componentElaine Wang1-0/+3
2016-12-21drm/i915/glk: Add new bit fields in MIPI CTRL registerDeepak M1-0/+15
2016-12-20drm/i915: Remove useless VLV_FEATURE Macro.Rodrigo Vivi1-18/+16
2016-12-20drm/i915: fully apply WaSkipStolenMemoryFirstPagePaulo Zanoni3-26/+22
2016-12-20drm/i915: skip the first 4k of stolen memory on everything >= gen8Paulo Zanoni1-3/+2
2016-12-20drm/i915: Add a test that we terminate the trimmed sgtable as expectedChris Wilson1-0/+1
2016-12-20drm/i915: Fallback to single PAGE_SIZE segments for DMA remappingChris Wilson1-4/+22
2016-12-20drm/i915/breadcrumbs: s/container_of/rb_entry/Chris Wilson1-2/+2
2016-12-20drm/i915/debugfs: use rb_entry()Geliang Tang1-3/+3
2016-12-19drm/i915: Simplify gem stolen initialization.Rodrigo Vivi1-5/+4
2016-12-19drm/i915: Rename get stolen functions for LP platforms chv+Rodrigo Vivi1-2/+2
2016-12-19drm/i915: Expand is_lp backwards to gen8_lp and gen7_lp.Rodrigo Vivi2-0/+3
2016-12-19drm/i915: Prevent PPS stealing from a normal DP port on VLV/CHVVille Syrjälä2-47/+111
2016-12-19drm/i915: Drop mutex after successful kref_put_mutex()Chris Wilson1-3/+4
2016-12-18drm/i915: Swap if(enable_execlists) in i915_gem_request_alloc for a vfuncChris Wilson5-10/+8
2016-12-18drm/i915/execlists: Request the kernel context be pinned highChris Wilson1-2/+6
2016-12-18drm/i915: Mark the shadow gvt context as closedChris Wilson2-9/+2
2016-12-18drm/i915: Simplify releasing context referenceChris Wilson2-12/+11
2016-12-18drm/i915: Unify active context tracking between legacy/execlists/gucChris Wilson14-217/+151
2016-12-18drm/i915: Move intel_lrc_context_pin() to avoid the forward declarationChris Wilson1-67/+65
2016-12-18drm/i915: Add a reminder that i915_vma_move_to_active() requires struct_mutexChris Wilson1-0/+1
2016-12-16drm/i915: convert to using range_overflowsMatthew Auld2-8/+5
2016-12-16drm/i915: introduce range_overflows utility macrosMatthew Auld1-0/+12
2016-12-16drm/i915: move vma sanity checking into i915_vma_bindMatthew Auld2-12/+6
2016-12-16drm/i915: introduce GEM_WARN_ONMatthew Auld1-0/+2
2016-12-16drm/i915: Fix use after free in logical_render_ring_initTvrtko Ursulin1-6/+1
2016-12-16drm/i915: relax uncritical udelay_range()Nicholas Mc Guire1-2/+4
2016-12-16drm/i915: relax uncritical udelay_range() settingsNicholas Mc Guire1-1/+2
2016-12-16drm/i915: Fix inconsistent naming of i915_guc_client parameterMichal Wajdeczko1-32/+34
2016-12-15drm/i915: Optimise VMA lookup slightlyTvrtko Ursulin1-2/+10
2016-12-14drm/i915: disable PSR by default on HSW/BDWPaulo Zanoni1-7/+3
2016-12-14drm/i915: Fix setting of boost freq tunableMika Kuoppala1-1/+1
2016-12-14drm/i915: simplify check for I915G/I945G in bit 6 swizzling detectionJani Nikula1-2/+1
2016-12-13drm/i915: tune down the fast link training vs boot failDaniel Vetter1-2/+2
2016-12-13drm/i915: clean up Hz to PWM for i965Mika Kahola1-2/+1
2016-12-13drm/i915: Intel panel downclock cleanupMika Kahola3-5/+5
2016-12-13drm/i915: Intel panel detection cleanupMika Kahola4-7/+6