summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/intel_lrc.c
AgeCommit message (Expand)Author
2014-12-05drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/Ville Syrjälä
2014-12-03drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel
2014-12-03drm/i915: Flatten engine init control flowDaniel Vetter
2014-12-03drm/i915: Only init engines onceDaniel Vetter
2014-12-03drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter
2014-12-03drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter
2014-12-03drm/i915: Consolidate ring freespace calculationsDave Gordon
2014-12-03drm/i915: Connect requests to rings at creation not submissionJohn Harrison
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison
2014-12-03drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter
2014-12-03drm/i915: Remove 'outstanding_lazy_seqno'John Harrison
2014-12-03drm/i915: Add reference count to request structureJohn Harrison
2014-12-03drm/i915: Ensure OLS & PLR are always in syncJohn Harrison
2014-12-03drm/i915: Don't read 'HEAD' MMIO register in LRC modeDave Gordon
2014-12-03drm/i915: Check for matching ringbuffer in logical_ring_wait_request()Dave Gordon
2014-11-19drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel
2014-11-18drm/i915: Drop return value from lrc_setup_hardware_status_pageDaniel Vetter
2014-11-14drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+Damien Lespiau
2014-11-14drm/i915/skl: Use correct use counters for force wakesTvrtko Ursulin
2014-11-14drm/i915/skl: Add Gen9 LRC sizeMichael H. Nguyen
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter
2014-11-07drm/i915/bdw: Setup global hardware status page in execlists modeThomas Daniel
2014-11-07Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...Dave Airlie
2014-11-04drm/i915: Remove redundant return value and WARN_ONDave Gordon
2014-11-04drm/i915: Fix null pointer dereference in ring cleanup codeJohn Harrison
2014-10-21gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida
2014-09-19drm/i915: Fix irq checks in ring->irq_get/put functionsDaniel Vetter
2014-09-19drm/i915: add cherryview specfic forcewake in execlists_elsp_writeDeepak S
2014-09-03drm/i915/bdw: Render state init for ExeclistsOscar Mateo
2014-09-03drm/i915/bdw: Populate lrc with aliasing ppgtt if requiredThomas Daniel
2014-08-20drm/i915/bdw: Document Logical Rings, LR contexts and ExeclistsOscar Mateo
2014-08-20drm/i915/bdw: Display execlists info in debugfsOscar Mateo
2014-08-14drm/i915/bdw: Help out the ctx switch interrupt handlerOscar Mateo
2014-08-14drm/i915/bdw: Avoid non-lite-restore preemptionsOscar Mateo
2014-08-14drm/i915/bdw: Handle context switch eventsThomas Daniel
2014-08-14drm/i915/bdw: Two-stage execlist submit processMichel Thierry
2014-08-14drm/i915/bdw: Write the tail pointer, LRC styleOscar Mateo
2014-08-14drm/i915/bdw: Implement context switching (somewhat)Ben Widawsky
2014-08-14drm/i915/bdw: Emission of requests with logical ringsOscar Mateo
2014-08-14drm/i915: Add temporary ring->ctx backpointerOscar Mateo
2014-08-13drm/i915: Only track real ppgtt for a contextDaniel Vetter
2014-08-11drm/i915/bdw: Always use MMIO flips with ExeclistsOscar Mateo
2014-08-11drm/i915/bdw: Workload submission mechanism for ExeclistsOscar Mateo
2014-08-11drm/i915/bdw: GEN-specific logical ring emit batchbuffer startOscar Mateo
2014-08-11drm/i915/bdw: Interrupts with logical ringsOscar Mateo
2014-08-11drm/i915/bdw: Ring idle and stop with logical ringsOscar Mateo
2014-08-11drm/i915/bdw: GEN-specific logical ring emit flushOscar Mateo