xserver/hw/xfree86/drivers/modesetting
Ville Syrjälä 0e4bd71d02 modesetting: Fix possible_crtcs
Populate outout possible_crtcs as the union of possible_crtcs from
the encoders rather than the intersection. Otherwise we're easily left
with possible_crtcs==0 when all the possible encoders have
non-overlapping possible_crtcs.

No idea what the magic 0x7f is about, but keep it around in case
it matters.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
2019-10-29 22:14:06 +00:00
..
Makefile.am modesetting: Fix broken manpage in autoconf build 2019-10-04 10:29:23 +02:00
dri2.c modesetting: Avoid duplicate error messages on present-flip errors 2019-08-09 10:50:55 +02:00
driver.c Revert https://gitlab.freedesktop.org/xorg/xserver/merge_requests/235 2019-10-14 12:48:24 +02:00
driver.h modesetting: Disable atomic support by default 2019-09-03 18:52:02 +00:00
drmmode_display.c modesetting: Fix possible_crtcs 2019-10-29 22:14:06 +00:00
drmmode_display.h modesetting: Only log 1 error for consecutive flip failures 2019-08-09 10:51:12 +02:00
dumb_bo.c modesetting: Include dix-config.h from dumb_bo.c 2015-05-12 08:02:11 -07:00
dumb_bo.h modesetting: Drop dumb_bo::map_count field and dead unmap code. 2014-12-11 11:26:19 -08:00
meson.build xfree86: Link fb statically 2019-07-23 14:24:00 -04:00
modesetting.man modesetting: Document Option "DoubleShadow" in the man page 2018-09-10 14:47:06 -04:00
pageflip.c modesetting: Only log 1 error for consecutive flip failures 2019-08-09 10:51:12 +02:00
present.c modesetting: Avoid duplicate error messages on present-flip errors 2019-08-09 10:50:55 +02:00
vblank.c Fix various spelling errors 2019-10-01 17:05:28 +00:00