aboutsummaryrefslogtreecommitdiff
path: root/drivers/gpu
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-28io-mapping: Specify mapping size for io_mapping_map_wc()Chris Wilson1-1/+2
2016-04-28drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addrChris Wilson1-6/+3
2016-04-28drm/i915/fbdev: Call intel_unpin_fb_obj() on releaseChris Wilson3-2/+8
2016-04-28drm/i915: Propagate error from drm_gem_object_init()Chris Wilson10-33/+41
2016-04-28drm/i915: Protect gen7 irq_seqno_barrier with uncore lockChris Wilson1-1/+7
2016-04-27drm/i915: Update RAWCLK_FREQ register on VLV/CHVVille Syrjälä5-2/+13
2016-04-27drm/i915: Unify VLV/CHV DPOunit clock gating disable/enableVille Syrjälä1-6/+7
2016-04-27drm/i915: tidy up gen8_init_scratchMatthew Auld1-9/+16
2016-04-27drm/i915/dsi: add support for gpio elements on CHVJani Nikula1-0/+70
2016-04-27drm/i915/dsi: add support for sequence block v3 gpio for VLVJani Nikula1-2/+2