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