| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 143 if (screen->cur_ctx) in nv50_default_kick_notify() 144 screen->cur_ctx->state.flushed = true; in nv50_default_kick_notify() 187 if (nv50->screen->cur_ctx == nv50) { in nv50_destroy() 188 nv50->screen->cur_ctx = NULL; in nv50_destroy() 354 if (!screen->cur_ctx) { in nv50_create() 359 screen->cur_ctx = nv50; in nv50_create()
|
| H A D | nv50_screen.h | 63 struct nv50_context *cur_ctx; member
|
| H A D | nv50_state_validate.c | 451 struct nv50_context *ctx_from = ctx_to->screen->cur_ctx; in nv50_switch_pipe_context() 486 ctx_to->screen->cur_ctx = ctx_to; in nv50_switch_pipe_context() 539 if (nv50->screen->cur_ctx != nv50) in nv50_state_validate()
|
| H A D | nv50_vbo.c | 756 nv50_bufctx_fence(screen->cur_ctx->bufctx_3d, true); in nv50_draw_vbo_kick_notify()
|
| /kernel/linux/linux-6.6/fs/smb/client/ |
| H A D | namespace.c | 195 struct smb3_fs_context *ctx, *cur_ctx; in cifs_do_automount() local 203 cur_ctx = CIFS_SB(mntpt->d_sb)->ctx; in cifs_do_automount() 218 tmp = *cur_ctx; in cifs_do_automount()
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nvc0/ |
| H A D | nvc0_context.c | 247 if (nvc0->screen->cur_ctx == nvc0) { in nvc0_destroy() 248 nvc0->screen->cur_ctx = NULL; in nvc0_destroy() 286 if (screen->cur_ctx) in nvc0_default_kick_notify() 287 screen->cur_ctx->state.flushed = true; in nvc0_default_kick_notify() 500 if (!screen->cur_ctx) { in nvc0_create() 502 screen->cur_ctx = nvc0; in nvc0_create()
|
| H A D | nvc0_screen.h | 72 struct nvc0_context *cur_ctx; member
|
| H A D | nvc0_state_validate.c | 871 struct nvc0_context *ctx_from = ctx_to->screen->cur_ctx; in nvc0_switch_pipe_context() 910 ctx_to->screen->cur_ctx = ctx_to; in nvc0_switch_pipe_context() 970 if (nvc0->screen->cur_ctx != nvc0) in nvc0_state_validate()
|
| /kernel/linux/linux-5.10/drivers/crypto/qat/qat_common/ |
| H A D | qat_hal.c | 112 unsigned int cur_ctx; in qat_hal_get_wakeup_event() local 114 cur_ctx = qat_hal_rd_ae_csr(handle, ae, CSR_CTX_POINTER); in qat_hal_get_wakeup_event() 117 qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx); in qat_hal_get_wakeup_event() 286 unsigned int ctx, cur_ctx; in qat_hal_wr_indr_csr() local 288 cur_ctx = qat_hal_rd_ae_csr(handle, ae, CSR_CTX_POINTER); in qat_hal_wr_indr_csr() 297 qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx); in qat_hal_wr_indr_csr() 304 unsigned int cur_ctx, csr_val; in qat_hal_rd_indr_csr() local 306 cur_ctx = qat_hal_rd_ae_csr(handle, ae, CSR_CTX_POINTER); in qat_hal_rd_indr_csr() 309 qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx); in qat_hal_rd_indr_csr() 318 unsigned int ctx, cur_ctx; in qat_hal_put_sig_event() local 334 unsigned int ctx, cur_ctx; qat_hal_put_wakeup_event() local [all...] |
| /kernel/linux/linux-6.6/drivers/crypto/intel/qat/qat_common/ |
| H A D | qat_hal.c | 112 unsigned int cur_ctx; in qat_hal_get_wakeup_event() local 114 cur_ctx = qat_hal_rd_ae_csr(handle, ae, CSR_CTX_POINTER); in qat_hal_get_wakeup_event() 117 qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx); in qat_hal_get_wakeup_event() 317 unsigned int ctx, cur_ctx; in qat_hal_wr_indr_csr() local 319 cur_ctx = qat_hal_rd_ae_csr(handle, ae, CSR_CTX_POINTER); in qat_hal_wr_indr_csr() 328 qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx); in qat_hal_wr_indr_csr() 335 unsigned int cur_ctx, csr_val; in qat_hal_rd_indr_csr() local 337 cur_ctx = qat_hal_rd_ae_csr(handle, ae, CSR_CTX_POINTER); in qat_hal_rd_indr_csr() 340 qat_hal_wr_ae_csr(handle, ae, CSR_CTX_POINTER, cur_ctx); in qat_hal_rd_indr_csr() 349 unsigned int ctx, cur_ctx; in qat_hal_put_sig_event() local 365 unsigned int ctx, cur_ctx; qat_hal_put_wakeup_event() local [all...] |
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv30/ |
| H A D | nv30_screen.h | 21 struct nv30_context *cur_ctx; member
|
| H A D | nv30_context.c | 176 if (nv30->screen->cur_ctx == nv30) in nv30_context_destroy() 177 nv30->screen->cur_ctx = NULL; in nv30_context_destroy()
|
| H A D | nv30_state_validate.c | 438 struct nv30_context *prev = nv30->screen->cur_ctx; in nv30_state_context_switch() 459 nv30->screen->cur_ctx = nv30; in nv30_state_context_switch() 472 if (nv30->screen->cur_ctx != nv30) in nv30_state_validate()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn32/ |
| H A D | dcn32_hwseq.h | 124 const struct dc_state *cur_ctx,
|
| H A D | dcn32_hwseq.c | 1626 const struct dc_state *cur_ctx, in dcn32_is_pipe_topology_transition_seamless() 1634 cur_pipe = &cur_ctx->res_ctx.pipe_ctx[i]; in dcn32_is_pipe_topology_transition_seamless() 1625 dcn32_is_pipe_topology_transition_seamless(struct dc *dc, const struct dc_state *cur_ctx, const struct dc_state *new_ctx) dcn32_is_pipe_topology_transition_seamless() argument
|
| H A D | dcn32_resource.c | 2673 const struct dc_state *cur_ctx, in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() 2687 &cur_ctx->res_ctx, &new_ctx->res_ctx, in dcn32_acquire_free_pipe_as_secondary_dpp_pipe() 2672 dcn32_acquire_free_pipe_as_secondary_dpp_pipe( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head_pipe) dcn32_acquire_free_pipe_as_secondary_dpp_pipe() argument
|
| H A D | dcn32_resource.h | 140 const struct dc_state *cur_ctx,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn20/ |
| H A D | dcn20_resource.h | 62 const struct dc_state *cur_ctx,
|
| H A D | dcn20_resource.c | 2151 const struct dc_state *cur_ctx, in dcn20_acquire_free_pipe_for_layer() 2150 dcn20_acquire_free_pipe_for_layer( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head) dcn20_acquire_free_pipe_for_layer() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | core_types.h | 130 const struct dc_state *cur_ctx,
|
| H A D | hw_sequencer.h | 405 const struct dc_state *cur_ctx,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dce110/ |
| H A D | dce110_resource.c | 1122 const struct dc_state *cur_ctx, in dce110_acquire_underlay() 1121 dce110_acquire_underlay( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head_pipe) dce110_acquire_underlay() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn10/ |
| H A D | dcn10_resource.c | 1087 const struct dc_state *cur_ctx, in dcn10_acquire_free_pipe_for_layer() 1086 dcn10_acquire_free_pipe_for_layer( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head_pipe) dcn10_acquire_free_pipe_for_layer() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/dcn201/ |
| H A D | dcn201_resource.c | 996 const struct dc_state *cur_ctx, in dcn201_acquire_free_pipe_for_layer() 995 dcn201_acquire_free_pipe_for_layer( const struct dc_state *cur_ctx, struct dc_state *new_ctx, const struct resource_pool *pool, const struct pipe_ctx *opp_head_pipe) dcn201_acquire_free_pipe_for_layer() argument
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/dc/core/ |
| H A D | dc_resource.c | 1872 struct dc_state *cur_ctx, in acquire_secondary_dpp_pipes_and_add_plane() 1883 cur_ctx, in acquire_secondary_dpp_pipes_and_add_plane() 1868 acquire_secondary_dpp_pipes_and_add_plane( struct pipe_ctx *otg_master_pipe, struct dc_plane_state *plane_state, struct dc_state *new_ctx, struct dc_state *cur_ctx, struct resource_pool *pool) acquire_secondary_dpp_pipes_and_add_plane() argument
|