mirror of
https://github.com/torvalds/linux.git
synced 2025-11-01 09:09:47 +02:00
UDL doesn't support vblank functionality so we don't need to initialize vblank here (we are able to send page flip completion events even without vblank initialization) Moreover current drm_vblank_init call with num_crtcs > 0 causes sending DRM_EVENT_FLIP_COMPLETE event with zero timestamp every time. This breaks userspace apps (for example weston) which relies on timestamp value. Cc: stable@vger.kernel.org Signed-off-by: Eugeniy Paltsev <Eugeniy.Paltsev@synopsys.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: https://patchwork.freedesktop.org/patch/msgid/20180928144126.21598-1-Eugeniy.Paltsev@synopsys.com |
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Makefile | ||
| udl_connector.c | ||
| udl_connector.h | ||
| udl_dmabuf.c | ||
| udl_drv.c | ||
| udl_drv.h | ||
| udl_encoder.c | ||
| udl_fb.c | ||
| udl_gem.c | ||
| udl_main.c | ||
| udl_modeset.c | ||
| udl_transfer.c | ||