OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:program_front_end_for_ctx
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn20/
amdgpu_dcn20_init.c
40
.
program_front_end_for_ctx
= dcn20_program_front_end_for_ctx,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dcn21/
amdgpu_dcn21_init.c
41
.
program_front_end_for_ctx
= dcn20_program_front_end_for_ctx,
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/inc/
hw_sequencer.h
69
void (*
program_front_end_for_ctx
)(struct dc *dc,
member in struct:hw_sequencer_funcs
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc.c
797
if (dc->hwss.
program_front_end_for_ctx
)
798
dc->hwss.
program_front_end_for_ctx
(dc, dangling_context);
1246
if (dc->hwss.
program_front_end_for_ctx
)
1247
dc->hwss.
program_front_end_for_ctx
(dc, context);
2194
if (dc->hwss.
program_front_end_for_ctx
)
2195
dc->hwss.
program_front_end_for_ctx
(dc, context);
2257
if (dc->hwss.
program_front_end_for_ctx
&& update_type != UPDATE_TYPE_FAST) {
2258
dc->hwss.
program_front_end_for_ctx
(dc, context);
Completed in 15 milliseconds
Indexes created Mon Sep 29 21:09:56 GMT 2025