OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:log_ctx
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn10/
dcn10_hw_sequencer_debug.h
38
struct dc_log_buffer_ctx *
log_ctx
);
dcn10_hw_sequencer.h
141
struct dc_log_buffer_ctx *
log_ctx
);
amdgpu_dcn10_hw_sequencer.c
73
print_microsec(dc_ctx,
log_ctx
, ref_cycle)
78
struct dc_log_buffer_ctx *
log_ctx
,
118
struct dc_log_buffer_ctx *
log_ctx
)
131
void dcn10_log_hubbub_state(struct dc *dc, struct dc_log_buffer_ctx *
log_ctx
)
159
static void dcn10_log_hubp_states(struct dc *dc, void *
log_ctx
)
274
struct dc_log_buffer_ctx *
log_ctx
)
282
dcn10_log_hubbub_state(dc,
log_ctx
);
284
dcn10_log_hubp_states(dc,
log_ctx
);
461
log_mpc_crc(dc,
log_ctx
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/include/
logger_interface.h
134
dm_dtn_log_begin(dc_ctx,
log_ctx
)
137
dm_dtn_log_append_v(dc_ctx,
log_ctx
, msg, ##__VA_ARGS__)
140
dm_dtn_log_end(dc_ctx,
log_ctx
)
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm_helpers.c
314
struct dc_log_buffer_ctx *
log_ctx
)
318
if (!
log_ctx
) {
323
dm_dtn_log_append_v(ctx,
log_ctx
, "%s", msg);
327
struct dc_log_buffer_ctx *
log_ctx
,
334
if (!
log_ctx
) {
357
total =
log_ctx
->pos + n + 1;
359
if (total >
log_ctx
->size) {
363
memcpy(buf,
log_ctx
->buf,
log_ctx
->pos);
364
kfree(
log_ctx
->buf)
[
all
...]
amdgpu_dm_debugfs.c
1030
struct dc_log_buffer_ctx
log_ctx
= { 0 };
local in function:dtn_log_read
1039
dc->hwss.log_hw_state(dc, &
log_ctx
);
1041
if (*pos <
log_ctx
.pos) {
1042
size_t to_copy =
log_ctx
.pos - *pos;
1046
if (!copy_to_user(buf,
log_ctx
.buf + *pos, to_copy)) {
1052
kfree(
log_ctx
.buf);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dm_services.h
374
struct dc_log_buffer_ctx *
log_ctx
);
376
struct dc_log_buffer_ctx *
log_ctx
,
379
struct dc_log_buffer_ctx *
log_ctx
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer.h
185
void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *
log_ctx
);
Completed in 20 milliseconds
Indexes created Wed Oct 15 03:09:54 GMT 2025