Re: [PATCH libdrm] drm: Implement drmCheckModesettingSupported() for DragonFly

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Sat, Jul 26, 2014 at 01:39:58PM +0200, François Tigeot wrote:
> 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@xxxxxxxxxxxx>
> ---
>  xf86drmMode.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/xf86drmMode.c b/xf86drmMode.c
> index 7ca89b3..60ce369 100644
> --- a/xf86drmMode.c
> +++ b/xf86drmMode.c
> @@ -806,6 +806,8 @@ int drmCheckModesettingSupported(const char *busid)
>  			return -EINVAL;
>  		return (modesetting ? 0 : -ENOSYS);
>  	}
> +#elif defined(__DragonFly__)
> +	return 0;
>  #endif
>  	return -ENOSYS;
>  
> -- 
> 2.0.0

Anyone willing to push this commit ?

-- 
Francois Tigeot
_______________________________________________
dri-devel mailing list
dri-devel@xxxxxxxxxxxxxxxxxxxxx
http://lists.freedesktop.org/mailman/listinfo/dri-devel





[Index of Archives]     [Linux DRI Users]     [Linux Intel Graphics]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [XFree86]     [Linux USB Devel]     [Video for Linux]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [XFree86]
  Powered by Linux