summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/i915/i915_cmd_parser.c
Commit message (Expand)AuthorAgeFilesLines
* drm/i915: drop the typedef for drm_i915_private_tJani Nikula2014-04-011-1/+1
* drm/i915: Add OACONTROL to the command parser register whitelist.Kenneth Graunke2014-04-011-0/+6
* drm/i915: Add a CMD_PARSER_VERSION getparamBrad Volkin2014-04-011-0/+19
* drm/i915: Reject commands that would store to global HWS pageBrad Volkin2014-04-011-1/+23
* drm/i915: Enable PPGTT command parser checksBrad Volkin2014-04-011-11/+116
* drm/i915: Reject commands that explicitly generate interruptsBrad Volkin2014-04-011-2/+20
* drm/i915: Enable register whitelist checksBrad Volkin2014-04-011-3/+18
* drm/i915: Add register whitelist for DRM masterBrad Volkin2014-04-011-0/+29
* drm/i915: Add register whitelists for mesaBrad Volkin2014-04-011-0/+45
* drm/i915: Allow some privileged commands from masterBrad Volkin2014-04-011-3/+3
* drm/i915: Reject privileged commandsBrad Volkin2014-04-011-16/+38
* drm/i915: Initial command parser table definitionsBrad Volkin2014-04-011-0/+157
* drm/i915: Use the correct format string modifier for ptrdiff_tDamien Lespiau2014-03-181-1/+1
* drm/i915: Implement command buffer parsing logicBrad Volkin2014-03-071-0/+485