Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for SLES:aarch64
SUSE:SLE-12-SP1:GA
xf86-video-modesetting.1041
u_05-Set-shadow_enable-TRUE-if-shadow_enable2-T...
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File u_05-Set-shadow_enable-TRUE-if-shadow_enable2-TRUE.patch of Package xf86-video-modesetting.1041
From: Egbert Eich <eich@suse.de> Date: Wed Aug 26 15:48:34 2015 +0200 Subject: [PATCH 5/6]Set shadow_enable TRUE if shadow_enable2 == TRUE Patch-mainline: to be upstreamed References: bsc#942871 Signed-off-by: Egbert Eich <eich@suse.com> Signed-off-by: Egbert Eich <eich@suse.de> --- src/driver.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/driver.c b/src/driver.c index 5e718ee..70ee335 100644 --- a/src/driver.c +++ b/src/driver.c @@ -800,6 +800,8 @@ PreInit(ScrnInfoPtr pScrn, int flags) ms->drmmode.shadow_enable ? "YES" : "NO"); ms->drmmode.shadow_enable2 = msShouldDoubleShadow(pScrn, ms); + if (ms->drmmode.shadow_enable2) + ms->drmmode.shadow_enable = TRUE; if (drmmode_pre_init(pScrn, &ms->drmmode, pScrn->bitsPerPixel / 8) == FALSE) { xf86DrvMsg(pScrn->scrnIndex, X_ERROR, "KMS setup failed\n");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor