Home
last modified time | relevance | path

Searched refs:log_hw_state (Results 1 – 11 of 11) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_init.c66 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn201/
H A Ddcn201_init.c68 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn21/
H A Ddcn21_init.c69 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn301/
H A Ddcn301_init.c74 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_init.c69 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn314/
H A Ddcn314_init.c75 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn31/
H A Ddcn31_init.c73 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn30/
H A Ddcn30_init.c70 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn32/
H A Ddcn32_init.c71 .log_hw_state = dcn10_log_hw_state,
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dhw_sequencer.h336 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx); member
/openbmc/linux/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_debugfs.c3429 if (!dc->hwss.log_hw_state) in dtn_log_read()
3432 dc->hwss.log_hw_state(dc, &log_ctx); in dtn_log_read()
3467 if (dc->hwss.log_hw_state) in dtn_log_write()
3468 dc->hwss.log_hw_state(dc, NULL); in dtn_log_write()