summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915/cmdparser: Do not check past the cmd length.Michal Srb2018-02-051-0/+6
* drm/i915/cmdparser: Check reg_table_count before derefencing.Michal Srb2018-02-051-2/+2
* drm/i915: Move engine->needs_cmd_parser to engine->flagsTvrtko Ursulin2017-11-291-3/+4
* drm/i915: Silence smatch for cmdparserChris Wilson2017-11-071-10/+3Star
* drm/i915: Recreate vmapping even when the object is pinnedChris Wilson2017-08-291-1/+1
* drm/i915: Redefine ptr_pack_bits() and friendsChris Wilson2017-05-171-1/+1
* drm/i915: Rename intel_engine_cs.exec_id to uabi_idChris Wilson2017-04-111-4/+4
* drm/i915/cmdparser: Limit clflush to active cachelinesChris Wilson2017-03-101-11/+14
* drm/i915: Consolidate checks for memcpy-from-wc supportChris Wilson2017-01-061-1/+1
* drm/i915: Use the precomputed value for whether to enable command parsingChris Wilson2016-11-241-22/+1Star
* drm/i915: kick out cmd_parser specific structs from i915_drv.hMatthew Auld2016-11-241-0/+96
* drm/i915: cleanup use of INSTR_CLIENT_MASKMatthew Auld2016-11-241-3/+3
* drm/i915: don't whitelist oacontrol in cmd parserRobert Bragg2016-11-221-37/+5Star
* drm/i915: return EACCES for check_cmd() failuresRobert Bragg2016-11-221-2/+5
* drm/i915: rename OACONTROL GEN7_OACONTROLRobert Bragg2016-11-221-2/+2
* drm/i915: Refactor object page APIChris Wilson2016-10-281-1/+1
* drm/i915: Allocate intel_engine_cs structure only for the enabled enginesAkash Goel2016-10-141-1/+2
* drm/i915: use NULL for NULL pointersJani Nikula2016-09-161-1/+1
* drm/i915/cmdparser: Accelerate copies from WC memoryChris Wilson2016-08-181-27/+43
* drm/i915/cmdparser: Use binary search for faster register lookupChris Wilson2016-08-181-22/+20Star
* drm/i915/cmdparser: Check for SKIP descriptors firstChris Wilson2016-08-181-0/+3
* drm/i915/cmdparser: Compare against the previous command descriptorChris Wilson2016-08-181-7/+14
* drm/i915/cmdparser: Improve hash functionChris Wilson2016-08-181-20/+31
* drm/i915/cmdparser: Only cache the dst vmapChris Wilson2016-08-181-14/+19
* drm/i915/cmdparser: Use cached vmappingsChris Wilson2016-08-181-80/+47Star
* drm/i915/cmdparser: Add the TIMESTAMP register for the other enginesChris Wilson2016-08-181-0/+5
* drm/i915/cmdparser: Make initialisation failure non-fatalChris Wilson2016-08-181-13/+14
* drm/i915: Extract i915_gem_obj_prepare_shmem_write()Chris Wilson2016-08-181-2/+2
* drm/i915/cmdparser: Remove stray intel_engine_cs *ringChris Wilson2016-07-271-35/+39
* drm/i915: Fix a buch of kerneldoc warningsTvrtko Ursulin2016-06-061-4/+5
* drm/i915: Store a i915 backpointer from engine, and use itChris Wilson2016-05-091-6/+6
* drm/i915: Allow MI_LOAD_REGISTER_REG between whitelisted registers.Kenneth Graunke2016-05-091-2/+15
* drm/i915: Report command parser version 0 if disabledChris Wilson2016-05-051-1/+14
* drm/i915: Bump command parser version for new whitelisted registersJordan Justen2016-03-211-1/+2
* drm/i915: Add Haswell CS GPR registers to whitelistJordan Justen2016-03-211-0/+16
* drm/i915: Move Haswell registers to separate whitelist tableJordan Justen2016-03-211-0/+4
* drm/i915: Use an array of register tables in command parserJordan Justen2016-03-211-29/+72
* drm/i915: Add TIMESTAMP to register whitelistJordan Justen2016-03-211-0/+1
* drm/i915: Rename intel_engine_cs function parametersTvrtko Ursulin2016-03-161-61/+61
* drm/i915: Type safe register read/writeVille Syrjälä2015-11-181-4/+4
* drm/i915: Make the cmd parser 64bit regs explicitVille Syrjälä2015-11-181-12/+17
* drm/i915: Add GEN7_GPGPU_DISPATCHDIMX/Y/Z to the register whitelistJordan Justen2015-10-061-1/+5
* drm/i915: Fix cmdparser STORE/LOAD command descriptorsChris Wilson2015-09-041-2/+2
* drm/i915: Bump command parser version number.Francisco Jerez2015-09-011-1/+2
* drm/i915: Change SRM, LRM instructions to use correct lengthArun Siluvery2015-08-261-5/+5
* drm/i915: Fix command parser table validatorHanno Böck2015-07-291-1/+1
* drm/i915: Properly sort MI coomand tableHanno Böck2015-07-291-1/+1
* drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitchArun Siluvery2015-07-061-3/+3
* drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.Francisco Jerez2015-06-151-0/+7
* drm/i915: Extend the parser to check register writes against a mask/value pair.Francisco Jerez2015-06-151-45/+93