aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/intel_lrc.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-24drm/i915: Fix a use after free, and unbalanced refcountingNick Hoath1-4/+4
2015-02-09drm/i915: Insert a command barrier on BLT/BSD cache flushesChris Wilson1-9/+11
2015-01-30drm/i915: Fix a use-after-free in intel_execlists_retire_requestsNick Hoath1-1/+1
2015-01-27drm/i915: Rename unpin_count to pin_countMika Kuoppala1-6/+6
2015-01-27drm/i915: Balance context pinning on reset cleanupMika Kuoppala1-0/+1
2015-01-27drm/i915: Rename the forcewake get/put functionsMika Kuoppala1-2/+2
2015-01-27drm/i915: Assert that runtime pm is active on user fw accessChris Wilson1-50/+3
2015-01-27drm/i915: Subsume intel_ctx_submit_request in to drm_i915_gem_requestNick Hoath1-25/+19
2015-01-27drm/i915: Remove FIXME_lrc_ctx backpointerNick Hoath1-27/+40
2015-01-27drm/i915: Removed duplicate members from submit_requestNick Hoath1-14/+11
2015-01-27drm/i915: execlist request keeps ptr/ref to gem_requestNick Hoath1-6/+25
2015-01-13drm/i915: Reset CSB read pointer in ring initThomas Daniel1-1/+1
2014-12-16drm/i915: Warn about missing context state workarounds only onceMichel Thierry1-1/+1
2014-12-15drm/i915/bdw: Enable execlists by default where supportedThomas Daniel1-2/+1
2014-12-15drm/i915: Name the lrc irq handler correctlyDaniel Vetter1-2/+2
2014-12-06drm/i915: Add unique id to the request structure for debuggingJohn Harrison1-0/+2
2014-12-06drm/i915: Zero fill the request structureJohn Harrison1-1/+1
2014-12-05drm/i915: s/MI_STORE_DWORD_IMM_GEN8/MI_STORE_DWORD_IMM_GEN4/Ville Syrjälä1-1/+1
2014-12-03drm/i915: Fix startup failure in LRC mode after recent init changesThomas Daniel1-11/+19
2014-12-03drm/i915: Flatten engine init control flowDaniel Vetter1-2/+1
2014-12-03drm/i915: Only init engines onceDaniel Vetter1-6/+0
2014-12-03drm/i915: Move intel_init_pipe_control out of engine->init_hwDaniel Vetter1-5/+7
2014-12-03drm/i915: s/init()/init_hw()/ in intel_engine_csDaniel Vetter1-7/+7
2014-12-03drm/i915: Consolidate ring freespace calculationsDave Gordon1-18/+7
2014-12-03drm/i915: Connect requests to rings at creation not submissionJohn Harrison1-0/+1
2014-12-03drm/i915: Remove obsolete seqno parameter from 'i915_add_request'John Harrison1-1/+1
2014-12-03drm/i915: Convert i915_wait_seqno to i915_wait_requestDaniel Vetter1-4/+2
2014-12-03drm/i915: Remove 'outstanding_lazy_seqno'John Harrison1-17/+9
2014-12-03drm/i915: Add reference count to request structureJohn Harrison1-1/+3
2014-12-03drm/i915: Ensure OLS & PLR are always in syncJohn Harrison1-22/+33
2014-12-03drm/i915: Don't read 'HEAD' MMIO register in LRC modeDave Gordon1-1/+0
2014-12-03drm/i915: Check for matching ringbuffer in logical_ring_wait_request()Dave Gordon1-0/+10
2014-11-19drm/i915/bdw: Pin the ringbuffer backing object to GGTT on-demandThomas Daniel1-27/+75
2014-11-19drm/i915/bdw: Pin the context backing objects to GGTT on-demandOscar Mateo1-11/+58
2014-11-19drm/i915/bdw: Clean up execlist queue items in retire_workThomas Daniel1-22/+31
2014-11-18drm/i915: Drop return value from lrc_setup_hardware_status_pageDaniel Vetter1-12/+3
2014-11-14drm/i915/skl: Don't allow disabling ppgtt and execlists on gen9+Damien Lespiau1-0/+3
2014-11-14drm/i915/skl: Use correct use counters for force wakesTvrtko Ursulin1-3/+14
2014-11-14drm/i915/skl: Add Gen9 LRC sizeMichael H. Nguyen1-2/+6
2014-11-14drm/i915: Initialize workarounds in logical ring mode tooMichel Thierry1-1/+46
2014-11-10Merge remote-tracking branch 'airlied/drm-next' into HEADDaniel Vetter1-1/+1
2014-11-07drm/i915/bdw: Setup global hardware status page in execlists modeThomas Daniel1-8/+26
2014-11-07Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-intel into drm-nextDave Airlie1-1/+1
2014-11-04drm/i915: Remove redundant return value and WARN_ONDave Gordon1-8/+6
2014-11-04drm/i915: Fix null pointer dereference in ring cleanup codeJohn Harrison1-1/+3
2014-10-21gpu:drm: Fix typo in Documentation/DocBook/drm.xmlMasanari Iida1-1/+1
2014-09-19drm/i915: Fix irq checks in ring->irq_get/put functionsDaniel Vetter1-1/+1
2014-09-19drm/i915: add cherryview specfic forcewake in execlists_elsp_writeDeepak S1-4/+25
2014-09-03drm/i915/bdw: Render state init for ExeclistsOscar Mateo1-15/+58
2014-09-03drm/i915/bdw: Populate lrc with aliasing ppgtt if requiredThomas Daniel1-0/+5