Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
spotted by deraadt@ when building with CFLAGS=-fno-common
matches upstream commit by Alexei Podtelezhnikov
sna: fix typo for --enable-debug=full
db2356f5861d4a81d67c00843a15f5624cd21fb5
|
|
priv_open_device() has to be used in case the X server is running
privilege separated
ok jsg@
|
|
|
|
from upstreams commits.
Tested by many. Thanks.
|
|
the proper implementation of __container_of from xorg's list.h
ok kettenis@
|
|
update checks it.
Upstream fixed this differently, but that fix doesn't work for us as our
ioctl(2) subsystem works differently from Linux.
ok jsg@, tom@
|
|
|
|
newer intel code instead of putting an ifdef around the call.
|
|
symbol crash when opting into uxa reported by Walter Alejandro Iglesias.
ok kettenis@ matthieu@
|
|
|
|
and makes X crash.
|
|
restore something properly after resume which makes the render ring get stuck.
By defaulting to the "blt" acceleration method we avoid the use of this ring
and the machine remains usable after resume.
People who really want full 2D acceleration can still override the acceleration
method in their xorg.conf.
ok jsg@
|
|
From Chris Wilson in
7a9bdadd71730adc5266bc6758982abec5917b93
Fixes rendering problems on Broadwell GT3 (Iris 6100/Iris Pro 6200)
Tested by Thomas Weinbrenner on bugs@
|
|
|
|
Fixes a display bug seenby ajacoutot@, ok jsg@ and kettenis@.
newer X.Org (2.99.917 or master) version cause corruption on older
machines (X40, i965), probably caused by a bug in our kernel,
under investigation by kettenis@.
|
|
builds but won't work as the X server stopped supporting XAA multiple
major releases ago. Furthermore it requires the userland AGP interface
that was removed from the kernel with 5.6. These devices should work
fine with the vesa driver.
ok kettenis@
|
|
|
|
|
|
|
|
Tested by jsg@, kettenis@ and myself on a wide range of intel cards.
|
|
Seems to work with the kernel changes I've just committed
on a desktop with hd 4600, and matthieu's haswell ult with hd 4400.
|
|
seems to mitigate some hangs seen by weerd@ and matthieu@
|
|
versions expected by the time_t bump, this time done correctly
ok matthieu@
|
|
|
|
|
|
appropriate wscons ioctls.
ok matthieu@
|
|
|
|
A recent kernel with kernel modesetting support is required.
Thanks to jsg@ and kettenis@ for their work.
|
|
successfully tested by schwarze@
|
|
on ivy bridge, mostly based on upstream drm code:
- remove a workaround which was in itself causing issues
- switch the order of disabling fdi rx & tx
- disable DPLL_SEL when disabling the crtc
- add a few extra delays
Most of this concerns the gen5+ crtc disable function, and thanks
to a bunch of testers this is known to still work fine on gen 5/6/7.
ok kettenis@ matthieu@
|
|
ok matthieu@
|
|
|
|
Apparently previous version was generated with some of my local changes
to use /usr/bin/libtool. This is causiing problems with the XvMC libs
shared libraries versions.
|
|
chipsets to the one in recent intel driver from X.Org.
- remove one of the output probe method in i830PreInit(). This method is
calling functions that are normally forbidden in PreInit(). With
xserver 1.13 this causes a fatal error at run time.
Tested by bluhm@, nick@ and shadchin@ back in september.
|
|
maximum causing backlight control to be disabled. Limit the backlight
values to the maximum so xbacklight will work.
Backlight control via the brightness buttons won't yet work as
that likely requires opregion/acpi bits.
Tested by jcs@ jasper@ phessler@ naddy@ and Amarendra Godbole
ok phessler@ kettenis@
|
|
Allows the server to fail with a useful error message instead of
segfaulting later, like reported by Alexei Malinin on misc@.
|
|
Problem noticed by by rivo nurges and blambert@ after ivy bridge
support enabled multiple pipes for pch devices.
Fix based on what the upstream drm code does and
tested by rivo nurges, blambert@ and sthen@
ok kettenis@
|
|
access not being adjusted for the pch split, one of which prevented
multiple display pipes from working. The third pipe on ivy bridge
remains disabled for now.
ok kettenis@ thanks to everyone who tested
|
|
tested by many
ok jsg@, deraadt@
|
|
|
|
working with xserver 1.13.
|
|
Needed by future matthew@ patch.
|
|
xf86UnloadSubModule() was a no-op in earlier versions.
|
|
|
|
|
|
Since recent(ish) changes we can allocate roatated framebuffers with tiling.
This was not taken into account. Fix this for the most part:
1) i830_display_tiled needs to check tiling on rotated buffers too.
2) PipeSetBase needs to not only set offset to 0 for roated shadow buffers, it
also needs to 0 DSPTILEOFF x/y too.
There seems to be a remaining issue with damage or similar causing some latency
on rotated screens, I have not managed to find this yet.
Tested by sereral on tech@ ok matthieu a couple of weeks ago (his mail slipped
though the cracks, hence late commit).
|
|
work anyways, so prevent X from crashing. ok oga@
|