index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_cmd_parser.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/i915: clear the shadow batch
Matthew Auld
2020-12-24
1
-18
/
+9
*
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
2020-12-16
1
-0
/
+1
*
drm/i915: Skip over MI_NOOP when parsing
Chris Wilson
2020-10-06
1
-34
/
+33
*
drm/i915: Avoid mixing integer types during batch copies
Chris Wilson
2020-09-29
1
-5
/
+5
*
drm/i915: Fix cmd parser desc matching with masks
Mika Kuoppala
2020-08-21
1
-4
/
+10
*
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser
Chris Wilson
2020-06-02
1
-0
/
+4
*
drm/i915/cmd_parser: conversion to struct drm_device logging macros.
Wambui Karuga
2020-02-04
1
-12
/
+17
*
Correct function name in comment
Maya Rashish
2019-12-17
1
-1
/
+1
*
drm/i915/gem: Asynchronous cmdparser
Chris Wilson
2019-12-12
1
-23
/
+18
*
drm/i915/gem: Prepare gen7 cmdparser for async execution
Chris Wilson
2019-12-12
1
-8
/
+49
*
drm/i915: Align start for memcpy_from_wc
Chris Wilson
2019-12-11
1
-5
/
+4
*
drm/i915: Simplify error escape from cmdparser
Chris Wilson
2019-12-11
1
-8
/
+4
*
drm/i915: Remove redundant parameters from intel_engine_cmd_parser
Chris Wilson
2019-12-11
1
-51
/
+55
*
drm/i915: Fix cmdparser drm.debug
Chris Wilson
2019-12-11
1
-28
/
+27
*
drm/i915: Remove vestigal i915_gem_context locals from cmdparser
Chris Wilson
2019-12-05
1
-7
/
+4
*
drm/i915/gem: Excise the per-batch whitelist from the context
Chris Wilson
2019-11-28
1
-39
/
+32
*
drm/i915/cmdparser: Fix jump whitelist clearing
Ben Hutchings
2019-11-11
1
-3
/
+2
*
drm/i915/cmdparser: Ignore Length operands during command matching
Jon Bloomfield
2019-11-05
1
-1
/
+1
*
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
2019-11-05
1
-15
/
+136
*
drm/i915/cmdparser: Use explicit goto for error paths
Jon Bloomfield
2019-11-05
1
-12
/
+13
*
drm/i915: Add gen9 BCS cmdparsing
Jon Bloomfield
2019-11-05
1
-10
/
+106
*
drm/i915: Add support for mandatory cmdparsing
Jon Bloomfield
2019-11-05
1
-3
/
+3
*
drm/i915: Remove Master tables from cmdparser
Jon Bloomfield
2019-11-05
1
-62
/
+22
*
drm/i915: Rename gen7 cmdparser tables
Jon Bloomfield
2019-11-05
1
-35
/
+35
*
drm/i915: extract i915_memcpy.h from i915_drv.h
Jani Nikula
2019-08-09
1
-0
/
+1
*
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
2019-08-06
1
-2
/
+1
*
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
1
-12
/
+11
*
drm/i915: Move GEM domain management to its own file
Chris Wilson
2019-05-28
1
-4
/
+4
*
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-04-24
1
-1
/
+2
*
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2019-03-05
1
-6
/
+6
*
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-12-13
1
-1
/
+1
*
drm/i915/cmdparser: Do not check past the cmd length.
Michal Srb
2018-02-05
1
-0
/
+6
*
drm/i915/cmdparser: Check reg_table_count before derefencing.
Michal Srb
2018-02-05
1
-2
/
+2
*
drm/i915: Move engine->needs_cmd_parser to engine->flags
Tvrtko Ursulin
2017-11-29
1
-3
/
+4
*
drm/i915: Silence smatch for cmdparser
Chris Wilson
2017-11-07
1
-10
/
+3
*
drm/i915: Recreate vmapping even when the object is pinned
Chris Wilson
2017-08-29
1
-1
/
+1
*
drm/i915: Redefine ptr_pack_bits() and friends
Chris Wilson
2017-05-17
1
-1
/
+1
*
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
Chris Wilson
2017-04-11
1
-4
/
+4
*
drm/i915/cmdparser: Limit clflush to active cachelines
Chris Wilson
2017-03-10
1
-11
/
+14
*
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
2017-01-06
1
-1
/
+1
*
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
2016-11-24
1
-22
/
+1
*
drm/i915: kick out cmd_parser specific structs from i915_drv.h
Matthew Auld
2016-11-24
1
-0
/
+96
*
drm/i915: cleanup use of INSTR_CLIENT_MASK
Matthew Auld
2016-11-24
1
-3
/
+3
*
drm/i915: don't whitelist oacontrol in cmd parser
Robert Bragg
2016-11-22
1
-37
/
+5
*
drm/i915: return EACCES for check_cmd() failures
Robert Bragg
2016-11-22
1
-2
/
+5
*
drm/i915: rename OACONTROL GEN7_OACONTROL
Robert Bragg
2016-11-22
1
-2
/
+2
*
drm/i915: Refactor object page API
Chris Wilson
2016-10-28
1
-1
/
+1
*
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-10-14
1
-1
/
+2
*
drm/i915: use NULL for NULL pointers
Jani Nikula
2016-09-16
1
-1
/
+1
*
drm/i915/cmdparser: Accelerate copies from WC memory
Chris Wilson
2016-08-18
1
-27
/
+43
[next]