Home
last modified time | relevance | path

Searched refs:log_ctx (Results 1 – 7 of 7) sorted by relevance

/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_helpers.c428 struct dc_log_buffer_ctx *log_ctx) in dm_dtn_log_begin() argument
432 if (!log_ctx) { in dm_dtn_log_begin()
437 dm_dtn_log_append_v(ctx, log_ctx, "%s", msg); in dm_dtn_log_begin()
442 struct dc_log_buffer_ctx *log_ctx, in dm_dtn_log_append_v() argument
449 if (!log_ctx) { in dm_dtn_log_append_v()
472 total = log_ctx->pos + n + 1; in dm_dtn_log_append_v()
474 if (total > log_ctx->size) { in dm_dtn_log_append_v()
478 memcpy(buf, log_ctx->buf, log_ctx->pos); in dm_dtn_log_append_v()
479 kfree(log_ctx->buf); in dm_dtn_log_append_v()
481 log_ctx->buf = buf; in dm_dtn_log_append_v()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hw_sequencer_debug.h36 struct dc_log_buffer_ctx *log_ctx);
/linux/drivers/vhost/
H A Dvhost.c389 vq->log_ctx = NULL; in vhost_vq_reset()
597 dev->log_ctx = NULL; in vhost_dev_init()
1218 if (dev->log_ctx) in vhost_dev_cleanup()
1219 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
1220 dev->log_ctx = NULL; in vhost_dev_cleanup()
2395 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
2398 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
2565 if (vq->log_ctx) in vhost_log_write()
2566 eventfd_signal(vq->log_ctx); in vhost_log_write()
2584 if (vq->log_ctx) in vhost_update_used_flags()
[all …]
H A Dvhost.h108 struct eventfd_ctx *log_ctx; member
183 struct eventfd_ctx *log_ctx; member
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h32 struct dc_log_buffer_ctx *log_ctx);
H A Ddcn20_hwseq.c75 struct dc_log_buffer_ctx *log_ctx) in dcn20_log_color_state() argument
/linux/drivers/gpu/drm/amd/display/dc/hwss/
H A Dhw_sequencer.h1158 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx);
1160 struct dc_log_buffer_ctx *log_ctx);