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
2023-12-15
drm/i915: Use kmap_local_page() in i915_cmd_parser.c
Zhao Liu
2022-12-06
drm/i915: Wrap all access to i915_vma.node.start|size
Chris Wilson
2022-03-04
drm/i915: include linux/highmem.h and linux/swap.h where needed
Jani Nikula
2022-02-14
drm/i915: don't include drm_cache.h in i915_drv.h
Jani Nikula
2022-02-02
drm/i915: Only include i915_reg.h from .c files
Matt Roper
2022-02-02
drm/i915: Move GT registers to their own header file
Matt Roper
2022-02-02
drm/i915: Parameterize MI_PREDICATE registers
Matt Roper
2022-01-11
drm/i915/gt: Move engine registers to their own header
Matt Roper
2022-01-11
drm/i915: Use parameterized GPR register definitions everywhere
Matt Roper
2022-01-10
drm/i915: split out i915_cmd_parser.h from i915_drv.h
Jani Nikula
2021-07-21
drm/i915: Correct the docs for intel_engine_cmd_parser
Jason Ekstrand
2021-07-16
Revert "drm/i915: Skip over MI_NOOP when parsing"
Jason Ekstrand
2021-07-16
drm/i915: Revert "drm/i915/gem: Asynchronous cmdparser"
Jason Ekstrand
2021-06-10
Merge tag 'drm-intel-next-2021-06-09' of git://anongit.freedesktop.org/drm/dr...
Dave Airlie
2021-06-07
drm/i915: replace IS_GEN and friends with GRAPHICS_VER
Lucas De Marchi
2021-04-23
drm/i915: Fix docbook descriptions for i915_cmd_parser
Maarten Lankhorst
2021-03-24
drm/i915: Move cmd parser pinning to execbuffer
Maarten Lankhorst
2021-03-12
drm/i915: Wedge the GPU if command parser setup fails
Tvrtko Ursulin
2021-01-19
drm/i915/pool: constrain pool objects by mapping type
Matthew Auld
2020-12-24
drm/i915: clear the shadow batch
Matthew Auld
2020-12-16
drm/i915/gt: Move gen8 CS emitters into gen8_engine_cs.h
Chris Wilson
2020-10-06
drm/i915: Skip over MI_NOOP when parsing
Chris Wilson
2020-09-29
drm/i915: Avoid mixing integer types during batch copies
Chris Wilson
2020-08-21
drm/i915: Fix cmd parser desc matching with masks
Mika Kuoppala
2020-06-02
drm/i915: Whitelist context-local timestamp in the gen9 cmdparser
Chris Wilson
2020-02-04
drm/i915/cmd_parser: conversion to struct drm_device logging macros.
Wambui Karuga
2019-12-16
Correct function name in comment
Maya Rashish
2019-12-12
drm/i915/gem: Asynchronous cmdparser
Chris Wilson
2019-12-12
drm/i915/gem: Prepare gen7 cmdparser for async execution
Chris Wilson
2019-12-11
drm/i915: Align start for memcpy_from_wc
Chris Wilson
2019-12-11
drm/i915: Simplify error escape from cmdparser
Chris Wilson
2019-12-11
drm/i915: Remove redundant parameters from intel_engine_cmd_parser
Chris Wilson
2019-12-11
drm/i915: Fix cmdparser drm.debug
Chris Wilson
2019-12-05
drm/i915: Remove vestigal i915_gem_context locals from cmdparser
Chris Wilson
2019-11-28
drm/i915/gem: Excise the per-batch whitelist from the context
Chris Wilson
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
[next]