index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_cmd_parser.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-17
Correct function name in comment
Maya Rashish
1
-1
/
+1
2019-12-12
drm/i915/gem: Asynchronous cmdparser
Chris Wilson
1
-23
/
+18
2019-12-12
drm/i915/gem: Prepare gen7 cmdparser for async execution
Chris Wilson
1
-8
/
+49
2019-12-12
drm/i915: Align start for memcpy_from_wc
Chris Wilson
1
-5
/
+4
2019-12-12
drm/i915: Simplify error escape from cmdparser
Chris Wilson
1
-8
/
+4
2019-12-12
drm/i915: Remove redundant parameters from intel_engine_cmd_parser
Chris Wilson
1
-51
/
+55
2019-12-12
drm/i915: Fix cmdparser drm.debug
Chris Wilson
1
-28
/
+27
2019-12-05
drm/i915: Remove vestigal i915_gem_context locals from cmdparser
Chris Wilson
1
-7
/
+4
2019-11-28
drm/i915/gem: Excise the per-batch whitelist from the context
Chris Wilson
1
-39
/
+32
2019-11-11
drm/i915/cmdparser: Fix jump whitelist clearing
Ben Hutchings
1
-3
/
+2
2019-11-05
drm/i915/cmdparser: Ignore Length operands during command matching
Jon Bloomfield
1
-1
/
+1
2019-11-05
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
1
-15
/
+136
2019-11-05
drm/i915/cmdparser: Use explicit goto for error paths
Jon Bloomfield
1
-12
/
+13
2019-11-05
drm/i915: Add gen9 BCS cmdparsing
Jon Bloomfield
1
-10
/
+106
2019-11-05
drm/i915: Add support for mandatory cmdparsing
Jon Bloomfield
1
-3
/
+3
2019-11-05
drm/i915: Remove Master tables from cmdparser
Jon Bloomfield
1
-62
/
+22
2019-11-05
drm/i915: Rename gen7 cmdparser tables
Jon Bloomfield
1
-35
/
+35
2019-08-09
drm/i915: extract i915_memcpy.h from i915_drv.h
Jani Nikula
1
-0
/
+1
2019-08-06
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
1
-2
/
+1
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
1
-12
/
+11
2019-05-28
drm/i915: Move GEM domain management to its own file
Chris Wilson
1
-4
/
+4
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
1
-1
/
+2
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
1
-6
/
+6
2018-12-13
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
1
-1
/
+1
2018-02-05
drm/i915/cmdparser: Do not check past the cmd length.
Michal Srb
1
-0
/
+6
2018-02-05
drm/i915/cmdparser: Check reg_table_count before derefencing.
Michal Srb
1
-2
/
+2
2017-11-29
drm/i915: Move engine->needs_cmd_parser to engine->flags
Tvrtko Ursulin
1
-3
/
+4
2017-11-07
drm/i915: Silence smatch for cmdparser
Chris Wilson
1
-10
/
+3
2017-08-29
drm/i915: Recreate vmapping even when the object is pinned
Chris Wilson
1
-1
/
+1
2017-05-17
drm/i915: Redefine ptr_pack_bits() and friends
Chris Wilson
1
-1
/
+1
2017-04-11
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
Chris Wilson
1
-4
/
+4
2017-03-10
drm/i915/cmdparser: Limit clflush to active cachelines
Chris Wilson
1
-11
/
+14
2017-01-06
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
1
-1
/
+1
2016-11-24
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
1
-22
/
+1
2016-11-24
drm/i915: kick out cmd_parser specific structs from i915_drv.h
Matthew Auld
1
-0
/
+96
2016-11-24
drm/i915: cleanup use of INSTR_CLIENT_MASK
Matthew Auld
1
-3
/
+3
2016-11-22
drm/i915: don't whitelist oacontrol in cmd parser
Robert Bragg
1
-37
/
+5
2016-11-22
drm/i915: return EACCES for check_cmd() failures
Robert Bragg
1
-2
/
+5
2016-11-22
drm/i915: rename OACONTROL GEN7_OACONTROL
Robert Bragg
1
-2
/
+2
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
1
-1
/
+1
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
1
-1
/
+2
2016-09-16
drm/i915: use NULL for NULL pointers
Jani Nikula
1
-1
/
+1
2016-08-19
drm/i915/cmdparser: Accelerate copies from WC memory
Chris Wilson
1
-27
/
+43
2016-08-19
drm/i915/cmdparser: Use binary search for faster register lookup
Chris Wilson
1
-22
/
+20
2016-08-19
drm/i915/cmdparser: Check for SKIP descriptors first
Chris Wilson
1
-0
/
+3
2016-08-19
drm/i915/cmdparser: Compare against the previous command descriptor
Chris Wilson
1
-7
/
+14
2016-08-19
drm/i915/cmdparser: Improve hash function
Chris Wilson
1
-20
/
+31
2016-08-19
drm/i915/cmdparser: Only cache the dst vmap
Chris Wilson
1
-14
/
+19
2016-08-19
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
1
-80
/
+47
2016-08-19
drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
Chris Wilson
1
-0
/
+5
[next]