dc.h (7be199bdb7d2f852e61d4fbbf820366a87b8ad69) dc.h (dede1fea4460e734f0ef85875718a036bdd18649)
1/*
2 * Copyright 2012-2023 Advanced Micro Devices, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 1997 unchanged lines hidden (view full) ---

2006 bool wait, bool force_static, const unsigned int *power_opts);
2007
2008bool dc_link_get_psr_state(const struct dc_link *dc_link, enum dc_psr_state *state);
2009
2010bool dc_link_setup_psr(struct dc_link *dc_link,
2011 const struct dc_stream_state *stream, struct psr_config *psr_config,
2012 struct psr_context *psr_context);
2013
1/*
2 * Copyright 2012-2023 Advanced Micro Devices, Inc.
3 *
4 * Permission is hereby granted, free of charge, to any person obtaining a
5 * copy of this software and associated documentation files (the "Software"),
6 * to deal in the Software without restriction, including without limitation
7 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
8 * and/or sell copies of the Software, and to permit persons to whom the

--- 1997 unchanged lines hidden (view full) ---

2006 bool wait, bool force_static, const unsigned int *power_opts);
2007
2008bool dc_link_get_psr_state(const struct dc_link *dc_link, enum dc_psr_state *state);
2009
2010bool dc_link_setup_psr(struct dc_link *dc_link,
2011 const struct dc_stream_state *stream, struct psr_config *psr_config,
2012 struct psr_context *psr_context);
2013
2014bool dc_link_get_replay_state(const struct dc_link *dc_link, uint64_t *state);
2015
2014/* On eDP links this function call will stall until T12 has elapsed.
2015 * If the panel is not in power off state, this function will return
2016 * immediately.
2017 */
2018bool dc_link_wait_for_t12(struct dc_link *link);
2019
2020/* Determine if dp trace has been initialized to reflect upto date result *
2021 * return - true if trace is initialized and has valid data. False dp trace

--- 281 unchanged lines hidden ---
2016/* On eDP links this function call will stall until T12 has elapsed.
2017 * If the panel is not in power off state, this function will return
2018 * immediately.
2019 */
2020bool dc_link_wait_for_t12(struct dc_link *link);
2021
2022/* Determine if dp trace has been initialized to reflect upto date result *
2023 * return - true if trace is initialized and has valid data. False dp trace

--- 281 unchanged lines hidden ---