From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 94951] [BXT] Not all primary planes and sprites are supported Date: Fri, 15 Apr 2016 15:07:25 +0000 Message-ID: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0782473217==" Return-path: Received: from culpepper.freedesktop.org (culpepper.freedesktop.org [IPv6:2610:10:20:722:a800:ff:fe98:4b55]) by gabe.freedesktop.org (Postfix) with ESMTP id 095816EC8B for ; Fri, 15 Apr 2016 15:07:25 +0000 (UTC) List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0782473217== Content-Type: multipart/alternative; boundary="14607328440.cA95c.11632"; charset="UTF-8" --14607328440.cA95c.11632 Date: Fri, 15 Apr 2016 15:07:24 +0000 MIME-Version: 1.0 Content-Type: text/plain https://bugs.freedesktop.org/show_bug.cgi?id=94951 Bug ID: 94951 Summary: [BXT] Not all primary planes and sprites are supported Product: DRI Version: DRI git Hardware: Other OS: All Status: NEW Severity: normal Priority: medium Component: libdrm Assignee: dri-devel@lists.freedesktop.org Reporter: jairo.daniel.miramontes.caton@intel.com Created attachment 122970 --> https://bugs.freedesktop.org/attachment.cgi?id=122970&action=edit dmesg.log While executing APL features on beta testing we found the following issue. The following test is failing: "Check primary plane and sprite planes supported" Description: "Support common YUV and RGB formats in sprite and primary planes" Steps to reproduce: 1. clone drm sources from git://anongit.freedesktop.org/mesa/drm 2. Build drm with ./autogen.sh & make 3. go to drm/tests/modetest 4. Execute modetest and look at the list of plane formats: ./modetest Expected result: You should see the following formats: RGB565, XRGB8888, XBGR8888, ARGB8888, ABGR8888, , XBGR2101010, YUYV, YVYU, UYVY, VYUY, RGB565, ABGR8888, ARGB8888, XBGR8888, XRGB8888, YUYV, YVYU, UYVY, VYUY, Actual result: formats: RG16 AB24 AR24 XB24 XR24 YUYV YVYU UYVY VYUY Configuration: ++ Platform : BXT-P ++ Motherboard model : Broxton P ++ Motherboard type : NOTEBOOK Hand Held ++ Motherboard manufacturer : Intel Corp. ++ CPU family : Other ++ CPU information : 06/5c ++ GPU Card : Intel Corporation Device 5a84 (rev 03) (prog-if 00 [VGA controller]) ++ Memory ram : 8 GB ++ Maximum memory ram allowed : 16 GB ++ Display resolution : ++ CPU's number : 4 ++ Hard drive capacity : 120 GB ++ Kernel version : 4.6.0-rc3-nightly+ ++ Linux distribution : Ubuntu 15.10 ++ Architecture : 64-bit ++ xf86-video-intel version : 2.99.917 ++ Xorg-Xserver version : 1.17.2 ++ DRM version : 2.4.64 ++ Cairo version : 1.14.2 ++ Intel GPU Tools version : Tag [intel-gpu-tools-1.14-133-gc89e8db] / Commit [c89e8db] ++ Kernel driver in use : i915 ++ Hardware acceleration : ++ Bios revision : 131.10 ++ KSC revision : 1.12 Find attached the output of the test and dmesg.log -- You are receiving this mail because: You are the assignee for the bug. --14607328440.cA95c.11632 Date: Fri, 15 Apr 2016 15:07:24 +0000 MIME-Version: 1.0 Content-Type: text/html
Bug ID 94951
Summary [BXT] Not all primary planes and sprites are supported
Product DRI
Version DRI git
Hardware Other
OS All
Status NEW
Severity normal
Priority medium
Component libdrm
Assignee dri-devel@lists.freedesktop.org
Reporter jairo.daniel.miramontes.caton@intel.com

Created attachment 122970 [details]
dmesg.log

While executing APL features on beta testing we found the following issue.

The following test is failing:
"Check primary plane and sprite planes supported"

Description:
"Support common YUV and RGB formats in sprite and primary planes"

Steps to reproduce:
1. clone drm sources from git://anongit.freedesktop.org/mesa/drm
2. Build drm with ./autogen.sh & make
3. go to drm/tests/modetest
4. Execute modetest and look at the list of plane formats: ./modetest


Expected result:
You should see the following formats:  RGB565, XRGB8888, XBGR8888, ARGB8888,
ABGR8888, , XBGR2101010, YUYV, YVYU, UYVY, VYUY, RGB565,
ABGR8888, ARGB8888, XBGR8888, XRGB8888, YUYV, YVYU, UYVY, VYUY,


Actual result:
 formats: RG16 AB24 AR24 XB24 XR24 YUYV YVYU UYVY VYUY



Configuration:

++ Platform                            : BXT-P
 ++ Motherboard model                   : Broxton P
 ++ Motherboard type                    : NOTEBOOK Hand Held
 ++ Motherboard manufacturer            : Intel Corp.
 ++ CPU family                          : Other
 ++ CPU information                     : 06/5c
 ++ GPU Card                            : Intel Corporation Device 5a84 (rev
03) (prog-if 00 [VGA controller])
 ++ Memory ram                          : 8 GB
 ++ Maximum memory ram allowed          : 16 GB
 ++ Display resolution                  :
 ++ CPU's number                        : 4
 ++ Hard drive capacity                 : 120 GB

 ++ Kernel version                      : 4.6.0-rc3-nightly+
 ++ Linux distribution                  : Ubuntu 15.10
 ++ Architecture                        : 64-bit

 ++ xf86-video-intel version            : 2.99.917
 ++ Xorg-Xserver version                : 1.17.2
 ++ DRM version                         : 2.4.64

 ++ Cairo version                       : 1.14.2
 ++ Intel GPU Tools version             : Tag
[intel-gpu-tools-1.14-133-gc89e8db] / Commit [c89e8db]
 ++ Kernel driver in use                : i915
 ++ Hardware acceleration               :
 ++ Bios revision                       : 131.10
 ++ KSC revision                        : 1.12

Find attached the output of the test and dmesg.log


You are receiving this mail because:
  • You are the assignee for the bug.
--14607328440.cA95c.11632-- --===============0782473217== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KZHJpLWRldmVs IG1haWxpbmcgbGlzdApkcmktZGV2ZWxAbGlzdHMuZnJlZWRlc2t0b3Aub3JnCmh0dHBzOi8vbGlz dHMuZnJlZWRlc2t0b3Aub3JnL21haWxtYW4vbGlzdGluZm8vZHJpLWRldmVsCg== --===============0782473217==--