drm/i915: Rename intel_context[engine].ringbuf
[deliverable/linux.git] / drivers /
2016-08-02  Chris Wilsondrm/i915: Rename intel_context[engine].ringbuf
2016-08-02  Chris Wilsondrm/i915: Rename request->ringbuf to request->ring
2016-08-02  Chris Wilsondrm/i915: Unify intel_logical_ring_emit and intel_ring_emit
2016-08-02  Akash Goeldrm/i915/gen9: Update i915_drpc_info debugfs for coarse...
2016-08-02  Keith Packarddrm/i915: cleanup_plane_fb: also drop reference to...
2016-08-02  Ville Syrjälädrm/i915: Warn about aux msg buffer vs. size mismatch
2016-08-02  Ville Syrjälädrm/i915: Program FW_BLC_SELF on 915G as well
2016-08-02  Ville Syrjälädrm/i915: Always use cpp==4 for FW_BLC_SELF on 915GM...
2016-08-02  Ville Syrjälädrm/i915: Extract bdw_get_buf_trans_edp()
2016-08-02  Ville Syrjälädrm/i915: Simplify intel_ddi_get_encoder_port()
2016-08-02  Ville Syrjälädrm/i915: Get the iboost setting based on the port...
2016-08-02  Ville Syrjälädrm/i915: Split DP/eDP/FDI and HDMI/DVI DDI buffer...
2016-08-02  Ville Syrjälädrm/i915: Explicitly use ddi buf trans entry 9 for...
2016-08-02  Ville Syrjälädrm/i915: Move bxt_ddi_vswing_sequence() call into...
2016-08-02  Ville Syrjälädrm/i915: Program iboost settings for HDMI/DVI on SKL
2016-08-02  Ville Syrjälädrm/i915: Name the "iboost bit"
2016-08-02  Ville Syrjälädrm/i915: Fix iboost setting for DDI with 4 lanes on SKL
2016-08-02  Matthew Aulddrm/i915: remove redundant fbc warnings
2016-08-02  Chris Wilsondrm/i915: Protect older gen against intel_gt_init_power...
2016-08-01  David Weinehalldrm/i915/debugfs: Take runtime_pm ref for sseu
2016-07-29  Chris Wilsondrm/i915: Add missing ring_mask to Pineview
2016-07-28  Chris Wilsondrm/i915: Fix up some stray to_i915(dev) after a recent...
2016-07-28  Ville Syrjälädrm/i915: Never fully mask the the EI up rps interrupt...
2016-07-27  Chris Wilsondrm/i915: Update a couple of hangcheck comments to...
2016-07-27  Chris Wilsondrm/i915: Remove stray intel_engine_cs ring identifiers...
2016-07-27  Chris Wilsondrm/i915: Avoid using intel_engine_cs *ring for GPU...
2016-07-27  Chris Wilsondrm/i915: Use engine to refer to the user's BSD intel_e...
2016-07-27  Chris Wilsondrm/i915/cmdparser: Remove stray intel_engine_cs *ring
2016-07-27  Ville Syrjälädrm/i915: Wait up to 3ms for the pcu to ack the cdclk...
2016-07-26  Chris Wilsondrm/i915: Only drop the batch-pool's object reference
2016-07-26  Chris Wilsondrm/i915: Only clear the client pointer when tearing...
2016-07-26  Chris Wilsondrm/i915: Prefer list_first_entry_or_null
2016-07-26  Chris Wilsondrm/i915: Reduce breadcrumb lock coverage for intel_eng...
2016-07-25  Daniel Vetterdrm/i915: Update DRIVER_DATE to 20160725
2016-07-24  Chris Wilsondrm/i915: Update the breadcrumb interrupt counter befor...
2016-07-24  Chris Wilsondrm/i915: Drop racy markup of missed-irqs from idle...
2016-07-21  Chris WilsonRevert "drm/i915: Enable RC6 immediately"
2016-07-21  Daniel Vetterdrm/i915: Remove misleading CSR firmware loading docs
2016-07-21  Dave Gordondrm/i915: use i915_gem_object_put_unlocked() after...
2016-07-21  Chris Wilsondrm/i915: Enable RC6 immediately
2016-07-21  Tim Goredrm/i915:gen9: restrict WaC6DisallowByGfxPause
2016-07-21  Dave Gordondrm/i915: rename & update eb_select_ring()
2016-07-21  Dave Gordondrm/i915: rename 'ring' where it refers to an engine...
2016-07-21  Dave Gordondrm/i915: rename macro parameter(ring) to (engine)
2016-07-20  Mika Kuoppaladrm/i915/gen9: Add WaDisableGatherAtSetShaderCommonSlice
2016-07-20  Mika Kuoppaladrm/i915/gen9: Add WaInPlaceDecompressionHang
2016-07-20  Chris Wilsondrm/i915: Convert i915_semaphores_is_enabled over to...
2016-07-20  Chris Wilsondrm/i915: Rename ring->virtual_start as ring->vaddr
2016-07-20  Chris Wilsondrm/i915: Treat ringbuffer writes as write to normal...
2016-07-20  Chris Wilsondrm/i915: Rename drm_gem_object_unreference_unlocked...
2016-07-20  Chris Wilsondrm/i915: Rename drm_gem_object_unreference in preparat...
2016-07-20  Chris Wilsondrm/i915: Wrap drm_gem_object_reference in i915_gem_obj...
2016-07-20  Chris Wilsondrm/i915: Wrap drm_gem_object_lookup in i915_gem_object...
2016-07-20  Chris Wilsondrm/i915: Rename i915_gem_context_reference/unreference()
2016-07-20  Chris Wilsondrm/i915: Rename request reference/unreference to get/put
2016-07-20  Chris Wilsondrm/i915: Wait on external rendering for GEM objects
2016-07-20  Chris Wilsondrm/i915: Mark imported dma-buf objects as being coherent
2016-07-20  Chris Wilsondrm/i915: Disable waitboosting for mmioflips/semaphores
2016-07-20  Chris Wilsondrm/i915: Disable waitboosting for fence_wait()
2016-07-20  Chris Wilsondrm/i915: Derive GEM requests from dma-fence
2016-07-20  Chris Wilsondrm/i915: Mark all current requests as complete before...
2016-07-20  Chris Wilsondrm/i915: Retire oldest completed request before alloca...
2016-07-20  Chris Wilsondrm/i915: Move GEM request routines to i915_gem_request.c
2016-07-19  Rodrigo Vividrm/i915/guc: Revert "drm/i915/guc: enable GuC loading...
2016-07-19  Imre Deakdrm/i915: Give proper names to MOCS entries
2016-07-19  Imre Deakdrm/i915/bxt: Fix inadvertent CPU snooping due to incor...
2016-07-19  Imre Deakdrm/i915/gen9: Clean up MOCS table definitions
2016-07-19  Daniel Vetterdrm/i915: Update missing kerneldoc
2016-07-19  Daniel Vetterdrm/i915: Clean up kerneldoc for intel_lrc.c
2016-07-19  Daniel Vetterdrm/i915: Fixup kerneldoc code snippets in intel_uncore.c
2016-07-19  Chris Wilsondrm/i915: Handle ENOSPC after failing to insert a mappa...
2016-07-19  Dave Gordondrm/i915: refactor eb_get_batch()
2016-07-19  Dave Gordondrm/i915: compile-time consistency check on __EXEC_OBJE...
2016-07-18  Bob Paauwedrm/i915: Set legacy properties when using legacy gamma...
2016-07-18  Ville Syrjälädrm/i915: Treat eDP as always connected, again
2016-07-15  Chris Wilsondrm/i915: Flush logical context image out to memory...
2016-07-15  Chris Wilsondrm/i915/evict: Always switch away from the current...
2016-07-14  Chris Wilsondrm/i915/fbdev: Check for the framebuffer before use
2016-07-14  Chris Wilsondrm/i915/fbdev: Drain the suspend worker on retiring
2016-07-14  Lionel Landwerlindrm/i915: add missing condition for committing planes...
2016-07-14  Lyudedrm/i915: Enable polling when we don't have hpd
2016-07-14  Lyudedrm/i915/vlv: Disable HPD in valleyview_crt_detect_hotp...
2016-07-14  Lyudedrm/i915/vlv: Reset the ADPA in vlv_display_power_well_...
2016-07-14  Lyudedrm/i915/vlv: Make intel_crt_reset() per-encoder
2016-07-14  Chris Wilsondrm/i915: Hide gen6_update_ring_freq()
2016-07-14  Chris Wilsondrm/i915: Defer enabling rc6 til after we submit the...
2016-07-14  Chris Wilsondrm/i915: Remove superfluous powersave work flushing
2016-07-14  Chris Wilsondrm/i915: Define a separate variable and control for...
2016-07-14  Chris Wilsondrm/i915: Move overclocking detection to alongside...
2016-07-14  Chris Wilsondrm/i915: Perform static RPS frequency setup before...
2016-07-14  Chris Wilsondrm/i915: Preserve current RPS frequency across init
2016-07-14  Chris Wilsondrm/i915: Flush GT idle status upon reset
2016-07-14  Matthew Aulddrm/i915: remove superfluous i915_gem_object_free_mmap_...
2016-07-14  Ville Syrjälädrm/i915: Ignore panel type from OpRegion on SKL
2016-07-14  Tvrtko Ursulindrm/i915: Pull out some more common engine init code
2016-07-14  Tvrtko Ursulindrm/i915: Move common engine setup into intel_engine_cs.c
2016-07-14  Tvrtko Ursulindrm/i915: Simplify intel_init_ring_buffer prototype
2016-07-14  Tvrtko Ursulindrm/i915: Make more use of the shared engine irq setup
2016-07-14  Tvrtko Ursulindrm/i915: Unify engine init loop
2016-07-14  Tvrtko Ursulindrm/i915: Prepare for engine init unification
next
This page took 0.044461 seconds and 8 git commands to generate.