“70081ac55df939363b27c1ebd27c51f510129139”上不存在“drivers/git@gitcode.net:openeuler/raspberrypi-kernel.git”
-
由 Maarten Lankhorst 提交于
Commit e8fa5671 ("drm: crc: Wait for a frame before returning from open()") adds a wait for CRC frame, but with the CRTC off this will never be generated. For atomic drivers we know if a CRTC is active through crtc_state->active, so when inactive reject the open with -EIO. Just like with the previous patch changing debugfs opening semantics, this patch has been tested against igt. Signed-off-by: NMaarten Lankhorst <maarten.lankhorst@linux.intel.com> Fixes: e8fa5671 ("drm: crc: Wait for a frame before returning from open()") Testcase: debugfs_test.read_all_entries Link: http://patchwork.freedesktop.org/patch/msgid/15f9d300-65d3-63aa-00e3-e83f5e4d5a7a@linux.intel.comReviewed-by: NDaniel Vetter <daniel.vetter@ffwll.ch>
8038e09b