summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: clear the shadow batchMatthew Auld2020-12-241-18/+9
* drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.hChris Wilson2020-12-161-0/+1
* drm/i915: Skip over MI_NOOP when parsingChris Wilson2020-10-061-34/+33
* drm/i915: Avoid mixing integer types during batch copiesChris Wilson2020-09-291-5/+5
* drm/i915: Fix cmd parser desc matching with masksMika Kuoppala2020-08-211-4/+10
* drm/i915: Whitelist context-local timestamp in the gen9 cmdparserChris Wilson2020-06-021-0/+4
* drm/i915/cmd_parser: conversion to struct drm_device logging macros.Wambui Karuga2020-02-041-12/+17
* Correct function name in commentMaya Rashish2019-12-171-1/+1
* drm/i915/gem: Asynchronous cmdparserChris Wilson2019-12-121-23/+18
* drm/i915/gem: Prepare gen7 cmdparser for async executionChris Wilson2019-12-121-8/+49
* drm/i915: Align start for memcpy_from_wcChris Wilson2019-12-111-5/+4
* drm/i915: Simplify error escape from cmdparserChris Wilson2019-12-111-8/+4
* drm/i915: Remove redundant parameters from intel_engine_cmd_parserChris Wilson2019-12-111-51/+55
* drm/i915: Fix cmdparser drm.debugChris Wilson2019-12-111-28/+27
* drm/i915: Remove vestigal i915_gem_context locals from cmdparserChris Wilson2019-12-051-7/+4
* drm/i915/gem: Excise the per-batch whitelist from the contextChris Wilson2019-11-281-39/+32
* drm/i915/cmdparser: Fix jump whitelist clearingBen Hutchings2019-11-111-3/+2
* drm/i915/cmdparser: Ignore Length operands during command matchingJon Bloomfield2019-11-051-1/+1
* drm/i915/cmdparser: Add support for backward jumpsJon Bloomfield2019-11-051-15/+136
* drm/i915/cmdparser: Use explicit goto for error pathsJon Bloomfield2019-11-051-12/+13
* drm/i915: Add gen9 BCS cmdparsingJon Bloomfield2019-11-051-10/+106
* drm/i915: Add support for mandatory cmdparsingJon Bloomfield2019-11-051-3/+3
* drm/i915: Remove Master tables from cmdparserJon Bloomfield2019-11-051-62/+22
* drm/i915: Rename gen7 cmdparser tablesJon Bloomfield2019-11-051-35/+35
* drm/i915: extract i915_memcpy.h from i915_drv.hJani Nikula2019-08-091-0/+1
* drm/i915/gt: Move the [class][inst] lookup for engines onto the GTChris Wilson2019-08-061-2/+1
* drm/i915: Move GEM object domain management from struct_mutex to localChris Wilson2019-05-281-12/+11
* drm/i915: Move GEM domain management to its own fileChris Wilson2019-05-281-4/+4
* drm/i915: Move GraphicsTechnology files under gt/Chris Wilson2019-04-241-1/+2
* drm/i915: Store the BIT(engine->id) as the engine's maskChris Wilson2019-03-051-6/+6
* drm/i915: replace IS_GEN<N> with IS_GEN(..., N)Lucas De Marchi2018-12-131-1/+1
* drm/i915/cmdparser: Do not check past the cmd length.Michal Srb2018-02-051-0/+6
* drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb2018-02-051-2/+2
* drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin2017-11-291-3/+4
* drm/i915: Silence smatch for cmdparserChris Wilson2017-11-071-10/+3
* drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-291-1/+1
* drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson2017-05-171-1/+1
* drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson2017-04-111-4/+4
* drm/i915/cmdparser: Limit clflush to active cachelinesChris Wilson2017-03-101-11/+14
* drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson2017-01-061-1/+1
* drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson2016-11-241-22/+1
* drm/i915: kick out cmd_parser specific structs from i915_drv.hMatthew Auld2016-11-241-0/+96
* drm/i915: cleanup use of INSTR_CLIENT_MASKMatthew Auld2016-11-241-3/+3
* drm/i915: don't whitelist oacontrol in cmd parserRobert Bragg2016-11-221-37/+5
* drm/i915: return EACCES for check_cmd() failuresRobert Bragg2016-11-221-2/+5
* drm/i915: rename OACONTROL GEN7_OACONTROLRobert Bragg2016-11-221-2/+2
* drm/i915: Refactor object page APIChris Wilson2016-10-281-1/+1
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-1/+2
* drm/i915: use NULL for NULL pointersJani Nikula2016-09-161-1/+1
* drm/i915/cmdparser: Accelerate copies from WC memoryChris Wilson2016-08-181-27/+43