Re: [PATCH 4/4] drm/msm: always wait for the exclusive fence

2021-07-08 Thread Christian König
Am 03.07.21 um 01:01 schrieb Daniel Vetter: On Fri, Jul 02, 2021 at 01:16:42PM +0200, Christian König wrote: Drivers also need to to sync to the exclusive fence when a shared one is present. Completely untested since the driver won't even compile on !ARM. It's really not that hard to set up a

Re: [PATCH 4/4] drm/msm: always wait for the exclusive fence

2021-07-02 Thread Daniel Vetter
On Fri, Jul 02, 2021 at 01:16:42PM +0200, Christian König wrote: > Drivers also need to to sync to the exclusive fence when > a shared one is present. > > Completely untested since the driver won't even compile on !ARM. It's really not that hard to set up a cross-compiler, reasonable distros have

[PATCH 4/4] drm/msm: always wait for the exclusive fence

2021-07-02 Thread Christian König
Drivers also need to to sync to the exclusive fence when a shared one is present. Completely untested since the driver won't even compile on !ARM. Signed-off-by: Christian König --- drivers/gpu/drm/msm/msm_gem.c | 16 +++- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git