aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: include linux/highmem.h and linux/swap.h where neededJani Nikula2022-03-041-0/+2
* drm/i915: don't include drm_cache.h in i915_drv.hJani Nikula2022-02-141-0/+2
* drm/i915: Only include i915_reg.h from .c filesMatt Roper2022-02-021-0/+1
* drm/i915: Move GT registers to their own header fileMatt Roper2022-02-021-0/+1
* drm/i915: Parameterize MI_PREDICATE registersMatt Roper2022-02-021-2/+2
* drm/i915/gt: Move engine registers to their own headerMatt Roper2022-01-111-0/+1
* drm/i915: Use parameterized GPR register definitions everywhereMatt Roper2022-01-111-32/+36
* drm/i915: split out i915_cmd_parser.h from i915_drv.hJani Nikula2022-01-101-0/+1
* drm/i915: Correct the docs for intel_engine_cmd_parserJason Ekstrand2021-07-211-3/+1
* Revert "drm/i915: Skip over MI_NOOP when parsing"Jason Ekstrand2021-07-161-33/+34
* drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"Jason Ekstrand2021-07-161-59/+73
* Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...Dave Airlie2021-06-101-5/+5
|\
| * drm/i915: replace IS_GEN and friends with GRAPHICS_VERLucas De Marchi2021-06-071-5/+5
* | drm/i915: Fix docbook descriptions for i915_cmd_parserMaarten Lankhorst2021-04-231-1/+17
|/
* drm/i915: Move cmd parser pinning to execbufferMaarten Lankhorst2021-03-241-61/+43
* drm/i915: Wedge the GPU if command parser setup failsTvrtko Ursulin2021-03-121-6/+13
* drm/i915/pool: constrain pool objects by mapping typeMatthew Auld2021-01-191-1/+1
* 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-161-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-121-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