提交 64fafcf5 编写于 作者: M Min He 提交者: Zhenyu Wang

drm/i915/gvt: fix an typo in skl_decode_mi_display_flip

Fix type to set correct pipe number.
Signed-off-by: NMin He <min.he@intel.com>
Signed-off-by: NZhenyu Wang <zhenyuw@linux.intel.com>
上级 49129204
...@@ -1145,7 +1145,7 @@ static int skl_decode_mi_display_flip(struct parser_exec_state *s, ...@@ -1145,7 +1145,7 @@ static int skl_decode_mi_display_flip(struct parser_exec_state *s,
info->event = PRIMARY_B_FLIP_DONE; info->event = PRIMARY_B_FLIP_DONE;
break; break;
case MI_DISPLAY_FLIP_SKL_PLANE_1_C: case MI_DISPLAY_FLIP_SKL_PLANE_1_C:
info->pipe = PIPE_B; info->pipe = PIPE_C;
info->event = PRIMARY_C_FLIP_DONE; info->event = PRIMARY_C_FLIP_DONE;
break; break;
default: default:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册