tree: Rename cedrus_data to request_data

The cedrus_data structure carries the old name. In order to migrate to the
new name, let's rename it to request_data.

Signed-off-by: Maxime Ripard <maxime.ripard@bootlin.com>
This commit is contained in:
Maxime Ripard
2018-07-17 16:21:50 +02:00
parent 4ad990e087
commit 111f5b209a
13 changed files with 61 additions and 61 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ VAStatus RequestCreateBuffer(VADriverContextP context, VAContextID context_id,
VABufferType type, unsigned int size,
unsigned int count, void *data,
VABufferID *buffer_id);
void sunxi_cedrus_destroy_buffer(struct cedrus_data *driver_data,
void sunxi_cedrus_destroy_buffer(struct request_data *driver_data,
struct object_buffer *obj_buffer);
VAStatus RequestDestroyBuffer(VADriverContextP context, VABufferID buffer_id);
VAStatus RequestMapBuffer(VADriverContextP context, VABufferID buffer_id,