Re: [PATCH 0/5] disable drm_global_mutex for most drivers, take 2

2020-02-11 Thread Daniel Vetter
On Mon, Feb 10, 2020 at 10:47:36AM +0100, Thomas Zimmermann wrote: > Hi, > > I smoke-tested the patchset by running X11, Weston and fbdev emulation > on ast and udl. No apparent problems found, so > > Tested-by: Thomas Zimmermann Merged patches 2-5 (first one needs to wait for amdgpu/radeon pat

Re: [PATCH 0/5] disable drm_global_mutex for most drivers, take 2

2020-02-10 Thread Thomas Zimmermann
Hi, I smoke-tested the patchset by running X11, Weston and fbdev emulation on ast and udl. No apparent problems found, so Tested-by: Thomas Zimmermann Best regards Thomas Am 04.02.20 um 16:01 schrieb Daniel Vetter: > CI didn't like my test-with tag :-/ > > Test-with: 20200128112549.172135-1-d

Re: [PATCH 0/5] disable drm_global_mutex for most drivers, take 2

2020-02-07 Thread Thomas Zimmermann
Hi, On patches 2 to 5: Acked-by: Thomas Zimmermann I'm not overly knowledgeable on DRM locking semantics, but the patches appear to be correct in general. Best regards Thomas Am 04.02.20 um 16:01 schrieb Daniel Vetter: > CI didn't like my test-with tag :-/ > > Test-with: 20200128112549.1721

[PATCH 0/5] disable drm_global_mutex for most drivers, take 2

2020-02-04 Thread Daniel Vetter
CI didn't like my test-with tag :-/ Test-with: 20200128112549.172135-1-daniel.vet...@ffwll.ch Daniel Vetter (5): drm: Complain if drivers still use the ->load callback drm/fbdev-helper: don't force restores drm/client: Rename _force to _locked drm: Push drm_global_mutex locking in drm_ope