Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/include/
H A Dlogger_interface.h128 dm_dtn_log_begin(dc_ctx, log_ctx)
131 dm_dtn_log_append_v(dc_ctx, log_ctx, msg, ##__VA_ARGS__)
134 dm_dtn_log_end(dc_ctx, log_ctx)
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddm_services.h298 struct dc_log_buffer_ctx *log_ctx);
300 struct dc_log_buffer_ctx *log_ctx,
303 struct dc_log_buffer_ctx *log_ctx);
/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.c380 vq->log_ctx = NULL; in vhost_vq_reset()
546 dev->log_ctx = NULL; in vhost_dev_init()
1041 if (dev->log_ctx) in vhost_dev_cleanup()
1042 eventfd_ctx_put(dev->log_ctx); in vhost_dev_cleanup()
1043 dev->log_ctx = NULL; in vhost_dev_cleanup()
2178 swap(ctx, d->log_ctx); in vhost_dev_ioctl()
2181 d->vqs[i]->log_ctx = d->log_ctx; in vhost_dev_ioctl()
2332 if (vq->log_ctx) in vhost_log_write()
2333 eventfd_signal(vq->log_ctx); in vhost_log_write()
2355 if (vq->log_ctx) in vhost_update_used_flags()
[all …]
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn30/
H A Ddcn30_hwseq.h56 struct dc_log_buffer_ctx *log_ctx);
H A Ddcn30_hwseq.c73 struct dc_log_buffer_ctx *log_ctx) in dcn30_log_color_state() argument
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn20/
H A Ddcn20_hwseq.h32 struct dc_log_buffer_ctx *log_ctx);
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn10/
H A Ddcn10_hwseq.h155 struct dc_log_buffer_ctx *log_ctx);
H A Ddcn10_hwseq.c77 print_microsec(dc_ctx, log_ctx, ref_cycle)
85 struct dc_log_buffer_ctx *log_ctx, in print_microsec() argument
130 struct dc_log_buffer_ctx *log_ctx) in log_mpc_crc() argument
144 struct dc_log_buffer_ctx *log_ctx) in dcn10_log_hubbub_state() argument
172 static void dcn10_log_hubp_states(struct dc *dc, void *log_ctx) in dcn10_log_hubp_states() argument
288 struct dc_log_buffer_ctx *log_ctx) in dcn10_log_color_state() argument
395 struct dc_log_buffer_ctx *log_ctx) in dcn10_log_hw_state() argument
403 dcn10_log_hubbub_state(dc, log_ctx); in dcn10_log_hw_state()
405 dcn10_log_hubp_states(dc, log_ctx); in dcn10_log_hw_state()
408 dc->hwss.log_color_state(dc, log_ctx); in dcn10_log_hw_state()
[all …]