From fa7f517cb26eb1a1a1f0baffcced39f6c3ec3337 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Christian=20K=C3=B6nig?= Date: Tue, 3 Jun 2014 18:13:21 -0400 Subject: [PATCH] drm/radeon: rework page flip handling v4 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Instead of trying to flip inside the vblank period when the buffer is idle, offload blocking for idle to a kernel thread and program the flip directly into the hardware. v2: add error handling, fix EBUSY handling v3: add proper exclusive_lock handling v4: update crtc->primary->fb when the flip actually happens Signed-off-by: Christian König Signed-off-by: Alex Deucher Signed-off-by: Dave Airlie --- Reading git-format-patch failed