From owner-freebsd-current@freebsd.org Sat Mar 3 03:37:23 2018 Return-Path: Delivered-To: freebsd-current@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id A361CF3B7D8 for ; Sat, 3 Mar 2018 03:37:23 +0000 (UTC) (envelope-from oleglelchuk@gmail.com) Received: from mail-io0-x230.google.com (mail-io0-x230.google.com [IPv6:2607:f8b0:4001:c06::230]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 320756A5F3 for ; Sat, 3 Mar 2018 03:37:23 +0000 (UTC) (envelope-from oleglelchuk@gmail.com) Received: by mail-io0-x230.google.com with SMTP id h23so12644338iob.11 for ; Fri, 02 Mar 2018 19:37:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=2rpRJ9c9Xhu8K+Vkuh0MGxh4lQjtvz9KjWT7j8o66uI=; b=GaopxKF08iwYzA96tYq7pVw6XUmgqLGdxkJ+YTe4v68+iu7Pmgpa35AxKkyAHGz4IO fjcQuozdM2C0o5Oc0dwxe2p7312d7qnoz9ezrG4sq7nSs5gcGTcpz0ZyF37sqNbuLOiv 7dEyv7tuN9GkUSNbOCUHx01054UFQQxc0OHclzRdhXIt/HIzmPB8T0YtZ9FEuI41BttP vb2Xwbqe+mXEjXYCnA1M8MxQn9heetOttQeXvOyNEmj7T1CacUzgDSzTTqWrI3b06jBL qsnV0hLEcUp5ZXjc9AlbUa+y8ue6w+NSor1eBVSgSdmss5gBkvWjvL9BB6BF4QtNDaUK 5NKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=2rpRJ9c9Xhu8K+Vkuh0MGxh4lQjtvz9KjWT7j8o66uI=; b=ctDOJbXcOxNLWMbeeGfLbLHKLDCowPOEvZdXHyRJMBTDsfsxf3Kls+9EppE31uA/n1 2FZNC5OUugcgQaaD0+tDg/+A+RfLjBNyCJmuYip9V3dhrsqeZKGWR2FjxjhSOsFFqgi7 zXmtp7ma+2Z/a4uxAUGdFYR6I8DVlv17ShuSJJTYLjitQN2LICB+Eh+dp1afTVNpT0iI SwjAUSuiJgYsvDsgSduO/r2phPxsayF8Z2UT2acccXOlJ1E32yPwwzmeaBaxXUVxxVF4 PRxJXVrOxgIzsd4YufimY+yI8oUryiOU7YwIml1sEZYvIJ/qizVIK47tOUAbloTOpjOt No2w== X-Gm-Message-State: APf1xPDYlKCMr3fao7lQZ4inYF5yBOn8Na/2ZKPZSjZY6A79OJ8e+Q9A fFPaThrDNRJLuPxVF+Qu5g9bjd+9RHzD3SUObkz1pg== X-Google-Smtp-Source: AG47ELu+Pwc5L6SR8AX6wB8EZCN0pH+h1EQNygQLEXNYbrYJhcTg2IF9t1zvla1e2l5Uu/091sALegWnwnlElpEZIlU= X-Received: by 10.107.130.74 with SMTP id e71mr9219319iod.245.1520048242421; Fri, 02 Mar 2018 19:37:22 -0800 (PST) MIME-Version: 1.0 Received: by 10.2.80.134 with HTTP; Fri, 2 Mar 2018 19:37:21 -0800 (PST) From: Oleg Lelchuk Date: Fri, 2 Mar 2018 22:37:21 -0500 Message-ID: Subject: drm-next-kmod-4.11 and vaapi hardware acceleration To: freebsd-current@freebsd.org Content-Type: text/plain; charset="UTF-8" X-Content-Filtered-By: Mailman/MimeDel 2.1.25 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Mar 2018 03:37:23 -0000 I run 12-CURRENT-r330303. My cpu is Haswell. After compiling drm-next-kmod-4.11 and libva-intel-driver, I get garbled videos in both mpv and vlc when the vaapi hardware acceleration is enabled. I had no such problem with the previous version of drm-next-kmod. Is it possible that libva-intel-driver-2.1 and drm-next-kmod-4.11 are not fully compatible with one another? Please tell me what I should do to resolve this issue.