[Bug 78717] radeon: Failed to allocate a buffer with Tesseract

2016-04-02 Thread bugzilla-dae...@freedesktop.org
tps://lists.freedesktop.org/archives/dri-devel/attachments/20160402/21414ec2/attachment.html>

[Bug 93144] [radeonsi] Alien: Isolation feature request

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

[Bug 93144] [radeonsi] Alien: Isolation feature request

2016-04-02 Thread bugzilla-dae...@freedesktop.org
he bug. -- next part -- An HTML attachment was scrubbed... URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160402/0584fdfd/attachment.html>

[Bug 93144] [radeonsi] Alien: Isolation feature request

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

[PATCH] gma500: fix missing comma in dsi_errors array initializer

2016-04-02 Thread Patrik Jakobsson
On Wed, Mar 23, 2016 at 2:28 AM, One Thousand Gnomes wrote: > On Tue, 22 Mar 2016 16:40:18 -0700 > Joe Perches wrote: > >> On Tue, 2016-03-22 at 22:49 +, Colin King wrote: >> > From: Colin Ian King >> > >> > There is a missing comma between two strings in the dsi_errors[] >> > array

[PATCH RFC] drm/radeon: Fix PCIe lane width calculation

2016-04-02 Thread Paul Parsons
Two years ago I tried an AMD Radeon E8860 embedded GPU with the drm driver. The dmesg output included driver warnings about an invalid PCIe lane width. Tracking the problem back led to si_set_pcie_lane_width_in_smc(). The calculation of the lane widths via ATOM_PPLIB_PCIE_LINK_WIDTH_MASK and

[PATCH] drm/edid: Fix EDID Established Timings I and II

2016-04-02 Thread Paul Parsons
Three of the VESA DMT timings in edid_est_modes[] are slightly off. 1. 640x480 at 72Hz vsync_end should be 492, not 491. 2. 640x480 at 60Hz clock should be 25175, not 25200. 3. 1024x768 at 75Hz clock should be 78750, not 78800. This patch corrects those timings per the VESA DMT specification, and

[patch] drm: ARM HDLCD - fix an error code

2016-04-02 Thread Dan Carpenter
We accidentally return PTR_ERR(NULL) which is success instead of a negative error code. Fixes: 879e40bea6f2 ('drm: ARM HDLCD - get rid of devm_clk_put()') Signed-off-by: Dan Carpenter diff --git a/drivers/gpu/drm/arm/hdlcd_drv.c b/drivers/gpu/drm/arm/hdlcd_drv.c index 734849f..3ac1ae4 100644

[Bug 115781] Hyper-V video driver leaking memory

2016-04-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115781 feduzi at mailinator.com changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 115781] New: Hyper-V video driver leaking memory

2016-04-02 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=115781 Bug ID: 115781 Summary: Hyper-V video driver leaking memory Product: Drivers Version: 2.5 Kernel Version: 4.4.5-1 Hardware: Intel OS: Linux Tree: Mainline

[PATCH v3 02/16] mm/compaction: support non-lru movable page migration

2016-04-02 Thread Vlastimil Babka
Might have been better as a separate migration patch and then a compaction patch. It's prefixed mm/compaction, but most changed are in mm/migrate.c On 03/30/2016 09:12 AM, Minchan Kim wrote: > We have allowed migration for only LRU pages until now and it was > enough to make high-order pages.

[PATCH] drm/core: Fix ordering in drm_mode_config_cleanup.

2016-04-02 Thread Ville Syrjälä
On Tue, Mar 22, 2016 at 04:08:39PM +0100, Maarten Lankhorst wrote: > Op 22-03-16 om 15:58 schreef Ville Syrjälä: > > On Tue, Mar 22, 2016 at 03:42:14PM +0100, Maarten Lankhorst wrote: > >> __drm_atomic_helper_plane_destroy_state calls > >> drm_framebuffer_unreference, which means that if