HomeSort by: relevance | last modified time | path
    Searched defs:q_properties (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdkfd/
kfd_chardev.c 169 static int set_queue_properties_from_user(struct queue_properties *q_properties,
220 q_properties->is_interop = false;
221 q_properties->queue_percent = args->queue_percentage;
222 q_properties->priority = args->queue_priority;
223 q_properties->queue_address = args->ring_base_address;
224 q_properties->queue_size = args->ring_size;
225 q_properties->read_ptr = (uint32_t *) args->read_pointer_address;
226 q_properties->write_ptr = (uint32_t *) args->write_pointer_address;
227 q_properties->eop_ring_buffer_address = args->eop_buffer_address;
228 q_properties->eop_ring_buffer_size = args->eop_buffer_size
282 struct queue_properties q_properties; local in function:kfd_ioctl_create_queue
    [all...]
kfd_chardev.c 169 static int set_queue_properties_from_user(struct queue_properties *q_properties,
220 q_properties->is_interop = false;
221 q_properties->queue_percent = args->queue_percentage;
222 q_properties->priority = args->queue_priority;
223 q_properties->queue_address = args->ring_base_address;
224 q_properties->queue_size = args->ring_size;
225 q_properties->read_ptr = (uint32_t *) args->read_pointer_address;
226 q_properties->write_ptr = (uint32_t *) args->write_pointer_address;
227 q_properties->eop_ring_buffer_address = args->eop_buffer_address;
228 q_properties->eop_ring_buffer_size = args->eop_buffer_size
282 struct queue_properties q_properties; local in function:kfd_ioctl_create_queue
    [all...]
kfd_chardev.c 169 static int set_queue_properties_from_user(struct queue_properties *q_properties,
220 q_properties->is_interop = false;
221 q_properties->queue_percent = args->queue_percentage;
222 q_properties->priority = args->queue_priority;
223 q_properties->queue_address = args->ring_base_address;
224 q_properties->queue_size = args->ring_size;
225 q_properties->read_ptr = (uint32_t *) args->read_pointer_address;
226 q_properties->write_ptr = (uint32_t *) args->write_pointer_address;
227 q_properties->eop_ring_buffer_address = args->eop_buffer_address;
228 q_properties->eop_ring_buffer_size = args->eop_buffer_size
282 struct queue_properties q_properties; local in function:kfd_ioctl_create_queue
    [all...]
kfd_chardev.c 169 static int set_queue_properties_from_user(struct queue_properties *q_properties,
220 q_properties->is_interop = false;
221 q_properties->queue_percent = args->queue_percentage;
222 q_properties->priority = args->queue_priority;
223 q_properties->queue_address = args->ring_base_address;
224 q_properties->queue_size = args->ring_size;
225 q_properties->read_ptr = (uint32_t *) args->read_pointer_address;
226 q_properties->write_ptr = (uint32_t *) args->write_pointer_address;
227 q_properties->eop_ring_buffer_address = args->eop_buffer_address;
228 q_properties->eop_ring_buffer_size = args->eop_buffer_size
282 struct queue_properties q_properties; local in function:kfd_ioctl_create_queue
    [all...]

Completed in 42 milliseconds