[PATCH v2] drm/fb-helper: add DRM_FB_HELPER_DEFAULT_OPS for fb_ops

2016-10-04 Thread Stefan Christ
The define DRM_FB_HELPER_DEFAULT_OPS provides the drm_fb_helper default implementations for functions in struct fb_ops. A drm driver can use it like: static struct fb_ops drm_fbdev_cma_ops = { .owner = THIS_MODULE, DRM_FB_HELPER_DEFAULT_OPS, /* driver specific

[Bug 98028] Guns of Icarus Online segfaults on startup since AMDGPU: Partially fix control flow at -O0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
des operator new and friends, maybe that's involved somehow. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/d0cc0d8b/attachment.html>

[Bug 98003] Tonga fails to boot since drm/amdgpu:exclude 5dw digest for entry

2016-10-04 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20161004/f42c3d3e/attachment-0001.html>

[PATCH] drm: simple_kms_helper: Handle the vblank events

2016-10-04 Thread Marek Vasut
On 10/03/2016 03:51 PM, Daniel Vetter wrote: > On Sun, Oct 2, 2016 at 7:15 PM, Marek Vasut wrote: >>> One thing we could look into for simple pipe helpers is to have a >>> drm_simple_pipe_state which contains both states, and pass that >>> simple_state into all callbacks. Needs a bit of trickery i

[Bug 98020] Tonga agd5f 4.9-wip WARNING: at drivers/gpu/drm/drm_irq.c:1168 drm_vblank_put+0xaa/0xb0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20161004/f9012e34/attachment.html>

[PATCH V2] OMAPDSS: Kconfig: Add HDMI for OMAP4 and OMAP5 dependencies

2016-10-04 Thread Adam Ford
Make "HDMI for OMAP4" and "HDMI for OMAP5" depend on ARCH_OMAP4 and SOC_OMAP5/DRA7XX respectively. Signed-off-by: Adam Ford Changes in v2: Add dependancy for DRA7XX or OMAP5 diff --git a/drivers/gpu/drm/omapdrm/dss/Kconfig b/drivers/gpu/drm/omapdrm/dss/Kconfig index d1fa730..befdd7a 100644 ---

[Bug 176311] Fiji DisplayPort amdgpu_crtc_page_flip *ERROR* failed to get vblank before flip

2016-10-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=176311 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 f

[Bug 176301] Fiji DisplayPort drm_crtc_helper_set_config *ERROR* failed to set mode on

2016-10-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=176301 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #1 f

[Bug 176311] New: Fiji DisplayPort amdgpu_crtc_page_flip *ERROR* failed to get vblank before flip

2016-10-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=176311 Bug ID: 176311 Summary: Fiji DisplayPort amdgpu_crtc_page_flip *ERROR* failed to get vblank before flip Product: Drivers Version: 2.5 Kernel Version: 4.7.5-200.fc24.x86_64

[Bug 176301] New: Fiji DisplayPort drm_crtc_helper_set_config *ERROR* failed to set mode on

2016-10-04 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=176301 Bug ID: 176301 Summary: Fiji DisplayPort drm_crtc_helper_set_config *ERROR* failed to set mode on Product: Drivers Version: 2.5 Kernel Version: 4.7.5-200.fc24.x86_64 Ha

[PATCH 2/2] drm: rcar-du: Add support for LVDS mode selection

2016-10-04 Thread Laurent Pinchart
Retrieve the LVDS mode from the panel node and configure the LVDS encoder accordingly. LVDS mode selection is static as LVDS panels can't be hot-plugged on any of the device supported by the driver. Support for dynamic mode selection can be implemented in the future if needed without any impact on

[PATCH 1/2] devicetree/bindings: display: Add bindings for LVDS panels

2016-10-04 Thread Laurent Pinchart
LVDS is a physical layer specification defined in ANSI/TIA/EIA-644-A. Multiple incompatible data link layers have been used over time to transmit image data to LVDS panels. This binding supports display panels compatible with the JEIDA-59-1999, Open-LDI and VESA SWPG specifications. Signed-off-by:

[PATCH 0/2] R-Car DU: Add support for LVDS mode selection

2016-10-04 Thread Laurent Pinchart
Hello, This patch series adds support for LVDS mode selection in the R-Car DU driver. Patch 1/2 defines a new DT binding for LVDS panel. Compared to the existing DPI panel bindings that are currently abused by the driver for LVDS panel, this new binding specifies the LVDS more explicitly. Patch 2

[Bug 98028] Guns of Icarus Online segfaults on startup since AMDGPU: Partially fix control flow at -O0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
same shader. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/e2cb2cfa/attachment.html>

[Bug 98028] Guns of Icarus Online segfaults on startup since AMDGPU: Partially fix control flow at -O0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
rind still doesn't support all the instructions of my CPU :/ -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/6d33f460/attachment-0001.html>

[PATCH 3/3] drm/fsl-dcu: enable pixel clock when enabling CRTC

2016-10-04 Thread Stefan Agner
The pixel clock should not be on if the CRTC is not in use, hence move clock enable/disable calls into CRTC callbacks. Signed-off-by: Stefan Agner --- drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_crtc.c | 7 +++ drivers/gpu/drm/fsl-dcu/fsl_dcu_drm_drv.c | 16 +--- 2 files changed, 8 ins

[PATCH 2/3] drm/fsl-dcu: do not explicitly transfer registers on plane init

2016-10-04 Thread Stefan Agner
There is no need to explicitly initiate a register transfer and turn off the DCU after initializing the plane registers. In fact, this is harmful and leads to unnecessary flickers if the DCU has been left on by the bootloader. Signed-off-by: Stefan Agner --- If you could give this and 3/3 a try o

[PATCH 1/3] drm/fsl-dcu: enable TCON bypass mode by default

2016-10-04 Thread Stefan Agner
Do not use encoder disable/enable callbacks to control bypass mode as this seems to mess with the signals not liked by displays. This also makes more sense since the encoder is already defined to be parallel RGB/LVDS at creation time. Signed-off-by: Stefan Agner --- I tested that on Vybrid. Meng,

[PATCH] drm/atomic-helper: add unlocked disable all outputs helper

2016-10-04 Thread Brian Starkey
Hi Lucas, On Fri, Aug 12, 2016 at 11:07:14AM +0200, Lucas Stach wrote: >This adds the unlocked variant of drm_atomic_helper_disable_all(), >which takes all the required modeset locks itself. This is intended >to be used when shutting down the driver, without retaining any >state. > Is this meant

[PATCH v4 2/2] drm/panel: simple: add support for Sharp LQ150X1LG11 panels

2016-10-04 Thread Peter Rosin
From: Gustaf Lindström The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. The simple-panel driver is used to get support for essential functionality of the panel. Signed-off-by: Gustaf Lindström Signed-off-by: Peter Rosin --- drivers/gpu/drm/panel/panel-simple.c | 27

[PATCH v4 1/2] dt-bindings: display: Add Sharp LQ150X1LG11 panel binding

2016-10-04 Thread Peter Rosin
The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. Signed-off-by: Peter Rosin --- .../bindings/display/panel/sharp,lq150x1lg11.txt | 36 ++ 1 file changed, 36 insertions(+) create mode 100644 Documentation/devicetree/bindings/display/panel/sharp,lq150x1lg11.txt dif

[PATCH v4 0/2] drm/panel: simple: add support for Sharp LQ150X1LG11 panels

2016-10-04 Thread Peter Rosin
Hi! New attempt to get this upstreamed. v4 addresses review comments from Rob (lvds -> sellvds and a couple of typos). Cheers, Peter Gustaf Lindström (1): drm/panel: simple: add support for Sharp LQ150X1LG11 panels Peter Rosin (1): dt-bindings: display: Add Sharp LQ150X1LG11 panel binding

Unix Device Memory Allocation project

2016-10-04 Thread James Jones
Hello everyone, As many are aware, we took up the issue of surface/memory allocation at XDC this year. The outcome of that discussion was the beginnings of a design proposal for a library that would server as a cross-device, cross-process surface allocator. In the past week I've started to c

[Bug 98002] Mud rendering bug in Portal 2

2016-10-04 Thread bugzilla-dae...@freedesktop.org
was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/c307b6cf/attachment-0001.html>

[Bug 97988] [radeonsi] playing back videos with VDPAU exhibits deinterlacing/anti-aliasing issues not visible with VA-API

2016-10-04 Thread bugzilla-dae...@freedesktop.org
;t know if something like that already exists in LLVM. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/d405ca5c/attachment.html>

[Bug 94900] HD6950 GPU lockup loop with various steam games (octodad[always], saints row 4[always], dead island[always], grid autosport[sometimes])

2016-10-04 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/aa7040b4/attachment.html>

[Bug 97500] Cannot unbind GPU from AMDGPU

2016-10-04 Thread bugzilla-dae...@freedesktop.org
unbind Is there any further information that I can provide to address this issue? -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachm

[Bug 97988] [radeonsi] playing back videos with VDPAU exhibits deinterlacing/anti-aliasing issues not visible with VA-API

2016-10-04 Thread bugzilla-dae...@freedesktop.org
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/de93aa47/attachment.html>

[Bug 98028] Guns of Icarus Online segfaults on startup since AMDGPU: Partially fix control flow at -O0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/5f750feb/attachment.html>

[PATCH 6/6] drm: rcar-du: Fix crash in encoder failure error path

2016-10-04 Thread Laurent Pinchart
When an encoder fails to initialize the driver prints an error message to the kernel log. The message contains the name of the encoder's DT node, which is NULL for internal encoders. Use the of_node_full_name() macro to avoid dereferencing a NULL pointer, print the output number to add more context

[PATCH 5/6] drm: rcar-du: Remove memory allocation error message

2016-10-04 Thread Laurent Pinchart
Memory allocation failures print messages to the kernel log, there's no need to print an extra one. Remove the duplicate message. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_lvdsenc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/drivers/gpu/drm/r

[PATCH 4/6] drm: rcar-du: Remove test for impossible error condition

2016-10-04 Thread Laurent Pinchart
The driver has lost platform data support a long time ago. R-Car DU devices can only be instantiated through DT now, making it impossible to have a NULL DT node pointer. Remove the error check. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_drv.c | 6 -- 1 file changed,

[PATCH 3/6] drm: rcar-du: Bring HDMI encoder comments in line with the driver

2016-10-04 Thread Laurent Pinchart
Capitalize acronyms and use determiners and punctuation. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c b/drivers/gpu/drm/rcar-du/rcar_du_hdmienc.c in

[PATCH 2/6] drm: rcar-du: Constify node argument to rcar_du_lvds_connector_init()

2016-10-04 Thread Laurent Pinchart
The node passed as a pointer to the rcar_du_lvds_connector_init() function is never modified, make it const. Signed-off-by: Laurent Pinchart --- drivers/gpu/drm/rcar-du/rcar_du_lvdscon.c | 2 +- drivers/gpu/drm/rcar-du/rcar_du_lvdscon.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) C

[PATCH 1/6] video: of: Constify node argument to display timing functions

2016-10-04 Thread Laurent Pinchart
The node pointer passed to the display timing functions is never modified, make it const. Signed-off-by: Laurent Pinchart --- drivers/video/of_display_timing.c | 6 +++--- include/video/of_display_timing.h | 15 --- 2 files changed, 11 insertions(+), 10 deletions(-) Cc: David Airli

[PATCH 0/6] R-Car DU fixes and cleanups

2016-10-04 Thread Laurent Pinchart
Hello, This patch series contains five simple cleanups and fixes for the rcar-du-drm driver, as well as an argument constification patch for video/of. The patches themselves are straightforward, see individual commit messages for details. Patch 2/6 (normally merged through the DRM tree) depends o

[Bug 98021] Applications and games crash after opengl version overrides

2016-10-04 Thread bugzilla-dae...@freedesktop.org
|--- |INVALID -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/fdde1a63/attachment.html>

[Bug 98021] Applications and games crash after opengl version overrides

2016-10-04 Thread bugzilla-dae...@freedesktop.org
ail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/8fb86498/attachment.html>

[PATCH v8 2/4] drm: Add API for capturing frame CRCs

2016-10-04 Thread Lukas Wunner
On Tue, Oct 04, 2016 at 02:23:13PM +0200, Lukas Wunner wrote: > On Tue, Oct 04, 2016 at 01:25:23PM +0200, Daniel Vetter wrote: > > On Tue, Oct 4, 2016 at 12:10 PM, Jon Hunter wrote: > > > Looks like crtc is a errno in the above case. I see this function is > > > called by looping through all the c

[Bug 98037] HD6450 KMS failure

2016-10-04 Thread bugzilla-dae...@freedesktop.org
mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/bcd35f74/attachment.html>

[Bug 98037] HD6450 KMS failure

2016-10-04 Thread bugzilla-dae...@freedesktop.org
HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/d9296cda/attachment.html>

[PATCH v8 2/4] drm: Add API for capturing frame CRCs

2016-10-04 Thread Lukas Wunner
On Tue, Oct 04, 2016 at 01:25:23PM +0200, Daniel Vetter wrote: > On Tue, Oct 4, 2016 at 12:10 PM, Jon Hunter wrote: > > Looks like crtc is a errno in the above case. I see this function is > > called by looping through all the crtc and we never check to see if > > they are valid. Should we? nouve

[Bug 98025] [radeonsi] incorrect primitive restart index used

2016-10-04 Thread bugzilla-dae...@freedesktop.org
... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/f7bda09f/attachment.html>

[Bug 98037] HD6450 KMS failure

2016-10-04 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20161004/c2e5ee4c/attachment.html>

[Bug 98028] Guns of Icarus Online segfaults on startup since AMDGPU: Partially fix control flow at -O0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
not complete. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/5a9efc5c/attachment-0001.html>

[PATCH v10 3/3] SMAF: add test secure module

2016-10-04 Thread Benjamin Gaignard
This module is allow testing secure calls of SMAF. Signed-off-by: Benjamin Gaignard --- drivers/smaf/Kconfig | 6 +++ drivers/smaf/Makefile | 1 + drivers/smaf/smaf-testsecure.c | 90 ++ 3 files changed, 97 insertions(+) create mode 1

[PATCH v10 2/3] SMAF: add CMA allocator

2016-10-04 Thread Benjamin Gaignard
SMAF CMA allocator implement helpers functions to allow SMAF to allocate contiguous memory. match() each if at least one of the attached devices have coherent_dma_mask set to DMA_BIT_MASK(32). For allocation it use dma_alloc_attrs() with DMA_ATTR_WRITE_COMBINE and not dma_alloc_writecombine to be

[PATCH v10 1/3] create SMAF module

2016-10-04 Thread Benjamin Gaignard
Secure Memory Allocation Framework goal is to be able to allocate memory that can be securing. There is so much ways to allocate and securing memory that SMAF doesn't do it by itself but need help of additional modules. To be sure to use the correct allocation method SMAF implement deferred allocat

[PATCH v10 0/3] Secure Memory Allocation Framework

2016-10-04 Thread Benjamin Gaignard
version 10 changes: - rebased on kernel 4.8 tag - minor typo fix version 9 changes: - rebased on 4.8-rc5 - struct dma_attrs doesn't exist anymore so update CMA allocator to compile with new dma_*_attr functions - add example SMAF use case in cover letter version 8 changes: - rework of th

[PATCH v8 2/4] drm: Add API for capturing frame CRCs

2016-10-04 Thread Jon Hunter
On 04/10/16 12:25, Daniel Vetter wrote: > On Tue, Oct 4, 2016 at 12:10 PM, Jon Hunter wrote: >> Looks like crtc is a errno in the above case. I see this function is >> called by looping through all the crtc and we never check to see if >> they are valid. Should we? > > Tegra is still using the l

[Bug 98025] [radeonsi] incorrect primitive restart index used

2016-10-04 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/e285279e/attachment.html>

[PATCH v8 2/4] drm: Add API for capturing frame CRCs

2016-10-04 Thread Daniel Vetter
On Tue, Oct 4, 2016 at 12:10 PM, Jon Hunter wrote: > Looks like crtc is a errno in the above case. I see this function is > called by looping through all the crtc and we never check to see if > they are valid. Should we? Tegra is still using the load/unload hooks. That didn't mesh well with Tomeu

[PATCH] drm: virtio: reinstate drm_virtio_set_busid()

2016-10-04 Thread Dave Airlie
On 4 October 2016 at 03:43, Laszlo Ersek wrote: > Before commit a325725633c2 ("drm: Lobotomize set_busid nonsense for !pci > drivers"), several DRM drivers for platform devices used to expose an > explicit "drm_driver.set_busid" callback, invariably backed by > drm_platform_set_busid(). > > Commit

[PULL] topic/drm-misc

2016-10-04 Thread Dave Airlie
On 3 October 2016 at 23:39, Daniel Vetter wrote: > Hi Dave, > > As promised another pull request. A bit late because flu. > - generic pipe crc from Tomeu, required a backmerge to apply > - fixes for my fumbled drm_plane.c extraction > - display_info cleanup/fixes from Ville > - misc stuff all over

[Bug 98003] Tonga fails to boot since drm/amdgpu:exclude 5dw digest for entry

2016-10-04 Thread bugzilla-dae...@freedesktop.org
the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/aea9ca73/attachment.html>

[Bug 97988] [radeonsi] playing back videos with VDPAU exhibits deinterlacing/anti-aliasing issues not visible with VA-API

2016-10-04 Thread bugzilla-dae...@freedesktop.org
e texture intrinsic in a way which disallows such optimizations. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/7f0d9e1a/attachment.html>

[Bug 98025] [radeonsi] incorrect primitive restart index used

2016-10-04 Thread bugzilla-dae...@freedesktop.org
e the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/7beb2ae0/attachment.html>

[PATCH v8 2/4] drm: Add API for capturing frame CRCs

2016-10-04 Thread Jon Hunter
BUG_FS */ > +int drm_debugfs_crtc_add(struct drm_crtc *crtc) > +{ > + struct drm_minor *minor = crtc->dev->primary; After this patch was applied Tegra boards started crashing here when dereferencing crtc pointer above ... [6.789318] Unable to handle kernel paging request at vi

[PATCH v2 2/4] drm/bridge: analogix_dp: get sync PM when init eDP

2016-10-04 Thread Sean Paul
On Fri, Sep 30, 2016 at 8:40 AM, zain wang wrote: Can you please add a commit message describing why this is needed. Sean > Signed-off-by: zain wang > > --- > > Changes in v2: None > > drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 2 ++ > 1 file changed, 2 insertions(+) > > diff --gi

Regression: drm: Lobotomize set_busid nonsense for !pci drivers (a325725633c2)

2016-10-04 Thread Gerd Hoffmann
Hi, > diff --git a/drivers/gpu/drm/virtio/virtgpu_drm_bus.c > b/drivers/gpu/drm/virtio/virtgpu_drm_bus.c > index a59d0e309bfc..1fcf739bf509 100644 > --- a/drivers/gpu/drm/virtio/virtgpu_drm_bus.c > +++ b/drivers/gpu/drm/virtio/virtgpu_drm_bus.c > @@ -68,6 +68,10 @@ int drm_virtio_init(struct drm

[Bug 98016] [bisected] Fury fails to boot on drm-next-4.9

2016-10-04 Thread bugzilla-dae...@freedesktop.org
hment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/47edc3ed/attachment.html>

[Bug 98016] [bisected] Fury fails to boot on drm-next-4.9

2016-10-04 Thread bugzilla-dae...@freedesktop.org
couple of minutes before powering up again. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/749e73a9/attachment.html>

[Bug 97969] [radeonsi, bisected: fb827c0] Video decoding shows green artifacts

2016-10-04 Thread bugzilla-dae...@freedesktop.org
r the inconvenience. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20161004/98c08920/attachment.html>

[Bug 98037] HD6450 KMS failure

2016-10-04 Thread bugzilla-dae...@freedesktop.org
nts/20161004/dd3bbcdd/attachment.html>

[Bug 98028] Guns of Icarus Online segfaults on startup since AMDGPU: Partially fix control flow at -O0

2016-10-04 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20161004/b174dd9c/attachment.html>

[PATCH v3 1/2] dt-bindings: display: Add Sharp LQ150X1LG11 panel binding

2016-10-04 Thread Rob Herring
On Mon, Oct 3, 2016 at 11:58 PM, Peter Rosin wrote: > On 2016-10-03 20:46, Rob Herring wrote: >> On Tue, Sep 27, 2016 at 12:27:11AM +0200, Peter Rosin wrote: >>> The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. >>> >>> Signed-off-by: Peter Rosin >>> --- >>> .../bindings/display/panel/sha

[PATCH v3 1/2] dt-bindings: display: Add Sharp LQ150X1LG11 panel binding

2016-10-04 Thread Peter Rosin
On 2016-10-03 20:46, Rob Herring wrote: > On Tue, Sep 27, 2016 at 12:27:11AM +0200, Peter Rosin wrote: >> The Sharp 15" LQ150X1LG11 panel is an XGA TFT LCD panel. >> >> Signed-off-by: Peter Rosin >> --- >> .../bindings/display/panel/sharp,lq150x1lg11.txt | 36 >> ++ >> 1 fi