Hi Slava, xf86-video-amdgpu patches are submitted & reviewed as GitLab merge requests now. Please log into your GitLab account, click the "Fork" button on https://gitlab.freedesktop.org/xorg/driver/xf86-video-amdgpu , push the change to a new branch of your resulting personal GitLab project, and click on the URL in "git push"'s output to create an MR. Thanks, On 2019-09-10 9:47 p.m., Grigorev, Slava wrote: > RHEL adds an extra LeaveVT calls to xf86CrtcCloseScreen when they build X server > for the purpose to drop drm master. > > Signed-off-by: Slava Grigorev <slava.grigorev@xxxxxxx> > --- > src/amdgpu_kms.c | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/src/amdgpu_kms.c b/src/amdgpu_kms.c > index 3280972..9efc482 100644 > --- a/src/amdgpu_kms.c > +++ b/src/amdgpu_kms.c > @@ -2285,7 +2285,9 @@ void AMDGPULeaveVT_KMS(ScrnInfoPtr pScrn) > struct drmmode_fb *black_fb = > amdgpu_pixmap_get_fb(black_scanout.pixmap); > > - amdgpu_pixmap_clear(black_scanout.pixmap); > + if (!dixPrivateKeyRegistered(rrPrivKey)) > + amdgpu_pixmap_clear(black_scanout.pixmap); > + > amdgpu_glamor_finish(pScrn); > > for (i = 0; i < xf86_config->num_crtc; i++) { > -- Earthling Michel Dänzer | https://redhat.com Libre software enthusiast | Mesa and X developer _______________________________________________ amd-gfx mailing list amd-gfx@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/amd-gfx