summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c
AgeCommit message (Expand)AuthorFilesLines
2019-12-16Correct function name in commentMaya Rashish1-1/+1
2019-12-12drm/i915/gem: Asynchronous cmdparserChris Wilson1-23/+18
2019-12-12drm/i915/gem: Prepare gen7 cmdparser for async executionChris Wilson1-8/+49
2019-12-11drm/i915: Align start for memcpy_from_wcChris Wilson1-5/+4
2019-12-11drm/i915: Simplify error escape from cmdparserChris Wilson1-8/+4
2019-12-11drm/i915: Remove redundant parameters from intel_engine_cmd_parserChris Wilson1-51/+55
2019-12-11drm/i915: Fix cmdparser drm.debugChris Wilson1-28/+27
2019-12-05drm/i915: Remove vestigal i915_gem_context locals from cmdparserChris Wilson1-7/+4
2019-11-28drm/i915/gem: Excise the per-batch whitelist from the contextChris Wilson1-39/+32
2019-11-11drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings1-3/+2
2019-11-05drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield1-1/+1
2019-11-05drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield1-15/+136
2019-11-05drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield1-12/+13
2019-11-05drm/i915: Add gen9 BCS cmdparsingJon Bloomfield1-10/+106
2019-11-05drm/i915: Add support for mandatory cmdparsingJon Bloomfield1-3/+3
2019-11-05drm/i915: Remove Master tables from cmdparserJon Bloomfield1-62/+22
2019-11-05drm/i915: Rename gen7 cmdparser tablesJon Bloomfield1-35/+35
2019-08-09drm/i915: extract i915_memcpy.h from i915_drv.hJani Nikula1-0/+1
2019-08-06drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson1-2/+1
2019-05-28drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson1-12/+11
2019-05-28drm/i915: Move GEM domain management to its own fileChris Wilson1-4/+4
2019-04-24drm/i915: Move GraphicsTechnology files under gt/Chris Wilson1-1/+2
2019-03-05drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson1-6/+6
2018-12-12drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi1-1/+1
2018-02-05drm/i915/cmdparser: Do not check past the cmd length.Michal Srb1-0/+6
2018-02-05drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb1-2/+2
2017-11-29drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin1-3/+4
2017-11-07drm/i915: Silence smatch for cmdparserChris Wilson1-10/+3
2017-08-29drm/i915: Recreate vmapping even when the object is pinnedChris Wilson1-1/+1
2017-05-17drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson1-1/+1
2017-04-11drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson1-4/+4
2017-03-10drm/i915/cmdparser: Limit clflush to active cachelinesChris Wilson1-11/+14
2017-01-06drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson1-1/+1
2016-11-24drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson1-22/+1
2016-11-24drm/i915: kick out cmd_parser specific structs from i915_drv.hMatthew Auld1-0/+96
2016-11-24drm/i915: cleanup use of INSTR_CLIENT_MASKMatthew Auld1-3/+3
2016-11-22drm/i915: don't whitelist oacontrol in cmd parserRobert Bragg1-37/+5
2016-11-22drm/i915: return EACCES for check_cmd() failuresRobert Bragg1-2/+5
2016-11-22drm/i915: rename OACONTROL GEN7_OACONTROLRobert Bragg1-2/+2
2016-10-28drm/i915: Refactor object page APIChris Wilson1-1/+1
2016-10-14drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel1-1/+2
2016-09-16drm/i915: use NULL for NULL pointersJani Nikula1-1/+1
2016-08-18drm/i915/cmdparser: Accelerate copies from WC memoryChris Wilson1-27/+43
2016-08-18drm/i915/cmdparser: Use binary search for faster register lookupChris Wilson1-22/+20
2016-08-18drm/i915/cmdparser: Check for SKIP descriptors firstChris Wilson1-0/+3
2016-08-18drm/i915/cmdparser: Compare against the previous command descriptorChris Wilson1-7/+14
2016-08-18drm/i915/cmdparser: Improve hash functionChris Wilson1-20/+31
2016-08-18drm/i915/cmdparser: Only cache the dst vmapChris Wilson1-14/+19
2016-08-18drm/i915/cmdparser: Use cached vmappingsChris Wilson1-80/+47
2016-08-18drm/i915/cmdparser: Add the TIMESTAMP register for the other enginesChris Wilson1-0/+5