index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
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
2019-11-11
drm/i915/cmdparser: Fix jump whitelist clearing
Ben Hutchings
2019-11-05
drm/i915/cmdparser: Ignore Length operands during command matching
Jon Bloomfield
2019-11-05
drm/i915/cmdparser: Add support for backward jumps
Jon Bloomfield
2019-11-05
drm/i915/cmdparser: Use explicit goto for error paths
Jon Bloomfield
2019-11-05
drm/i915: Add gen9 BCS cmdparsing
Jon Bloomfield
2019-11-05
drm/i915: Add support for mandatory cmdparsing
Jon Bloomfield
2019-11-05
drm/i915: Remove Master tables from cmdparser
Jon Bloomfield
2019-11-05
drm/i915: Rename gen7 cmdparser tables
Jon Bloomfield
2019-08-09
drm/i915: extract i915_memcpy.h from i915_drv.h
Jani Nikula
2019-08-06
drm/i915/gt: Move the [class][inst] lookup for engines onto the GT
Chris Wilson
2019-05-28
drm/i915: Move GEM object domain management from struct_mutex to local
Chris Wilson
2019-05-28
drm/i915: Move GEM domain management to its own file
Chris Wilson
2019-04-24
drm/i915: Move GraphicsTechnology files under gt/
Chris Wilson
2019-03-05
drm/i915: Store the BIT(engine->id) as the engine's mask
Chris Wilson
2018-12-12
drm/i915: replace IS_GEN<N> with IS_GEN(..., N)
Lucas De Marchi
2018-02-05
drm/i915/cmdparser: Do not check past the cmd length.
Michal Srb
2018-02-05
drm/i915/cmdparser: Check reg_table_count before derefencing.
Michal Srb
2017-11-29
drm/i915: Move engine->needs_cmd_parser to engine->flags
Tvrtko Ursulin
2017-11-07
drm/i915: Silence smatch for cmdparser
Chris Wilson
2017-08-29
drm/i915: Recreate vmapping even when the object is pinned
Chris Wilson
2017-05-17
drm/i915: Redefine ptr_pack_bits() and friends
Chris Wilson
2017-04-11
drm/i915: Rename intel_engine_cs.exec_id to uabi_id
Chris Wilson
2017-03-10
drm/i915/cmdparser: Limit clflush to active cachelines
Chris Wilson
2017-01-06
drm/i915: Consolidate checks for memcpy-from-wc support
Chris Wilson
2016-11-24
drm/i915: Use the precomputed value for whether to enable command parsing
Chris Wilson
2016-11-24
drm/i915: kick out cmd_parser specific structs from i915_drv.h
Matthew Auld
2016-11-24
drm/i915: cleanup use of INSTR_CLIENT_MASK
Matthew Auld
2016-11-22
drm/i915: don't whitelist oacontrol in cmd parser
Robert Bragg
2016-11-22
drm/i915: return EACCES for check_cmd() failures
Robert Bragg
2016-11-22
drm/i915: rename OACONTROL GEN7_OACONTROL
Robert Bragg
2016-10-28
drm/i915: Refactor object page API
Chris Wilson
2016-10-14
drm/i915: Allocate intel_engine_cs structure only for the enabled engines
Akash Goel
2016-09-16
drm/i915: use NULL for NULL pointers
Jani Nikula
2016-08-18
drm/i915/cmdparser: Accelerate copies from WC memory
Chris Wilson
2016-08-18
drm/i915/cmdparser: Use binary search for faster register lookup
Chris Wilson
2016-08-18
drm/i915/cmdparser: Check for SKIP descriptors first
Chris Wilson
2016-08-18
drm/i915/cmdparser: Compare against the previous command descriptor
Chris Wilson
2016-08-18
drm/i915/cmdparser: Improve hash function
Chris Wilson
2016-08-18
drm/i915/cmdparser: Only cache the dst vmap
Chris Wilson
2016-08-18
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
2016-08-18
drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
Chris Wilson
2016-08-18
drm/i915/cmdparser: Make initialisation failure non-fatal
Chris Wilson
2016-08-18
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
Chris Wilson
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
2016-06-06
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
2016-05-09
drm/i915: Allow MI_LOAD_REGISTER_REG between whitelisted registers.
Kenneth Graunke
2016-05-05
drm/i915: Report command parser version 0 if disabled
Chris Wilson
2016-03-21
drm/i915: Bump command parser version for new whitelisted registers
Jordan Justen
2016-03-21
drm/i915: Add Haswell CS GPR registers to whitelist
Jordan Justen
[next]