summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915
AgeCommit message (Expand)Author
2017-03-08Merge tag 'drm-intel-next-2017-03-06' of git://anongit.freedesktop.org/git/dr...Dave Airlie
2017-03-07Merge tag 'drm-misc-next-2017-03-06' of git://anongit.freedesktop.org/git/drm...Dave Airlie
2017-03-06drm/i915: Update DRIVER_DATE to 20170306Daniel Vetter
2017-03-03drm/i915: Don't use enums for hardware engine idMichal Wajdeczko
2017-03-03drm/i915: Split breadcrumbs spinlock into twoChris Wilson
2017-03-03drm/i915: Refactor wakeup of the next breadcrumb waiterChris Wilson
2017-03-03Merge branch 'WIP.sched-core-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-03-03drm/i915: Take reference for signaling the request from hardirqChris Wilson
2017-03-03drm/i915: Add FIFO underrun tracepointsVille Syrjälä
2017-03-03drm/i915: Add cxsr toggle tracepointVille Syrjälä
2017-03-03drm/i915: Add VLV/CHV watermark/FIFO programming tracepointsVille Syrjälä
2017-03-03drm/i915: Add plane update/disable tracepointsVille Syrjälä
2017-03-03drm/i915: Kill level 0 wm hack for VLV/CHVVille Syrjälä
2017-03-03drm/i915: Workaround VLV/CHV sprite1->sprite0 enable underrunVille Syrjälä
2017-03-03drm/i915: Sanitize VLV/CHV watermarks properlyVille Syrjälä
2017-03-03drm/i915: Only use update_wm_{pre,post} for pre-ilk platformsVille Syrjälä
2017-03-03drm/i915: Nuke crtc->wm.cxsr_allowedVille Syrjälä
2017-03-03drm/i915: Compute proper intermediate wms for vlv/cvhVille Syrjälä
2017-03-03drm/i915: Skip useless watermark/FIFO related work on VLV/CHV when not neededVille Syrjälä
2017-03-03drm/i915: Compute vlv/chv wms the atomic wayVille Syrjälä
2017-03-03drm/i915: Compute VLV/CHV FIFO sizes based on the PM2 watermarksVille Syrjälä
2017-03-03drm/i915: Plop vlv/chv fifo sizes into crtc stateVille Syrjälä
2017-03-03drm/i915: Plop vlv wm state into crtc_stateVille Syrjälä
2017-03-03drm/i915: Move vlv wms from crtc->wm_state to crtc->wm.active.vlvVille Syrjälä
2017-03-03drm/i915: Track plane fifo sizes under intel_crtcVille Syrjälä
2017-03-03drm/i915: Track visible planes in a bitmaskVille Syrjälä
2017-03-03drm/i915/gtt: Setup vm callbacks lateMika Kuoppala
2017-03-03drm/i915: Avoid using word legacy with ppgttMika Kuoppala
2017-03-03drm/i915/gtt: Prefer i915_vm_is_48bit() over macroMika Kuoppala
2017-03-03drm/i915: Don't mark pdps clear if pdps are not submittedMika Kuoppala
2017-03-03drm/i915/gtt: Make I915_PDPES_PER_PDP inline functionMika Kuoppala
2017-03-03drm/i915: Generalise wait for execlists to be idleChris Wilson
2017-03-03drm/i915: Ensure the engine is idle before manually changing HWSChris Wilson
2017-03-03drm/i915: Remove duplicate DDI enabling logic from MST pathAnder Conselvan de Oliveira
2017-03-03drm/i915: Remove direct usages of intel_crtc->config from DDI codeAnder Conselvan de Oliveira
2017-03-03drm/i915: Pass intel_crtc to DDI functions called from crtc en/disableAnder Conselvan de Oliveira
2017-03-03drm/i915: Pass pipe_config to fdi_link_train() functionsAnder Conselvan de Oliveira
2017-03-03drm/i915: Pass pipe_config to pch_enable() functionsAnder Conselvan de Oliveira
2017-03-03drm/i915: Pass intel_crtc to intel_lpt_pch_enable()Ander Conselvan de Oliveira
2017-03-03drm/i915: Pass intel_crtc to fdi_link_train() hooksAnder Conselvan de Oliveira
2017-03-03drm/i915: Differentiate between hangcheck waiting for timer or schedulerChris Wilson
2017-03-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-03-02drm/i915: Drop spinlocks around adding to the client request listChris Wilson
2017-03-02drm/i915: Do .init_clock_gating() earlier to avoid it clobbering watermarksVille Syrjälä
2017-03-02drm/i915: Include power-management state in gpu error dumpChris Wilson
2017-03-02drm/i915: Include GT/seqno activity in engine/hangcheck debugfsChris Wilson
2017-03-02drm/i915/guc: Disable irq for __i915_guc_submit wq_lockChris Wilson
2017-03-02drm/i915: s/assert_spin_locked/lockdep_assert_held/Chris Wilson
2017-03-02drm/i915: Assert that fence->lock is held in an irq-safe mannerChris Wilson
2017-03-02drm/i915: Fix legacy cursor vs. watermarks for ILK-BDWVille Syrjälä