|
@@ -846,7 +846,7 @@ static void ufx_raw_rect(struct ufx_data *dev, u16 *cmd, int x, int y,
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
-int ufx_handle_damage(struct ufx_data *dev, int x, int y,
|
|
|
|
|
|
+static int ufx_handle_damage(struct ufx_data *dev, int x, int y,
|
|
int width, int height)
|
|
int width, int height)
|
|
{
|
|
{
|
|
size_t packed_line_len = ALIGN((width * 2), 4);
|
|
size_t packed_line_len = ALIGN((width * 2), 4);
|