diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2012-04-17 10:08:19 -0400 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-04-18 06:01:46 -0400 |
commit | 6b8e6ed02a5b06435a6b1c7ddff08c11f3e2d5d1 (patch) | |
tree | f042145eeee03846b93359ff36ea4f5f848b7925 /drivers/gpu/drm/drm_crtc.c | |
parent | 83d4092b0381e5dd6f312b2ec57121dcf0fcbade (diff) |
drm/i915: intel_update_fbc() requires struct_mutex, so no longer atomic
As we need to manipulate our device structure and allocate queue a task,
it is no longer a simple atomic operation and cannot be performed along
the atomic modeset paths. Instead make sure that we disable FBC (which
must be therefore kept as a set of simple register writes) when
performing the atomic modeset and leave the heavy-weight
intel_update_fbc() for the normal modeset.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'drivers/gpu/drm/drm_crtc.c')
0 files changed, 0 insertions, 0 deletions