Skip to content

Commit d94c49c

Browse files
Nicolas Ferrecristibirsan
authored andcommitted
DRM: drm_probe_helper: reduce DRM_OUTPUT_POLL_PERIOD to 4 sec
The default 10sec. is usually too long for having the fb0 ready when we need it for demo init scripts. Signed-off-by: Nicolas Ferre <nicolas.ferre@atmel.com> [joshua.henderson@microchip.com: merged to 4.14] Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com>
1 parent 03ab237 commit d94c49c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/drm_probe_helper.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -206,7 +206,7 @@ enum drm_mode_status drm_connector_mode_valid(struct drm_connector *connector,
206206
return connector_funcs->mode_valid(connector, mode);
207207
}
208208

209-
#define DRM_OUTPUT_POLL_PERIOD (10*HZ)
209+
#define DRM_OUTPUT_POLL_PERIOD (4*HZ)
210210
/**
211211
* drm_kms_helper_poll_enable - re-enable output polling.
212212
* @dev: drm_device

0 commit comments

Comments
 (0)