index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
i915
/
i915_cmd_parser.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'drm-next' of git://people.freedesktop.org/~airlied/linux
Linus Torvalds
2014-10-14
1
-3
/
+1
|
\
|
*
drm/i915: Fix up checks for aliasing ppgtt
Daniel Vetter
2014-08-13
1
-3
/
+1
*
|
drm/i915: Don't leak command parser tables on suspend/resume
Brad Volkin
2014-09-23
1
-5
/
+7
|
/
*
drm/i915: Add some L3 registers to the parser whitelist
Brad Volkin
2014-06-18
1
-0
/
+3
*
drm/i915: s/intel_ring_buffer/intel_engine_cs
Oscar Mateo
2014-05-22
1
-12
/
+12
*
drm/i915: Use hash tables for the command parser
Brad Volkin
2014-05-12
1
-33
/
+125
*
Revert "drm/i915: fix build warning on 32-bit (v2)"
Jan Moskyto Matejka
2014-05-05
1
-1
/
+1
*
drm/i915: Integrate cmd parser kerneldoc
Daniel Vetter
2014-05-05
1
-1
/
+1
*
drm/i915: Add more registers to the whitelist for mesa
Brad Volkin
2014-04-09
1
-0
/
+10
*
Merge remote-tracking branch 'airlied/drm-next' into HEAD
Daniel Vetter
2014-04-09
1
-1
/
+1
|
\
|
*
Merge tag 'drm-intel-next-2014-03-21' of git://anongit.freedesktop.org/drm-in...
Dave Airlie
2014-04-03
1
-1
/
+1
|
|
\
|
*
|
drm/i915: fix build warning on 32-bit (v2)
Dave Airlie
2014-03-28
1
-1
/
+1
*
|
|
drm/i915: fix command parser debug print format mismatches
Jani Nikula
2014-04-02
1
-1
/
+1
*
|
|
drm/i915: Track OACONTROL register enable/disable during parsing
Brad Volkin
2014-04-02
1
-8
/
+27
*
|
|
drm/i915: Refactor cmd parser checks into a function
Brad Volkin
2014-04-02
1
-65
/
+71
*
|
|
drm/i915: BUG_ON() when cmd/reg tables are not sorted
Brad Volkin
2014-04-02
1
-10
/
+21
*
|
|
drm/i915: drop the typedef for drm_i915_private_t
Jani Nikula
2014-04-01
1
-1
/
+1
*
|
|
drm/i915: Add OACONTROL to the command parser register whitelist.
Kenneth Graunke
2014-04-01
1
-0
/
+6
*
|
|
drm/i915: Add a CMD_PARSER_VERSION getparam
Brad Volkin
2014-04-01
1
-0
/
+19
*
|
|
drm/i915: Reject commands that would store to global HWS page
Brad Volkin
2014-04-01
1
-1
/
+23
*
|
|
drm/i915: Enable PPGTT command parser checks
Brad Volkin
2014-04-01
1
-11
/
+116
*
|
|
drm/i915: Reject commands that explicitly generate interrupts
Brad Volkin
2014-04-01
1
-2
/
+20
*
|
|
drm/i915: Enable register whitelist checks
Brad Volkin
2014-04-01
1
-3
/
+18
*
|
|
drm/i915: Add register whitelist for DRM master
Brad Volkin
2014-04-01
1
-0
/
+29
*
|
|
drm/i915: Add register whitelists for mesa
Brad Volkin
2014-04-01
1
-0
/
+45
*
|
|
drm/i915: Allow some privileged commands from master
Brad Volkin
2014-04-01
1
-3
/
+3
*
|
|
drm/i915: Reject privileged commands
Brad Volkin
2014-04-01
1
-16
/
+38
*
|
|
drm/i915: Initial command parser table definitions
Brad Volkin
2014-04-01
1
-0
/
+157
|
|
/
|
/
|
*
|
drm/i915: Use the correct format string modifier for ptrdiff_t
Damien Lespiau
2014-03-18
1
-1
/
+1
|
/
*
drm/i915: Implement command buffer parsing logic
Brad Volkin
2014-03-07
1
-0
/
+485