aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-21drm/i915: Correct the docs for intel_engine_cmd_parserJason Ekstrand1-3/+1
2021-07-16Revert "drm/i915: Skip over MI_NOOP when parsing"Jason Ekstrand1-33/+34
2021-07-16drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand1-59/+73
2021-06-10Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/drm-intel into drm-nextDave Airlie1-5/+5
2021-06-07drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi1-5/+5
2021-04-23drm/i915: Fix docbook descriptions for i915_cmd_parserMaarten Lankhorst1-1/+17
2021-03-24drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst1-61/+43
2021-03-12drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin1-6/+13
2021-01-19drm/i915/pool: constrain pool objects by mapping typeMatthew Auld1-1/+1
2020-12-24drm/i915: clear the shadow batchMatthew Auld1-18/+9
2020-12-16drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson1-0/+1
2020-10-06drm/i915: Skip over MI_NOOP when parsingChris Wilson1-34/+33
2020-09-29drm/i915: Avoid mixing integer types during batch copiesChris Wilson1-5/+5
2020-08-21drm/i915: Fix cmd parser desc matching with masksMika Kuoppala1-4/+10
2020-06-02drm/i915: Whitelist context-local timestamp in the gen9 cmdparserChris Wilson1-0/+4
2020-02-04drm/i915/cmd_parser: conversion to struct drm_device logging macros.Wambui Karuga1-12/+17
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