OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:psr_feature_enabled
(Results
1 - 5
of
5
) sorted by relevancy
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/
dc_link.h
131
bool
psr_feature_enabled
;
member in struct:dc_link
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/core/
amdgpu_dc_link.c
2408
if ((psr != NULL) && link->
psr_feature_enabled
)
2410
else if ((dmcu != NULL && dmcu->funcs->is_dmcu_initialized(dmcu)) && link->
psr_feature_enabled
)
2424
if (psr != NULL && link->
psr_feature_enabled
)
2426
else if (dmcu != NULL && link->
psr_feature_enabled
)
2597
link->
psr_feature_enabled
= psr->funcs->setup_psr(psr, link, psr_context);
2599
link->
psr_feature_enabled
= dmcu->funcs->setup_psr(dmcu, link, psr_context);
2604
if (link->
psr_feature_enabled
== 0)
amdgpu_dc_link_dp.c
2414
if (!link->
psr_feature_enabled
)
/src/sys/external/bsd/drm2/dist/drm/amd/display/amdgpu_dm/
amdgpu_dm.c
4130
if (stream->link->
psr_feature_enabled
) {
6608
!acrtc_state->stream->link->
psr_feature_enabled
)
6611
acrtc_state->stream->link->
psr_feature_enabled
&&
8376
link->
psr_feature_enabled
= dpcd_data[0] ? true:false;
8377
DRM_INFO("PSR support:%d\n", link->
psr_feature_enabled
);
8413
DRM_DEBUG_DRIVER("PSR link: %d\n", link->
psr_feature_enabled
);
/src/sys/external/bsd/drm2/dist/drm/amd/display/dc/dce110/
amdgpu_dce110_hw_sequencer.c
1423
pipe_ctx->stream->link->
psr_feature_enabled
= false;
1829
if (pipe_ctx->stream->link->
psr_feature_enabled
)
Completed in 24 milliseconds
Indexes created Wed Oct 01 12:09:54 GMT 2025