Searched refs:staged (Results 1 - 12 of 12) sorted by relevance

/linux-4.4.14/drivers/dma-buf/
H A Dreservation.c60 kfree(obj->staged); reservation_object_reserve_shared()
61 obj->staged = NULL; reservation_object_reserve_shared()
69 * resize obj->staged or allocate if it doesn't exist, reservation_object_reserve_shared()
72 fobj = krealloc(obj->staged, offsetof(typeof(*fobj), shared[max]), reservation_object_reserve_shared()
77 obj->staged = fobj; reservation_object_reserve_shared()
190 struct reservation_object_list *old, *fobj = obj->staged; reservation_object_add_shared_fence()
193 obj->staged = NULL; reservation_object_add_shared_fence()
/linux-4.4.14/include/linux/
H A Dreservation.h64 struct reservation_object_list *staged; member in struct:reservation_object
79 obj->staged = NULL; reservation_object_init()
104 kfree(obj->staged); reservation_object_fini()
/linux-4.4.14/drivers/gpu/drm/i915/
H A Dintel_atomic.c116 * intel_atomic_setup_scalers() - setup scalers for crtc per staged requests
121 * This function sets up scalers based on staged scaling requests for
149 * - staged scaler requests are already in scaler_state->scaler_users intel_atomic_setup_scalers()
150 * - check whether staged scaling requests can be supported intel_atomic_setup_scalers()
H A Dintel_display.c524 * type after a staged modeset is complete, i.e., the same as
4425 "staged scaling request for %ux%u->%ux%u scaler_users = 0x%x\n", skl_update_scaler()
/linux-4.4.14/drivers/edac/
H A Damd64_edac_inj.c114 * Do a DRAM ECC read. Assemble staged values in the pvt area, format into
147 * Do a DRAM ECC write. Assemble staged values in the pvt area and format into
/linux-4.4.14/drivers/md/bcache/
H A Djournal.h90 * journal that are being staged or in flight.
/linux-4.4.14/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c312 * @list: Caller's list of staged command buffer resource actions.
400 * @list: Caller's list of staged command buffer resource actions.
H A Dvmwgfx_cmdbuf_res.c54 * @resources: Hash table containing staged and commited command buffer
H A Dvmwgfx_shader.c598 * @list: The list of staged command buffer managed resources.
935 * @list: Caller's list of staged command buffer resource actions.
962 * @list: Caller's list of staged command buffer resource actions.
H A Dvmwgfx_binding.c433 * vmw_binding_state_commit - Commit staged binding info
435 * @ctx: Pointer to context to commit the staged binding info to.
H A Dvmwgfx_execbuf.c137 * Transfer staged context bindings to the list_for_each_entry()
/linux-4.4.14/drivers/gpu/drm/
H A Ddrm_atomic_helper.c1388 * 1. Call drm_atomic_helper_prepare_planes() with the staged atomic state.
1392 * 3. Put the staged state into the current state pointers with this function.

Completed in 625 milliseconds