mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 09:36:53 +07:00
drm/i915/gvt: fix an typo in skl_decode_mi_display_flip
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>
This commit is contained in:
parent
49129204c3
commit
64fafcf5a2
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user