kms-steal-crtc: fixed pattern filling
Function util_fill_pattern expects a pointer to an array of planes but a pointer to packed rgba values is passed instead. Created a planes array and filled it with RGB values from the original.
Signed-off-by: Eleni Maria Stea elene.mst@gmail.com