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