From 80e4910581c7310258375a003a5de9a57ed24546 Mon Sep 17 00:00:00 2001 From: Katarzyna Dec Date: Wed, 11 Apr 2018 10:15:01 +0200 Subject: lib: Adjust refactored gpu_fill library to our coding style While I am making changes in gpgpu and media fill area let's adjust code to our coding style. v2: rebased on series new version (patch is now last from series so change seems larger) v3: rebased Signed-off-by: Katarzyna Dec Cc: Lukasz Kalamarz Cc: Daniele Ceraolo Spurio Reviewed-by: Radoslaw Szwichtenberg --- lib/media_fill.h | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'lib/media_fill.h') diff --git a/lib/media_fill.h b/lib/media_fill.h index 161af8cf..f6db734e 100644 --- a/lib/media_fill.h +++ b/lib/media_fill.h @@ -7,22 +7,22 @@ void gen8_media_fillfunc(struct intel_batchbuffer *batch, struct igt_buf *dst, - unsigned x, unsigned y, - unsigned width, unsigned height, + unsigned int x, unsigned int y, + unsigned int width, unsigned int height, uint8_t color); void gen7_media_fillfunc(struct intel_batchbuffer *batch, - struct igt_buf *dst, - unsigned x, unsigned y, - unsigned width, unsigned height, - uint8_t color); + struct igt_buf *dst, + unsigned int x, unsigned int y, + unsigned int width, unsigned int height, + uint8_t color); void gen9_media_fillfunc(struct intel_batchbuffer *batch, - struct igt_buf *dst, - unsigned x, unsigned y, - unsigned width, unsigned height, - uint8_t color); + struct igt_buf *dst, + unsigned int x, unsigned int y, + unsigned int width, unsigned int height, + uint8_t color); #endif /* RENDE_MEDIA_FILL_H */ -- cgit v1.2.3