Summary: |
[BXT] Not all primary planes and sprites are supported |
Product: |
DRI
|
Reporter: |
Jairo Miramontes <jairo.daniel.miramontes.caton> |
Component: |
libdrm | Assignee: |
Default DRI bug account <dri-devel> |
Status: |
RESOLVED
MOVED
|
QA Contact: |
|
Severity: |
normal
|
|
|
Priority: |
medium
|
|
|
Version: |
DRI git | |
|
Hardware: |
Other | |
|
OS: |
All | |
|
Whiteboard: |
|
i915 platform:
|
|
i915 features:
|
|
Attachments: |
|
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.
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