mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2025-06-11 09:56:22 +00:00
kms_flip: suppress uninitialized var warning
Signed-off-by: Imre Deak <imre.deak@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
parent
cc6c254ae9
commit
d2f7a66fee
@ -649,7 +649,7 @@ static unsigned int run_test_step(struct test_output *o)
|
|||||||
bool do_vblank;
|
bool do_vblank;
|
||||||
struct vblank_reply vbl_reply;
|
struct vblank_reply vbl_reply;
|
||||||
unsigned int target_seq;
|
unsigned int target_seq;
|
||||||
uint32_t handle;
|
uint32_t handle = 0; /* Suppress GCC warning */
|
||||||
|
|
||||||
target_seq = o->vblank_state.seq_step;
|
target_seq = o->vblank_state.seq_step;
|
||||||
if (o->flags & TEST_VBLANK_ABSOLUTE)
|
if (o->flags & TEST_VBLANK_ABSOLUTE)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user