Age | Commit message (Expand) | Author |
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 |
2016-03-21 | drm/i915: Move Haswell registers to separate whitelist table | Jordan Justen |
2016-03-21 | drm/i915: Use an array of register tables in command parser | Jordan Justen |
2016-03-21 | drm/i915: Add TIMESTAMP to register whitelist | Jordan Justen |
2016-03-16 | drm/i915: Rename intel_engine_cs function parameters | Tvrtko Ursulin |
2015-11-18 | drm/i915: Type safe register read/write | Ville Syrjälä |
2015-11-18 | drm/i915: Make the cmd parser 64bit regs explicit | Ville Syrjälä |
2015-10-06 | drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelist | Jordan Justen |
2015-09-04 | drm/i915: Fix cmdparser STORE/LOAD command descriptors | Chris Wilson |
2015-09-01 | drm/i915: Bump command parser version number. | Francisco Jerez |
2015-08-26 | drm/i915: Change SRM, LRM instructions to use correct length | Arun Siluvery |
2015-07-29 | drm/i915: Fix command parser table validator | Hanno Böck |
2015-07-29 | drm/i915: Properly sort MI coomand table | Hanno Böck |
2015-07-06 | drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch | Arun Siluvery |
2015-06-15 | drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist. | Francisco Jerez |
2015-06-15 | drm/i915: Extend the parser to check register writes against a mask/value pair. | Francisco Jerez |
2015-06-15 | drm/i915: Fix command parser to validate multiple register access with the sa... | Francisco Jerez |
2015-04-10 | drm/i915: Tidy batch pool logic | Chris Wilson |
2015-03-17 | drm/i915: Fix vmap_batch page iterator overrun | Mika Kuoppala |
2015-02-23 | drm/i915: Trim the command parser allocations | Chris Wilson |
2014-12-16 | drm/i915: Add GPGPU_THREADS_DISPATCHED to the register whitelist | Jordan Justen |