index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
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
2016-09-16
drm/i915: use NULL for NULL pointers
Jani Nikula
1
-1
/
+1
2016-08-18
drm/i915/cmdparser: Accelerate copies from WC memory
Chris Wilson
1
-27
/
+43
2016-08-18
drm/i915/cmdparser: Use binary search for faster register lookup
Chris Wilson
1
-22
/
+20
2016-08-18
drm/i915/cmdparser: Check for SKIP descriptors first
Chris Wilson
1
-0
/
+3
2016-08-18
drm/i915/cmdparser: Compare against the previous command descriptor
Chris Wilson
1
-7
/
+14
2016-08-18
drm/i915/cmdparser: Improve hash function
Chris Wilson
1
-20
/
+31
2016-08-18
drm/i915/cmdparser: Only cache the dst vmap
Chris Wilson
1
-14
/
+19
2016-08-18
drm/i915/cmdparser: Use cached vmappings
Chris Wilson
1
-80
/
+47
2016-08-18
drm/i915/cmdparser: Add the TIMESTAMP register for the other engines
Chris Wilson
1
-0
/
+5
2016-08-18
drm/i915/cmdparser: Make initialisation failure non-fatal
Chris Wilson
1
-13
/
+14
2016-08-18
drm/i915: Extract i915_gem_obj_prepare_shmem_write()
Chris Wilson
1
-2
/
+2
2016-07-27
drm/i915/cmdparser: Remove stray intel_engine_cs *ring
Chris Wilson
1
-35
/
+39
2016-06-06
drm/i915: Fix a buch of kerneldoc warnings
Tvrtko Ursulin
1
-4
/
+5
2016-05-09
drm/i915: Store a i915 backpointer from engine, and use it
Chris Wilson
1
-6
/
+6
2016-05-09
drm/i915: Allow MI_LOAD_REGISTER_REG between whitelisted registers.
Kenneth Graunke
1
-2
/
+15
2016-05-05
drm/i915: Report command parser version 0 if disabled
Chris Wilson
1
-1
/
+14
2016-03-21
drm/i915: Bump command parser version for new whitelisted registers
Jordan Justen
1
-1
/
+2
2016-03-21
drm/i915: Add Haswell CS GPR registers to whitelist
Jordan Justen
1
-0
/
+16
2016-03-21
drm/i915: Move Haswell registers to separate whitelist table
Jordan Justen
1
-0
/
+4
2016-03-21
drm/i915: Use an array of register tables in command parser
Jordan Justen
1
-29
/
+72
2016-03-21
drm/i915: Add TIMESTAMP to register whitelist
Jordan Justen
1
-0
/
+1
2016-03-16
drm/i915: Rename intel_engine_cs function parameters
Tvrtko Ursulin
1
-61
/
+61
2015-11-18
drm/i915: Type safe register read/write
Ville Syrjälä
1
-4
/
+4
2015-11-18
drm/i915: Make the cmd parser 64bit regs explicit
Ville Syrjälä
1
-12
/
+17
2015-10-06
drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelist
Jordan Justen
1
-1
/
+5
2015-09-04
drm/i915: Fix cmdparser STORE/LOAD command descriptors
Chris Wilson
1
-2
/
+2
2015-09-01
drm/i915: Bump command parser version number.
Francisco Jerez
1
-1
/
+2
2015-08-26
drm/i915: Change SRM, LRM instructions to use correct length
Arun Siluvery
1
-5
/
+5
2015-07-29
drm/i915: Fix command parser table validator
Hanno Böck
1
-1
/
+1
2015-07-29
drm/i915: Properly sort MI coomand table
Hanno Böck
1
-1
/
+1
2015-07-06
drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
Arun Siluvery
1
-3
/
+3
2015-06-15
drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.
Francisco Jerez
1
-0
/
+7
2015-06-15
drm/i915: Extend the parser to check register writes against a mask/value pair.
Francisco Jerez
1
-45
/
+93
2015-06-15
drm/i915: Fix command parser to validate multiple register access with the sa...
Francisco Jerez
1
-31
/
+43
2015-04-10
drm/i915: Tidy batch pool logic
Chris Wilson
1
-9
/
+3
2015-03-17
drm/i915: Fix vmap_batch page iterator overrun
Mika Kuoppala
1
-1
/
+4
2015-02-23
drm/i915: Trim the command parser allocations
Chris Wilson
1
-40
/
+34
2014-12-16
drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelist
Jordan Justen
1
-1
/
+3
2014-12-16
drm/i915: Tidy up execbuffer command parsing code
Brad Volkin
1
-0
/
+8
2014-12-16
drm/i915: Use batch length instead of object size in command parser
Brad Volkin
1
-16
/
+32
2014-12-16
drm/i915: Use batch pools with the command parser
Brad Volkin
1
-17
/
+62
2014-12-10
drm/i915: Add MI_SET_APPID cmd to cmd parser tables
Michael H. Nguyen
1
-3
/
+11
2014-12-03
drm/i915: Flatten engine init control flow
Daniel Vetter
1
-7
/
+7
2014-11-14
drm/i915: Add the predicate source registers to the register whitelist
Neil Roberts
1
-1
/
+5
2014-11-10
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
1
-2
/
+2
2014-11-07
Merge tag 'topic/core-stuff-2014-11-05' of git://anongit.freedesktop.org/drm-...
Dave Airlie
1
-2
/
+2
2014-11-04
drm/i915: Abort command parsing for chained batches
Brad Volkin
1
-1
/
+17
2014-10-28
Merge tag 'drm-intel-next-2014-10-03-no-ppgtt' of git://anongit.freedesktop.o...
Dave Airlie
1
-7
/
+4
2014-10-21
gpu:drm: Fix typo in Documentation/DocBook/drm.xml
Masanari Iida
1
-2
/
+2
2014-10-14
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
1
-3
/
+1
[next]