[PATCH] drm/amdgpu: avoid out of bounds access on array interrupt_status_offsets

2016-09-20 Thread Colin Ian King
On 20/09/16 16:39, Alex Deucher wrote: > On Tue, Sep 20, 2016 at 11:16 AM, Colin King > wrote: >> From: Colin Ian King >> >> The check for an out of bound index into array interrupt_status_offsets >> is off-by-one. Fix this and also don't compared to a hard coded array >> size but use ARRAY_SIZE

[PATCH v3 06/20] drm: omapdrm: Handle FIFO underflow IRQs internally

2016-09-20 Thread Tomi Valkeinen
e: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160920/0d488b54/attachment-0001.sig>

[PATCH] dma-buf/sw_sync: mark sync_timeline_create() static

2016-09-20 Thread Gustavo Padovan
2016-09-18 Baoyou Xie : > We get 1 warning when building kernel with W=1: > drivers/dma-buf/sw_sync.c:87:23: warning: no previous prototype for > 'sync_timeline_create' [-Wmissing-prototypes] > > In fact, this function is only used in the file in which it is > declared and don't need a declarati

[Bug 97879] [amdgpu] Rocket League: long hangs (several seconds) when loading assets (models/textures/shaders?)

2016-09-20 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/20160920/78e57974/attachment-0001.html>

Kernel stability on baytrail machines

2016-09-20 Thread Michal Feix
Hi, I think there might be another clue on this one. One of the comments is also mentioning an unfixed erratum of certain Baytrail processors, named as "EOI Transaction May Not be Sent if Software Enters Core C6 During an Interrupt Service Routine". This erratum can be found on several differen

[PULL] sti-drm-next-2016-09-20

2016-09-20 Thread Vincent ABRIOU
Hi Dave, Here are some patches for drm-next. It contains: - minor fixes for typo and warning. - sparse and coccicheck warning fixes - bunch of patches fixing issues found while testing drm/sti with an atomic version of weston - the removal of the support of stih415-416 sti platform Regards, Vinc

[PATCH v3 04/20] drm: omapdrm: fb: Simplify mode command checks when creating framebuffer

2016-09-20 Thread Tomi Valkeinen
text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160920/cf4f7ff1/attachment-0001.sig>

[PATCH v2] drm/sti: remove stih415-416 platform support

2016-09-20 Thread Benjamin Gaignard
Acked-by: Benjamin Gaignard 2016-09-20 11:25 GMT+02:00 Vincent Abriou : > stih415 and stih416 platform are obsolete and no more supported. > Only stih407 and stih410 platform are maintained. > > Signed-off-by: Vincent Abriou > --- > drivers/gpu/drm/sti/Kconfig| 6 +- > drivers

[PATCH 04/14] drm/arm: Fix sparse warnings

2016-09-20 Thread Liviu Dudau
On Tue, Sep 20, 2016 at 09:06:24AM +0100, Liviu Dudau wrote: > On Mon, Sep 19, 2016 at 04:33:45PM +0300, ville.syrjala at linux.intel.com > wrote: > > From: Ville Syrjälä > > > > drm/arm/malidp_planes.c:49:24: warning: symbol > > 'malidp_duplicate_plane_state' was not declared. Should it be s

[PATCH] drm/amdgpu: avoid out of bounds access on array interrupt_status_offsets

2016-09-20 Thread Alex Deucher
On Tue, Sep 20, 2016 at 11:16 AM, Colin King wrote: > From: Colin Ian King > > The check for an out of bound index into array interrupt_status_offsets > is off-by-one. Fix this and also don't compared to a hard coded array > size but use ARRAY_SIZE instead. > > Signed-off-by: Colin Ian King > -

[PATCH v3 11/20] drm: omapdrm: Check DSS manager state in the enable/disable helpers

2016-09-20 Thread Tomi Valkeinen
then I think the driver should make sure that omap_crtc_set_enabled() is not called if the output is already enabled/disabled. Maybe that can be done in omap_crtc_dss_enable/disable, using the new enabled flag. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160920/2974e9b7/attachment-0001.sig>

[RFC 2/2] drm/exynos: mixer: configure layers once in mixer_atomic_flush()

2016-09-20 Thread Andrzej Hajda
On 20.09.2016 16:09, Tobias Jakobi wrote: > Hi Andrzej, > > > Andrzej Hajda wrote: >> On 20.09.2016 14:34, Andrzej Hajda wrote: >>> On 20.09.2016 13:23, Tobias Jakobi wrote: Hello Andrzej, first of all, I've noticed an error myself. mixer_disable() calls mixer_disable_plane(), s

[PATCH v3 08/20] drm: omapdrm: Handle OCP error IRQ directly

2016-09-20 Thread Tomi Valkeinen
omap_irq_register(dev, error_handler); > - > dev->irq_enabled = true; > > return 0; > The removal of DISPC_IRQ_SYNC_LOST_DIGIT code above feels a bit out of place for this patch. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: OpenPGP digital signature URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20160920/0156bcb1/attachment-0001.sig>

<    1   2