projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
caa860d
)
drm/i915: Bump command parser version number.
author
Francisco Jerez
<
[email protected]
>
Mon, 15 Jun 2015 11:03:29 +0000
(14:03 +0300)
committer
Daniel Vetter
<
[email protected]
>
Tue, 1 Sep 2015 09:40:15 +0000
(11:40 +0200)
This was forgotten in
commit
d351f6d94893f3ba98b1b20c5ef44c35fc1da124
Author: Francisco Jerez <
[email protected]
>
Date: Fri May 29 16:44:15 2015 +0300
drm/i915: Add SCRATCH1 and ROW_CHICKEN3 to the register whitelist.
Signed-off-by: Francisco Jerez <
[email protected]
>
Signed-off-by: Daniel Vetter <
[email protected]
>
drivers/gpu/drm/i915/i915_cmd_parser.c
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/i915/i915_cmd_parser.c
b/drivers/gpu/drm/i915/i915_cmd_parser.c
index 3977bf31676f7708d99034c682fcd8d7e1312399..ad7d7ab76d3f0d035107e40cced99595eb23ff44 100644
(file)
--- a/
drivers/gpu/drm/i915/i915_cmd_parser.c
+++ b/
drivers/gpu/drm/i915/i915_cmd_parser.c
@@
-1213,6
+1213,7
@@
int i915_cmd_parser_get_version(void)
* 2. Allow access to the MI_PREDICATE_SRC0 and
* MI_PREDICATE_SRC1 registers.
* 3. Allow access to the GPGPU_THREADS_DISPATCHED register.
+ * 4. L3 atomic chicken bits of HSW_SCRATCH1 and HSW_ROW_CHICKEN3.
*/
- return
3
;
+ return
4
;
}