summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Unduplicate CHV phy-releated pre pll enabling codeAnder Conselvan de Oliveira2016-04-295-155/+89
* drm/i915: Unduplicate chv_data_lane_soft_reset()Ander Conselvan de Oliveira2016-04-294-88/+45
* drm/i915: Unduplicate CHV signal level codeAnder Conselvan de Oliveira2016-04-295-165/+136
* 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/+5
* drm/i915: Use cached cdclk value in i915_audio_component_get_cdclk_freq()Ville Syrjälä2016-04-281-7/+1
* 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/+16
* 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/+11
* drm/i915: Move the magical deferred context allocation into the requestChris Wilson2016-04-283-16/+13
* drm/i915: Refactor execlists default context pinningChris Wilson2016-04-284-93/+65
* drm/i915: Replace the pinned context address with its unique IDChris Wilson2016-04-283-40/+14
* 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/+20
* drm/i915: Unify intel_ring_begin()Chris Wilson2016-04-285-261/+89
* drm/i915: Rearrange switch_context to load the aliasing ppgtt on first useChris Wilson2016-04-285-92/+31
* drm/i915: Remove early l3-remapChris Wilson2016-04-283-12/+3
* drm/i915: Consolidate L3 remapping LRIChris Wilson2016-04-281-9/+7
* 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/+25
* 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
* drm/i915/overlay: Replace i915_gem_obj_ggtt_offset() with the known flip_addrChris Wilson2016-04-281-6/+3
* drm/i915/fbdev: Call intel_unpin_fb_obj() on releaseChris Wilson2016-04-283-2/+8
* drm/i915: Propagate error from drm_gem_object_init()Chris Wilson2016-04-2810-33/+41
* drm/i915: Protect gen7 irq_seqno_barrier with uncore lockChris Wilson2016-04-281-1/+7
* drm/i915: Update RAWCLK_FREQ register on VLV/CHVVille Syrjälä2016-04-275-2/+13
* drm/i915: Unify VLV/CHV DPOunit clock gating disable/enableVille Syrjälä2016-04-271-6/+7
* drm/i915: tidy up gen8_init_scratchMatthew Auld2016-04-271-9/+16
* drm/i915/dsi: add support for gpio elements on CHVJani Nikula2016-04-271-0/+70
* drm/i915/dsi: add support for sequence block v3 gpio for VLVJani Nikula2016-04-271-2/+2
* drm/i915: Parsing the PWM cntrl and CABC ON/OFF fields in VBTDeepak M2016-04-262-1/+17
* drm/i915: Add Backlight Control using DPCD for eDP connectors (v9)Yetunde Adebisi2016-04-266-0/+185
* drm/i915: Read eDP Display control capability registersYetunde Adebisi2016-04-262-5/+11
* drm/i915/dsi: don't pretend we support SC GPIOsJani Nikula2016-04-261-1/+2
* drm/i915: Simplify i915_gem_obj_ggtt_bound_viewTvrtko Ursulin2016-04-251-3/+1
* drm/i915: Simplify i915_gem_obj_ggtt_offset_viewTvrtko Ursulin2016-04-251-4/+1
* drm/i915: Simplify i915_gem_obj_to_ggtt_viewTvrtko Ursulin2016-04-251-6/+2
* drm/i915: Remove i915_gem_obj_sizeTvrtko Ursulin2016-04-252-19/+6
* drm/i915: rename i915_gem_alloc_object() to i915_gem_object_create()Dave Gordon2016-04-2511-18/+18
OpenPOWER on IntegriCloud