Displaying 2 results from an estimated 2 matches for "unlock_all".
2020 Aug 17
0
[PATCH] drm/qxl: Replace deprecated function in qxl_display
...for your advice.
>
> I'm a newbie interested in linux kernel and qxl module.
> Please check this patch and give me advice for me.
> Also I'll be glad if there is any task that you bothered.
> Thanks.
>
> Sidong.
>
> Replace deprecated function drm_modeset_lock/unlock_all with
> helper function DRM_MODESET_LOCK_ALL_BEGIN/END.
>
> Signed-off-by: Sidong Yang <realwakka at gmail.com>
Queued for drm-misc-next.
thanks,
Gerd
2012 Dec 12
43
[PATCH 00/37] [RFC] revamped modeset locking
...don't want to do this.
- I've mentioned that reading too much driver code causes nightmares, right?
vmwgfx ...
Please bring on the flames.
Cheers, Daniel
Daniel Vetter (37):
drm: review locking rules in drm_crtc.c
drm/doc: integrate drm_crtc.c kerneldoc
drm: add drm_modeset_lock|unlock_all
drm/i915: 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|RREG3...