drm: Implement drmCheckModesettingSupported() for DragonFly
authorFrançois Tigeot <ftigeot@wolfpond.org>
Sat, 26 Jul 2014 11:39:58 +0000 (13:39 +0200)
committerMaarten Lankhorst <dev@mblankhorst.nl>
Thu, 14 Aug 2014 19:56:46 +0000 (21:56 +0200)
commitedbb4e545f75c08d9d178173bdcdc87ffc88dcd4
treecd4b937e0854596495e01d6be71abd21ce226f4b
parent07fead4462b2d537d0c3cae69a09272fc426c598
drm: Implement drmCheckModesettingSupported() for DragonFly

For the sake of simplicity, KMS support can always be considered
present on DragonFly.

If some particular version doesn't support KMS yet, appropriate
checks are already done in Dports's x11-drivers/ Makefiles and
KMS-enabled driver packages don't get built.

Signed-off-by: François Tigeot <ftigeot@wolfpond.org>
Signed-off-by: Maarten Lankhorst <dev@mblankhorst.nl>
xf86drmMode.c