summaryrefslogtreecommitdiff
path: root/drivers/gpu
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: Allow userspace to request no-error-capture upon GPU hangsChris Wilson2016-07-043-9/+28
* drm/i915: Record the ringbuffer associated with the requestChris Wilson2016-07-041-20/+8
* drm/i915: Remove stop-rings debugfs interfaceChris Wilson2016-07-047-112/+15
* drm/i915: Flush the RPS bottom-half when the GPU idlesChris Wilson2016-07-043-24/+22
* drm/i915: Add background commentary to "waitboosting"Chris Wilson2016-07-041-0/+15
* drm/i915: Restore waitboost credit to the synchronous waiterChris Wilson2016-07-041-0/+16
* drm/i915: Remove redundant queue_delayed_work() from throttle ioctlChris Wilson2016-07-041-3/+0
* drm/i915: Do not keep postponing the idle-workChris Wilson2016-07-041-3/+3
* drm/i915: Only start retire worker when idleChris Wilson2016-07-049-115/+135
* drm/i915: Remove check for !crtc_state in intel_plane_atomic_calc_changes()Chris Wilson2016-07-021-2/+1
* drm/i915: Fix inconsistent indentation in intel_pre_enable_lvds()Chris Wilson2016-07-021-2/+2
* drm/i915: Fix buffer overflow in dsi_calc_mnp()Chris Wilson2016-07-021-8/+9
* drm/i915: Fix inconsistent indenting in vbt_panel_init()Chris Wilson2016-07-021-4/+3
* drm/i915: Match bitmask size to types in intel_fb_initial_config()Chris Wilson2016-07-021-13/+15
* drm/i915: Fix inconsistent indenting in i915_error_state_to_str()Chris Wilson2016-07-021-1/+1
* drm/i915: Fix indentation in i915_gem_framebuffer_info()Chris Wilson2016-07-021-13/+13
* drm/915: Fix long lines and random indent in gen6_set_rps_thresholds()Chris Wilson2016-07-021-16/+22
* drm/i915: Fix random indent in i915_drm_resume()Chris Wilson2016-07-021-1/+1
* drm/i915: Remove debug noise on detecting fault-injection of missed interruptsChris Wilson2016-07-011-3/+0
* drm/i915: Simplify enabling user-interrupts with L3-remappingChris Wilson2016-07-012-25/+13
* drm/i915: Move the get/put irq locking into the callerChris Wilson2016-07-015-202/+92
* drm/i915: Embed signaling node into the GEM requestChris Wilson2016-07-013-41/+45
* drm/i915: Convert trace-irq to the breadcrumb waiterChris Wilson2016-07-015-18/+203
* drm/i915: Stop setting wraparound seqno on initialisationChris Wilson2016-07-011-14/+0
* drm/i915: Only apply one barrier after a breadcrumb interrupt is postedChris Wilson2016-07-014-7/+26
* drm/i915: Check the CPU cached value in HWS of seqno after waking the waiterChris Wilson2016-07-011-4/+10
* drm/i915: Add a delay between interrupt and inspecting the final seqno (ilk)Chris Wilson2016-07-012-71/+20
* drm/i915: Refactor scratch object allocation for gen2 w/a bufferChris Wilson2016-07-013-26/+10
* drm/i915: Allocate scratch page from stolenChris Wilson2016-07-011-1/+3
* drm/i915: Stop mapping the scratch page into CPU spaceChris Wilson2016-07-012-30/+11
* drm/i915: Use HWS for seqno tracking everywhereChris Wilson2016-07-019-86/+34
* drm/i915: Spin after waking up for an interruptChris Wilson2016-07-015-29/+45
* drm/i915: Slaughter the thundering i915_wait_request herdChris Wilson2016-07-0110-110/+648
* drm/i915: Separate GPU hang waitqueue from advanceChris Wilson2016-07-013-15/+15
* drm/i915: Make queueing the hangcheck work inlineChris Wilson2016-07-012-18/+17
* drm/i915: Remove the dedicated hangcheck workqueueChris Wilson2016-07-013-12/+4
* drm/i915: Delay queuing hangcheck to wait-requestChris Wilson2016-07-012-10/+15
* drm/i915/shrinker: Flush active on objects before countingChris Wilson2016-07-011-0/+2
* drm/i915/bxt: Remove the preliminary_hw_support flagImre Deak2016-07-011-1/+0
* drm/i915/bxt: Export pooled eu info to userspacearun.siluvery@linux.intel.com2016-07-011-0/+6
* drm/i915/bxt: Fix sanity check for BIOS RC6 setupImre Deak2016-07-012-6/+31
* drm/i915: Fix log type for RC6 debug messagesImre Deak2016-07-011-12/+14
* drm/i915/ringbuffer: Move all default irq vfuncs init to a separate funcChris Wilson2016-07-011-19/+24
* drm/i915/ringbuffer: Move all generic engine->dispatch_batchbuffer togetherChris Wilson2016-07-011-13/+14
* drm/i915: Trim some if-else bracesTvrtko Ursulin2016-06-301-9/+6
* drm/i915: Consolidate legacy semaphore initializationTvrtko Ursulin2016-06-301-62/+48
* drm/i915: Compact gen8_ring_syncTvrtko Ursulin2016-06-301-4/+3
* drm/i915: Compact Gen8 semaphore initializationTvrtko Ursulin2016-06-302-14/+14
* drm/i915: Move semaphore object creation into intel_ring_init_semaphoresTvrtko Ursulin2016-06-301-20/+25
* drm/i915: Consolidate semaphore vfuncs initTvrtko Ursulin2016-06-301-30/+18