commit | 1aab5514ca9604e0263f658a067da0189c86a35b | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue May 27 16:49:22 2014 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jun 02 10:25:13 2014 -0400 |
tree | f96125f31d9cd42d673ee2e6dcffbfcff9f37eed | |
parent | 1a0e79184132c5dc0e03a4047eacecc52c24deae [diff] |
drm/radeon: rework page flip handling v3 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 Signed-off-by: Christian König <christian.koenig@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>