Home
last modified time | relevance | path

Searched refs:duplicated (Results 1 - 9 of 9) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm_trace.h325 __field(bool, duplicated)
335 __entry->duplicated = state->duplicated;
341 "async_update=%d duplicated=%d num_connector=%d "
344 __entry->async_update, __entry->duplicated, __entry->num_connector,
H A Damdgpu_dm.c2949 * them here, since they were duplicated as part of the suspend in dm_resume()
6857 if (!state->duplicated) { in dm_encoder_helper_atomic_check()
/kernel/linux/linux-5.10/include/drm/
H A Ddrm_atomic.h342 * @duplicated:
344 * Indicates whether or not this atomic state was duplicated using
346 * should use this to fixup normal inconsistencies in duplicated
349 bool duplicated : 1; member
/kernel/linux/linux-6.6/include/drm/
H A Ddrm_atomic.h393 * @duplicated:
395 * Indicates whether or not this atomic state was duplicated using
397 * should use this to fixup normal inconsistencies in duplicated
400 bool duplicated : 1; member
/kernel/linux/linux-5.10/drivers/gpu/drm/
H A Ddrm_atomic_helper.c224 * duplicated a NULL best_encoder when crtc was NULL. in set_best_encoder()
225 * As an exception restoring duplicated atomic state in set_best_encoder()
338 if (!state->duplicated && drm_connector_is_unregistered(connector) && in update_connector_routing()
3189 state->duplicated = true; in drm_atomic_helper_duplicate_state()
3294 * drm_atomic_helper_commit_duplicated_state - commit duplicated state
3295 * @state: duplicated atomic state to commit
/kernel/linux/linux-6.6/drivers/gpu/drm/
H A Ddrm_atomic_helper.c230 * duplicated a NULL best_encoder when crtc was NULL. in set_best_encoder()
231 * As an exception restoring duplicated atomic state in set_best_encoder()
348 if (!state->duplicated && drm_connector_is_unregistered(connector) && in update_connector_routing()
3429 state->duplicated = true; in drm_atomic_helper_duplicate_state()
3534 * drm_atomic_helper_commit_duplicated_state - commit duplicated state
3535 * @state: duplicated atomic state to commit
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c961 * When restoring duplicated states, we need to make sure that the bw in nv50_msto_atomic_check()
963 * may have changed after the state was duplicated in nv50_msto_atomic_check()
965 if (!state->duplicated) { in nv50_msto_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv50/
H A Ddisp.c1056 * When restoring duplicated states, we need to make sure that the bw in nv50_msto_atomic_check()
1058 * may have changed after the state was duplicated in nv50_msto_atomic_check()
1060 if (!state->duplicated) { in nv50_msto_atomic_check()
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.c2091 * them here, since they were duplicated as part of the suspend in dm_resume()
5743 if (!state->duplicated) {

Completed in 39 milliseconds