tree: Rename the header and defines

The sunxi_cedrus.h header contains a bunch of defines prefixed with
SUNXI_CEDRUS.

As part as the ongoing migration to a more generic name, change that prefix
for V4L2_REQUEST, and the header file to request.h

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-07-17 16:17:12 +02:00
parent 913e1e642c
commit 4ad990e087
15 changed files with 36 additions and 36 deletions
+2 -2
View File
@@ -29,7 +29,7 @@
#include <va/va_backend.h>
#include "object_heap.h"
#include "sunxi_cedrus.h"
#include "request.h"
#define CONFIG(data, id) \
((struct object_config *)object_heap_lookup(&(data)->config_heap, id))
@@ -40,7 +40,7 @@ struct object_config {
VAProfile profile;
VAEntrypoint entrypoint;
VAConfigAttrib attributes[SUNXI_CEDRUS_MAX_CONFIG_ATTRIBUTES];
VAConfigAttrib attributes[V4L2_REQUEST_MAX_CONFIG_ATTRIBUTES];
int attributes_count;
};