summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2016-05-02drm/i915: Parse LFP brightness control field in VBTDeepak M4-0/+24
2016-05-02drm/i915: Add rpm get/put in oom and vmap notifierPraveen Paneri1-0/+4
2016-05-02drm/i915: Unbind objects in shrinker only if device is runtime activePraveen Paneri1-0/+12
2016-05-02drm/i915/lvds: separate border enable readout from panel fitterJani Nikula2-3/+4
2016-04-29drm/i915: Enable semaphores for legacy submission on gen8Chris Wilson1-4/+0
2016-04-29drm/i915: Reload PD tables after semaphore wait on gen8Chris Wilson1-0/+10
2016-04-29drm/i915: Fix serialisation of pipecontrol write vs semaphore signalChris Wilson1-2/+1
2016-04-29drm/i915: Fix gen8 semaphores id for legacy modeChris Wilson2-3/+9
2016-04-29drm/i915: Fix ordering of sanitize ppgtt and sanitize execlistsChris Wilson5-16/+20
2016-04-29drm/i915: Apply strongly ordered RCS breadcrumb to gen8/legacyChris Wilson3-9/+38
2016-04-29drm/i915: Trim the flush for the execlists request emissionChris Wilson1-2/+5
2016-04-29drm/i915: Trim the flush for the legacy request emissionChris Wilson1-2/+7
2016-04-29drm/i915: Bump reserved size for legacy gen8 semaphore emissionChris Wilson1-4/+4
2016-04-29drm/i915: Move VLV HDMI lane reset work around logic to intel_dpio_phy.cAnder Conselvan de Oliveira3-11/+17
2016-04-29drm/i915: Unduplicate pre encoder enabling phy codeAnder Conselvan de Oliveira4-41/+33
2016-04-29drm/i915: Unduplicate VLV phy pre pll enabling codeAnder Conselvan de Oliveira4-51/+31
2016-04-29drm/i915: Unduplicate VLV signal level codeAnder Conselvan de Oliveira4-27/+37
2016-04-29drm/i915: Unduplicate CHV encoders' post pll disable codeAnder Conselvan de Oliveira4-58/+36
2016-04-29drm/i915: Unduplicate CHV pre-encoder enabling phy logicAnder Conselvan de Oliveira4-146/+98
2016-04-29drm/i915: Unduplicate CHV phy-releated pre pll enabling codeAnder Conselvan de Oliveira5-155/+89
2016-04-29drm/i915: Unduplicate chv_data_lane_soft_reset()Ander Conselvan de Oliveira4-88/+45
2016-04-29drm/i915: Unduplicate CHV signal level codeAnder Conselvan de Oliveira5-165/+136
2016-04-29drm/i915: Set crtc_state->lane_count for HDMIAnder Conselvan de Oliveira2-1/+7
2016-04-28drm/i915: Fix comments about GMBUSFREQ registerVille Syrjälä1-10/+5
2016-04-28drm/i915: Use cached cdclk value in i915_audio_component_get_cdclk_freq()Ville Syrjälä1-7/+1
2016-04-28drm/i915: Update CDCLK_FREQ register on BDW after changing cdclk frequencyVille Syrjälä2-0/+4
2016-04-28drm/i915/bxt: Adjusting the error in horizontal timings retrievalRamalingam C1-9/+88
2016-04-28drm/i915/BXT: Retrieving the horizontal timing for DSIRamalingam C1-7/+37
2016-04-28drm/i915: Unify GPU resets upon shutdownChris Wilson3-25/+38
2016-04-28drm/i915: Stop tracking execlists retired requestsTvrtko Ursulin4-36/+16
2016-04-28drm/i915: Store LRC hardware id in the requestTvrtko Ursulin2-1/+4
2016-04-28drm/i915: Track the previous pinned context inside the requestChris Wilson3-10/+23
2016-04-28drm/i915: Move releasing of the GEM request from free to retire/cancelChris Wilson4-30/+11
2016-04-28drm/i915: Move the magical deferred context allocation into the requestChris Wilson3-16/+13
2016-04-28drm/i915: Refactor execlists default context pinningChris Wilson4-93/+65
2016-04-28drm/i915: Replace the pinned context address with its unique IDChris Wilson3-40/+14
2016-04-28drm/i915: Assign every HW context a unique IDChris Wilson3-1/+47
2016-04-28drm/i915: Update execlists context descriptor format commentaryChris Wilson1-5/+6
2016-04-28drm/i915: Preallocate enough space for the average requestChris Wilson2-1/+22
2016-04-28drm/i915: Manually unwind after a failed request allocationChris Wilson3-22/+24
2016-04-28drm/i915: Remove the identical implementations of request space reservationChris Wilson5-82/+20
2016-04-28drm/i915: Unify intel_ring_begin()Chris Wilson5-261/+89
2016-04-28drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson5-92/+31
2016-04-28drm/i915: Remove early l3-remapChris Wilson3-12/+3
2016-04-28drm/i915: Consolidate L3 remapping LRIChris Wilson1-9/+7
2016-04-28drm/i915: L3 cache remapping is part of context switchingChris Wilson2-31/+31
2016-04-28drm/i915: Mark the current context as lost on suspendChris Wilson3-31/+25
2016-04-28drm/i915: Use i915_vma_pin_iomap on the ringbuffer objectChris Wilson1-7/+9
2016-04-28drm/i915: Move ioremap_wc tracking onto VMAChris Wilson5-16/+108
2016-04-28drm/i915: Introduce i915_vm_to_ggtt()Chris Wilson1-4/+11