Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c53 * @view_type: View type.
70 unsigned view_type; /* Immutable */ member
223 cmd->header.id = vmw_view_destroy_cmds[view->view_type]; in vmw_view_destroy()
255 * @view_type: The view type.
259 static u32 vmw_view_key(u32 user_key, enum vmw_view_type view_type) in vmw_view_key() argument
261 return user_key | (view_type << 20); in vmw_view_key()
268 * @view_type: The view type.
273 static bool vmw_view_id_ok(u32 user_key, enum vmw_view_type view_type) in vmw_view_id_ok() argument
276 view_type < vmw_view_max); in vmw_view_id_ok()
303 * @view_type
310 vmw_view_add(struct vmw_cmdbuf_res_manager *man, struct vmw_resource *ctx, struct vmw_resource *srf, enum vmw_view_type view_type, u32 user_key, const void *cmd, size_t cmd_size, struct list_head *list) vmw_view_add() argument
394 vmw_view_remove(struct vmw_cmdbuf_res_manager *man, u32 user_key, enum vmw_view_type view_type, struct list_head *list, struct vmw_resource **res_p) vmw_view_remove() argument
476 vmw_view_lookup(struct vmw_cmdbuf_res_manager *man, enum vmw_view_type view_type, u32 user_key) vmw_view_lookup() argument
[all...]
H A Dvmwgfx_so.h151 enum vmw_view_type view_type,
158 u32 user_key, enum vmw_view_type view_type,
169 enum vmw_view_type view_type,
H A Dvmwgfx_execbuf.c390 * @view_type: The view type to look up.
402 enum vmw_view_type view_type, u32 id) in vmw_view_id_val_add()
411 view = vmw_view_lookup(sw_context->man, view_type, id); in vmw_view_id_val_add()
769 * @view_type: View type for the bindings.
777 enum vmw_view_type view_type, in vmw_view_bindings_add()
794 view = vmw_view_id_val_add(sw_context, view_type, in vmw_view_bindings_add()
2458 enum vmw_view_type view_type; in vmw_cmd_dx_view_define() local
2473 view_type = vmw_view_cmd_to_type(header->id); in vmw_cmd_dx_view_define()
2474 if (view_type == vmw_view_max) in vmw_cmd_dx_view_define()
2488 res = vmw_context_cotable(ctx_node->ctx, vmw_view_cotables[view_type]); in vmw_cmd_dx_view_define()
401 vmw_view_id_val_add(struct vmw_sw_context *sw_context, enum vmw_view_type view_type, u32 id) vmw_view_id_val_add() argument
776 vmw_view_bindings_add(struct vmw_sw_context *sw_context, enum vmw_view_type view_type, enum vmw_ctx_binding_type binding_type, uint32 shader_slot, uint32 view_ids[], u32 num_views, u32 first_slot) vmw_view_bindings_add() argument
2651 enum vmw_view_type view_type = vmw_view_cmd_to_type(header->id); vmw_cmd_dx_view_remove() local
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_so.c51 * @view_type: View type.
68 unsigned view_type; /* Immutable */ member
220 cmd->header.id = vmw_view_destroy_cmds[view->view_type]; in vmw_view_destroy()
252 * @view_type: The view type.
256 static u32 vmw_view_key(u32 user_key, enum vmw_view_type view_type) in vmw_view_key() argument
258 return user_key | (view_type << 20); in vmw_view_key()
265 * @view_type: The view type.
270 static bool vmw_view_id_ok(u32 user_key, enum vmw_view_type view_type) in vmw_view_id_ok() argument
273 view_type < vmw_view_max); in vmw_view_id_ok()
303 * @view_type
310 vmw_view_add(struct vmw_cmdbuf_res_manager *man, struct vmw_resource *ctx, struct vmw_resource *srf, enum vmw_view_type view_type, u32 user_key, const void *cmd, size_t cmd_size, struct list_head *list) vmw_view_add() argument
406 vmw_view_remove(struct vmw_cmdbuf_res_manager *man, u32 user_key, enum vmw_view_type view_type, struct list_head *list, struct vmw_resource **res_p) vmw_view_remove() argument
488 vmw_view_lookup(struct vmw_cmdbuf_res_manager *man, enum vmw_view_type view_type, u32 user_key) vmw_view_lookup() argument
[all...]
H A Dvmwgfx_so.h147 enum vmw_view_type view_type,
154 u32 user_key, enum vmw_view_type view_type,
165 enum vmw_view_type view_type,
H A Dvmwgfx_execbuf.c410 * @view_type: The view type to look up.
422 enum vmw_view_type view_type, u32 id) in vmw_view_id_val_add()
431 view = vmw_view_lookup(sw_context->man, view_type, id); in vmw_view_id_val_add()
778 * @view_type: View type for the bindings.
786 enum vmw_view_type view_type, in vmw_view_bindings_add()
803 view = vmw_view_id_val_add(sw_context, view_type, in vmw_view_bindings_add()
2422 enum vmw_view_type view_type; in vmw_cmd_dx_view_define() local
2437 view_type = vmw_view_cmd_to_type(header->id); in vmw_cmd_dx_view_define()
2438 if (view_type == vmw_view_max) in vmw_cmd_dx_view_define()
2452 res = vmw_context_cotable(ctx_node->ctx, vmw_view_cotables[view_type]); in vmw_cmd_dx_view_define()
421 vmw_view_id_val_add(struct vmw_sw_context *sw_context, enum vmw_view_type view_type, u32 id) vmw_view_id_val_add() argument
785 vmw_view_bindings_add(struct vmw_sw_context *sw_context, enum vmw_view_type view_type, enum vmw_ctx_binding_type binding_type, uint32 shader_slot, uint32 view_ids[], u32 num_views, u32 first_slot) vmw_view_bindings_add() argument
2611 enum vmw_view_type view_type = vmw_view_cmd_to_type(header->id); vmw_cmd_dx_view_remove() local
[all...]
/kernel/linux/linux-5.10/arch/parisc/include/asm/
H A Dpdcpat.h366 unsigned long mod, unsigned long view_type, void *mem_addr);
/kernel/linux/linux-6.6/arch/parisc/include/asm/
H A Dpdcpat.h367 unsigned long mod, unsigned long view_type, void *mem_addr);
/kernel/linux/linux-5.10/arch/parisc/kernel/
H A Dfirmware.c1337 * @view_type: The view of the address type.
1344 unsigned long view_type, void *mem_addr) in pdc_pat_cell_module()
1352 ploc, mod, view_type, __pa(&result)); in pdc_pat_cell_module()
1343 pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, unsigned long view_type, void *mem_addr) pdc_pat_cell_module() argument
/kernel/linux/linux-6.6/arch/parisc/kernel/
H A Dfirmware.c1477 * @view_type: The view of the address type.
1484 unsigned long view_type, void *mem_addr) in pdc_pat_cell_module()
1492 ploc, mod, view_type, __pa(&result)); in pdc_pat_cell_module()
1483 pdc_pat_cell_module(unsigned long *actcnt, unsigned long ploc, unsigned long mod, unsigned long view_type, void *mem_addr) pdc_pat_cell_module() argument
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/selftests/
H A Di915_vma.c533 static unsigned int remapped_size(enum i915_gtt_view_type view_type, in remapped_size() argument
538 if (view_type == I915_GTT_VIEW_ROTATED) in remapped_size()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/display/
H A Dintel_fb.c1575 enum i915_gtt_view_type view_type) in intel_fb_view_init()
1578 view->gtt.type = view_type; in intel_fb_view_init()
1580 if (view_type == I915_GTT_VIEW_REMAPPED && in intel_fb_view_init()
1574 intel_fb_view_init(struct drm_i915_private *i915, struct intel_fb_view *view, enum i915_gtt_view_type view_type) intel_fb_view_init() argument

Completed in 21 milliseconds