Home
last modified time | relevance | path

Searched refs:DCE_VERSION_MAX (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/display/include/
H A Ddal_types.h49 DCE_VERSION_MAX, enumerator
/openbmc/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc.c407 if (dc->ctx->dce_version > DCE_VERSION_MAX) in dc_stream_adjust_vmin_vmax()
1964 if (dc->ctx->dce_version >= DCE_VERSION_MAX) in dc_commit_state_no_check()
2189 if (dc->ctx->dce_version < DCE_VERSION_MAX) in dc_post_update_surfaces_to_stream()
4528 if (update_type >= UPDATE_TYPE_FULL && dc_ctx->dce_version < DCE_VERSION_MAX) { in dc_commit_updates_for_stream()
H A Ddc_resource.c1447 if (plane_state->ctx->dce_version > DCE_VERSION_MAX) in resource_build_scaling_params()