Searched refs:force_timing_sync (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/amd/display/amdgpu_dm/
H A Damdgpu_dm.h254 * @force_timing_sync: set via debugfs. When set, indicates that all connected
530 bool force_timing_sync; member in struct:amdgpu_display_manager
H A Damdgpu_dm_debugfs.c3570 * Sets the force_timing_sync debug option from the given string.
3578 adev->dm.force_timing_sync = (bool)val;
3586 * Gets the force_timing_sync debug option value into the given buffer.
3593 *val = adev->dm.force_timing_sync;
H A Damdgpu_dm.c9340 dm->force_timing_sync;
10889 adev->dm.force_timing_sync;

Completed in 265 milliseconds