drm/i915: Add OACONTROL to the command parser register whitelist.
[deliverable/linux.git] / drivers / gpu / drm / i915 / i915_reg.h
index bd7636604f7e9936f903275c8fe29aee0b02189e..1f927a53fe1963de573ddcf6e4933a25399a187b 100644 (file)
 /* There are the 4 64-bit counter registers, one for each stream output */
 #define GEN7_SO_NUM_PRIMS_WRITTEN(n) (0x5200 + (n) * 8)
 
+#define OACONTROL 0x2360
+
 #define _GEN7_PIPEA_DE_LOAD_SL 0x70068
 #define _GEN7_PIPEB_DE_LOAD_SL 0x71068
 #define GEN7_PIPE_DE_LOAD_SL(pipe) _PIPE(pipe, \
This page took 0.028458 seconds and 5 git commands to generate.