projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4912920
)
drm/i915/gvt: fix an typo in skl_decode_mi_display_flip
author
Min He
<min.he@intel.com>
Tue, 25 Oct 2016 08:26:04 +0000
(16:26 +0800)
committer
Zhenyu Wang
<zhenyuw@linux.intel.com>
Wed, 26 Oct 2016 05:12:03 +0000
(13:12 +0800)
Fix type to set correct pipe number.
Signed-off-by: Min He <min.he@intel.com>
Signed-off-by: Zhenyu Wang <zhenyuw@linux.intel.com>
drivers/gpu/drm/i915/gvt/cmd_parser.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/gpu/drm/i915/gvt/cmd_parser.c
b/drivers/gpu/drm/i915/gvt/cmd_parser.c
index 477b0d41ae65e6564c08861a2c6e0e21ff162284..0084ece8d8ffd17b24225e64a14384c9eec416bb 100644
(file)
--- a/
drivers/gpu/drm/i915/gvt/cmd_parser.c
+++ b/
drivers/gpu/drm/i915/gvt/cmd_parser.c
@@
-1145,7
+1145,7
@@
static int skl_decode_mi_display_flip(struct parser_exec_state *s,
info->event = PRIMARY_B_FLIP_DONE;
break;
case MI_DISPLAY_FLIP_SKL_PLANE_1_C:
- info->pipe = PIPE_
B
;
+ info->pipe = PIPE_
C
;
info->event = PRIMARY_C_FLIP_DONE;
break;
default: