aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_ringbuffer.c
Commit message (Expand)AuthorAge
* drm/i915: fix up ring cleanup for the i830/i845 CS tlb w/aDaniel Vetter2013-07-09
* drm/i915: reinit status page registers after gpu resetDaniel Vetter2013-07-04
* drm/i915: change i915_add_request to macroMika Kuoppala2013-06-13
* drm/i915: Initialize ring->hangcheck upon ring initChris Wilson2013-06-11
* drm/i915: WA: FBC Render Nuke.Rodrigo Vivi2013-06-07
* drm/i915: Enable vebox interruptsBen Widawsky2013-05-31
* drm/i915: vebox interrupt get/putBen Widawsky2013-05-31
* drm/i915: consolidate interrupt naming schemeBen Widawsky2013-05-31
* drm/i915: Convert irq_refounct to structBen Widawsky2013-05-31
* drm/i915: Vebox ringbuffer initBen Widawsky2013-05-31
* drm/i915: Rename ring flush functionsBen Widawsky2013-05-31
* drm/i915: Add VECS semaphore bitsBen Widawsky2013-05-31
* drm/i915: Introduce VECS: the 4th ringBen Widawsky2013-05-31
* drm/i915: Semaphore MBOX update generalizationBen Widawsky2013-05-31
* drm/i915: Comments for semaphore clarificationBen Widawsky2013-05-31
* drm/i915: fix error return code in init_pipe_control()Wei Yongjun2013-05-31
* drm/i915: track ring progression using seqnosMika Kuoppala2013-05-31
* drm/i915: Add references to some workaround we implementDamien Lespiau2013-05-10
* drm/i915: Fix PIPE_CONTROL DW/QW write through global GTT on IVB+Ville Syrjälä2013-02-19
* drm/i915: Print the pipe control page GTT addressVille Syrjälä2013-02-19
* Merge branch 'fbcon-locking-fixes' of ssh://people.freedesktop.org/~airlied/l...Dave Airlie2013-02-07
|\
| * drm/i915: GFX_MODE Flush TLB Invalidate Mode must be '1' for scanline waitsChris Wilson2013-01-22
| * drm/i915: Disable AsyncFlip performance optimisationsChris Wilson2013-01-22
* | drm/i915: use gem_set_seqno() on hardware initMika Kuoppala2013-01-22
* | drm/i915: move wedged to the other gpu error handling stuffDaniel Vetter2013-01-20
* | drm/i915: extract hangcheck/reset/error_state state into substructDaniel Vetter2013-01-20
* | drm/i915: Remove use on gma_bus_addr on gen6+Ben Widawsky2013-01-17
* | Merge tag 'drm-intel-next-2012-12-21' of git://people.freedesktop.org/~danvet...Dave Airlie2013-01-17
|\ \ | |/ |/|
| * drm/i915: Initialize hardware semaphore state on ring initMika Kuoppala2012-12-19
| * drm/i915: Introduce ring set_seqnoMika Kuoppala2012-12-19
| * drm/i915: Don't emit semaphore wait if wrap happenedMika Kuoppala2012-12-11
| * drm/i915: Add intel_ring_handle_seqno wrapMika Kuoppala2012-12-06
| * drm/i915: Split intel_ring_beginMika Kuoppala2012-12-06
| * drm/i915: Allocate ringbuffers from stolen memoryChris Wilson2012-11-30
* | drm/i915: Implement workaround for broken CS tlb on i830/845Daniel Vetter2012-12-17
* | drm/i915: Don't allow ring tail to reach the same cacheline as headVille Syrjälä2012-12-03
|/
* drm/i915: Rearrange code to only have a single method for waiting upon the ringChris Wilson2012-11-29
* drm/i915: Preallocate next seqno before touching the ringChris Wilson2012-11-29
* drm/i915: Use LRI to update the semaphore registersChris Wilson2012-11-21
* drm/i915: Restore physical HWS_PGA after resumeChris Wilson2012-11-16
* drm/i915: drop the double-OP_STOREDW usage in blt_ring_flushDaniel Vetter2012-11-11
* drm/i915: PIPE_CONTROL TLB invalidate requires CS stallJesse Barnes2012-11-11
* drm/i915: TLB invalidation with MI_FLUSH_DW requires a post-sync op v3Jesse Barnes2012-11-11
* drm/i915/ringbuffer: exclude last 2 cachelines on 845g on all callpathsMika Kuoppala2012-11-11
* Merge tag 'v3.7-rc2' into drm-intel-next-queuedDaniel Vetter2012-10-22
|\
| * Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2012-10-04
| |\
| * | UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells2012-10-02
| * | UAPI: (Scripted) Remove redundant DRM UAPI header #inclusions from drivers/gpu/.David Howells2012-10-02
* | | drm/i915: Allow DRM_ROOT_ONLY|DRM_MASTER to submit privileged batchbuffersChris Wilson2012-10-17
| |/ |/|
* | drm/i915: Replace the array of pages with a scatterlistChris Wilson2012-09-20