Searched refs:log_hw_state (Results 1 – 11 of 11) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn10/ |
D | dcn10_init.c | 66 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn201/ |
D | dcn201_init.c | 68 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn20/ |
D | dcn20_init.c | 69 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn21/ |
D | dcn21_init.c | 69 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn301/ |
D | dcn301_init.c | 74 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn31/ |
D | dcn31_init.c | 73 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn30/ |
D | dcn30_init.c | 70 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn314/ |
D | dcn314_init.c | 75 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/dcn32/ |
D | dcn32_init.c | 71 .log_hw_state = dcn10_log_hw_state,
|
/linux-6.6.21/drivers/gpu/drm/amd/display/dc/inc/ |
D | hw_sequencer.h | 336 void (*log_hw_state)(struct dc *dc, struct dc_log_buffer_ctx *log_ctx); member
|
/linux-6.6.21/drivers/gpu/drm/amd/display/amdgpu_dm/ |
D | amdgpu_dm_debugfs.c | 3405 if (!dc->hwss.log_hw_state) in dtn_log_read() 3408 dc->hwss.log_hw_state(dc, &log_ctx); in dtn_log_read() 3443 if (dc->hwss.log_hw_state) in dtn_log_write() 3444 dc->hwss.log_hw_state(dc, NULL); in dtn_log_write()
|