log_ctx           972 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	struct dc_log_buffer_ctx log_ctx = { 0 };
log_ctx           981 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	dc->hwss.log_hw_state(dc, &log_ctx);
log_ctx           983 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	if (*pos < log_ctx.pos) {
log_ctx           984 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		size_t to_copy = log_ctx.pos - *pos;
log_ctx           988 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 		if (!copy_to_user(buf, log_ctx.buf + *pos, to_copy)) {
log_ctx           994 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_debugfs.c 	kfree(log_ctx.buf);
log_ctx           340 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	struct dc_log_buffer_ctx *log_ctx)
log_ctx           344 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	if (!log_ctx) {
log_ctx           349 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	dm_dtn_log_append_v(ctx, log_ctx, "%s", msg);
log_ctx           353 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	struct dc_log_buffer_ctx *log_ctx,
log_ctx           360 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	if (!log_ctx) {
log_ctx           383 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	total = log_ctx->pos + n + 1;
log_ctx           385 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	if (total > log_ctx->size) {
log_ctx           389 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 			memcpy(buf, log_ctx->buf, log_ctx->pos);
log_ctx           390 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 			kfree(log_ctx->buf);
log_ctx           392 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 			log_ctx->buf = buf;
log_ctx           393 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 			log_ctx->size = total;
log_ctx           397 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	if (!log_ctx->buf)
log_ctx           403 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 		log_ctx->buf + log_ctx->pos,
log_ctx           404 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 		log_ctx->size - log_ctx->pos,
log_ctx           410 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 		log_ctx->pos += n;
log_ctx           414 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	struct dc_log_buffer_ctx *log_ctx)
log_ctx           418 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	if (!log_ctx) {
log_ctx           423 drivers/gpu/drm/amd/display/amdgpu_dm/amdgpu_dm_helpers.c 	dm_dtn_log_append_v(ctx, log_ctx, "%s", msg);
log_ctx            69 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	print_microsec(dc_ctx, log_ctx, ref_cycle)
log_ctx            72 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct dc_log_buffer_ctx *log_ctx,
log_ctx            85 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct dc_log_buffer_ctx *log_ctx)
log_ctx            98 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c void dcn10_log_hubbub_state(struct dc *dc, struct dc_log_buffer_ctx *log_ctx)
log_ctx           126 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c static void dcn10_log_hubp_states(struct dc *dc, void *log_ctx)
log_ctx           242 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	struct dc_log_buffer_ctx *log_ctx)
log_ctx           250 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	dcn10_log_hubbub_state(dc, log_ctx);
log_ctx           252 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	dcn10_log_hubp_states(dc, log_ctx);
log_ctx           419 drivers/gpu/drm/amd/display/dc/dcn10/dcn10_hw_sequencer.c 	log_mpc_crc(dc, log_ctx);
log_ctx           362 drivers/gpu/drm/amd/display/dc/dm_services.h 	struct dc_log_buffer_ctx *log_ctx);
log_ctx           364 drivers/gpu/drm/amd/display/dc/dm_services.h 	struct dc_log_buffer_ctx *log_ctx,
log_ctx           367 drivers/gpu/drm/amd/display/dc/dm_services.h 	struct dc_log_buffer_ctx *log_ctx);
log_ctx           262 drivers/gpu/drm/amd/display/dc/inc/hw_sequencer.h 		struct dc_log_buffer_ctx *log_ctx);
log_ctx           132 drivers/gpu/drm/amd/display/include/logger_interface.h 	dm_dtn_log_begin(dc_ctx, log_ctx)
log_ctx           135 drivers/gpu/drm/amd/display/include/logger_interface.h 	dm_dtn_log_append_v(dc_ctx, log_ctx, msg, ##__VA_ARGS__)
log_ctx           138 drivers/gpu/drm/amd/display/include/logger_interface.h 	dm_dtn_log_end(dc_ctx, log_ctx)
log_ctx           322 drivers/vhost/vhost.c 	vq->log_ctx = NULL;
log_ctx           465 drivers/vhost/vhost.c 	dev->log_ctx = NULL;
log_ctx           671 drivers/vhost/vhost.c 	if (dev->log_ctx)
log_ctx           672 drivers/vhost/vhost.c 		eventfd_ctx_put(dev->log_ctx);
log_ctx           673 drivers/vhost/vhost.c 	dev->log_ctx = NULL;
log_ctx          1802 drivers/vhost/vhost.c 		swap(ctx, d->log_ctx);
log_ctx          1805 drivers/vhost/vhost.c 			d->vqs[i]->log_ctx = d->log_ctx;
log_ctx          1958 drivers/vhost/vhost.c 			if (vq->log_ctx)
log_ctx          1959 drivers/vhost/vhost.c 				eventfd_signal(vq->log_ctx, 1);
log_ctx          1981 drivers/vhost/vhost.c 		if (vq->log_ctx)
log_ctx          1982 drivers/vhost/vhost.c 			eventfd_signal(vq->log_ctx, 1);
log_ctx          1999 drivers/vhost/vhost.c 		if (vq->log_ctx)
log_ctx          2000 drivers/vhost/vhost.c 			eventfd_signal(vq->log_ctx, 1);
log_ctx          2431 drivers/vhost/vhost.c 		if (vq->log_ctx)
log_ctx          2432 drivers/vhost/vhost.c 			eventfd_signal(vq->log_ctx, 1);
log_ctx            97 drivers/vhost/vhost.h 	struct eventfd_ctx *log_ctx;
log_ctx           164 drivers/vhost/vhost.h 	struct eventfd_ctx *log_ctx;