drm/i915: Replace manual lvds and sdvo/hdmi counting with intel_crtc_has_type()
[cascardo/linux.git] / drivers /
2016-07-07 Ville Syrjälädrm/i915: Replace manual lvds and sdvo/hdmi counting...
2016-07-07 Ville Syrjälädrm/i915: Unify intel_pipe_has_type() and intel_pipe_wi...
2016-07-07 Ville Syrjälädrm/i915: Add output_types bitmask into the crtc state
2016-07-07 Ville Syrjälädrm/i915: Remove encoder type checks from MST suspend...
2016-07-07 Ville Syrjälädrm/i915: Don't mark eDP encoders as MST capable
2016-07-06 Dave Gordondrm/i915: avoid wait_for_atomic() in non-atomic host2gu...
2016-07-06 Chris Wilsondrm/i915: Group the irq breadcrumb variables into the...
2016-07-06 Chris Wilsondrm/i915: Wake up the bottom-half if we steal their...
2016-07-06 Chris Wilsondrm/i915: Always double check for a missed interrupt...
2016-07-05 Chris Wilsondrm/i915: Convert dev_priv->dev backpointers to dev_pri...
2016-07-05 Chris Wilsondrm/i915: Remove impossible tests for dev->dev_private
2016-07-05 Chris Wilsondrm/i915: Remove use of dev_priv->dev backpointer in...
2016-07-05 Chris Wilsondrm/i915: Split out runtime configuration of device...
2016-07-05 Chris Wilsondrm/i915: Skip capturing an error state if we already...
2016-07-05 Chris Wilsondrm/i915: Clean up GPU hang message
2016-07-05 Chris Wilsondrm/i915: Amalgamate gen6_mm_switch() and vgpu_mm_switch()
2016-07-05 Chris Wilsondrm/i915: Replace lockless_dereference(bool) with READ_...
2016-07-04 Tvrtko Ursulindrm/i915: Explicitly convert some macros to boolean...
2016-07-04 Dave Gordondrm/i915: convert a few more E->dev_private to to_i915(E)
2016-07-04 Chris Wilsondrm/i915: Mass convert dev->dev_private to to_i915...
2016-07-04 Peter Antoinei915/guc: Add Kabylake GuC Loading
2016-07-04 Peter AntoineRevert "drm/i915/kbl: drm/i915: Avoid GuC loading for...
2016-07-04 Chris Wilsondrm/i915: Limit i915_ring_test_irq debugfs to actual...
2016-07-04 Chris Wilsondrm/i915: Hold irq uncore.lock when initialising fw_domains
2016-07-04 Chris Wilsondrm/i915: Allow userspace to request no-error-capture...
2016-07-04 Chris Wilsondrm/i915: Record the ringbuffer associated with the...
2016-07-04 Chris Wilsondrm/i915: Remove stop-rings debugfs interface
2016-07-04 Chris Wilsondrm/i915: Flush the RPS bottom-half when the GPU idles
2016-07-04 Chris Wilsondrm/i915: Add background commentary to "waitboosting"
2016-07-04 Chris Wilsondrm/i915: Restore waitboost credit to the synchronous...
2016-07-04 Chris Wilsondrm/i915: Remove redundant queue_delayed_work() from...
2016-07-04 Chris Wilsondrm/i915: Do not keep postponing the idle-work
2016-07-04 Chris Wilsondrm/i915: Only start retire worker when idle
2016-07-02 Chris Wilsondrm/i915: Remove check for !crtc_state in intel_plane_a...
2016-07-02 Chris Wilsondrm/i915: Fix inconsistent indentation in intel_pre_ena...
2016-07-02 Chris Wilsondrm/i915: Fix buffer overflow in dsi_calc_mnp()
2016-07-02 Chris Wilsondrm/i915: Fix inconsistent indenting in vbt_panel_init()
2016-07-02 Chris Wilsondrm/i915: Match bitmask size to types in intel_fb_initi...
2016-07-02 Chris Wilsondrm/i915: Fix inconsistent indenting in i915_error_stat...
2016-07-02 Chris Wilsondrm/i915: Fix indentation in i915_gem_framebuffer_info()
2016-07-02 Chris Wilsondrm/915: Fix long lines and random indent in gen6_set_r...
2016-07-02 Chris Wilsondrm/i915: Fix random indent in i915_drm_resume()
2016-07-01 Chris Wilsondrm/i915: Remove debug noise on detecting fault-injecti...
2016-07-01 Chris Wilsondrm/i915: Simplify enabling user-interrupts with L3...
2016-07-01 Chris Wilsondrm/i915: Move the get/put irq locking into the caller
2016-07-01 Chris Wilsondrm/i915: Embed signaling node into the GEM request
2016-07-01 Chris Wilsondrm/i915: Convert trace-irq to the breadcrumb waiter
2016-07-01 Chris Wilsondrm/i915: Stop setting wraparound seqno on initialisation
2016-07-01 Chris Wilsondrm/i915: Only apply one barrier after a breadcrumb...
2016-07-01 Chris Wilsondrm/i915: Check the CPU cached value in HWS of seqno...
2016-07-01 Chris Wilsondrm/i915: Add a delay between interrupt and inspecting...
2016-07-01 Chris Wilsondrm/i915: Refactor scratch object allocation for gen2...
2016-07-01 Chris Wilsondrm/i915: Allocate scratch page from stolen
2016-07-01 Chris Wilsondrm/i915: Stop mapping the scratch page into CPU space
2016-07-01 Chris Wilsondrm/i915: Use HWS for seqno tracking everywhere
2016-07-01 Chris Wilsondrm/i915: Spin after waking up for an interrupt
2016-07-01 Chris Wilsondrm/i915: Slaughter the thundering i915_wait_request...
2016-07-01 Chris Wilsondrm/i915: Separate GPU hang waitqueue from advance
2016-07-01 Chris Wilsondrm/i915: Make queueing the hangcheck work inline
2016-07-01 Chris Wilsondrm/i915: Remove the dedicated hangcheck workqueue
2016-07-01 Chris Wilsondrm/i915: Delay queuing hangcheck to wait-request
2016-07-01 Chris Wilsondrm/i915/shrinker: Flush active on objects before counting
2016-07-01 Imre Deakdrm/i915/bxt: Remove the preliminary_hw_support flag
2016-07-01 arun.siluvery@linu... drm/i915/bxt: Export pooled eu info to userspace
2016-07-01 Imre Deakdrm/i915/bxt: Fix sanity check for BIOS RC6 setup
2016-07-01 Imre Deakdrm/i915: Fix log type for RC6 debug messages
2016-07-01 Chris Wilsondrm/i915/ringbuffer: Move all default irq vfuncs init...
2016-07-01 Chris Wilsondrm/i915/ringbuffer: Move all generic engine->dispatch_...
2016-06-30 Tvrtko Ursulindrm/i915: Trim some if-else braces
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate legacy semaphore initialization
2016-06-30 Tvrtko Ursulindrm/i915: Compact gen8_ring_sync
2016-06-30 Tvrtko Ursulindrm/i915: Compact Gen8 semaphore initialization
2016-06-30 Tvrtko Ursulindrm/i915: Move semaphore object creation into intel_rin...
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate semaphore vfuncs init
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate dispatch_execbuffer vfunc
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate init_hw vfunc
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate get/set_seqno
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate get and put irq vfuncs
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate seqno_barrier vfunc
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate add_request vfunc
2016-06-30 Tvrtko Ursulindrm/i915: Consolidate write_tail vfunc initializer
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Perform Sandybridge BSD tail write under...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
2016-06-30 Chris Wilsondrm/i915: Convert wait_for(I915_READ(reg)) to intel_wai...
next