Displaying 1 result from an estimated 1 matches for "mm_index".
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
...5: rework locking for intel_dpio|sbi_read|write
drm/i915: use drm_modeset_lock_all
drm/gma500: use drm_modeset_lock_all
drm/ast: use drm_modeset_lock_all
drm/shmobile: use drm_modeset_lock_all
drm/vmgfx: use drm_modeset_lock_all
drm: add per-crtc locks
drm/radeon: add W|RREG32_IDX for MM_INDEX|DATA based mmio accesss
drm/radeon: make indirect register access concurrency-safe
drm/nouveau: protect evo_wait/evo_kick sections with a channel mutex
drm: only take the crtc lock for ->cursor_set
drm: only take the crtc lock for ->cursor_move
drm/<drivers>: reorder framebuff...