[Bug 81579] New: VDPAU: videos slow to a crawl when more than 1 video is playing

2014-07-20 Thread bugzilla-dae...@freedesktop.org
ives/dri-devel/attachments/20140720/8b3b2d54/attachment.html>

[Bug 73457] mpeg4 through vdpau randomly either correct or garbled (on same file!)

2014-07-20 Thread bugzilla-dae...@freedesktop.org
receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140720/1d64cb7a/attachment-0001.html>

[PATCH v2 00/25] AMDKFD kernel driver

2014-07-20 Thread Jerome Glisse
On Sun, Jul 20, 2014 at 01:46:53PM -0400, Jerome Glisse wrote: > On Thu, Jul 17, 2014 at 04:57:25PM +0300, Oded Gabbay wrote: > > Forgot to cc mailing list on cover letter. Sorry. > > > > As a continuation to the existing discussion, here is a v2 patch series > > restructured with a cleaner histor

[PATCH v2 16/25] amdkfd: Add module parameter of scheduling policy

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:23PM +0300, Oded Gabbay wrote: > From: Ben Goz > > This patch adds a new parameter to the amdkfd driver. This parameter enables > the user to select the scheduling policy of the CP. The choices are: > > * CP Scheduling with support for over-subscription > * CP Sche

[PATCH v2 15/25] amdkfd: Add kernel queue module

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:22PM +0300, Oded Gabbay wrote: > From: Ben Goz > > The kernel queue module enables the amdkfd to establish kernel queues, not > exposed to user space. > > The kernel queues are used for HIQ (HSA Interface Queue) and DIQ (Debug > Interface Queue) operations > > Si

[PATCH v2 14/25] amdkfd: Add mqd_manager module

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:21PM +0300, Oded Gabbay wrote: > From: Ben Goz > > The mqd_manager module handles MQD data structures. MQD stands for Memory > Queue Descriptor, which is used by the H/W to keep the usermode queue state > in memory. > > Signed-off-by: Ben Goz > Signed-off-by: Ode

[Bug 81576] GPU lock-ups while playing XCOM Enemy Unknown

2014-07-20 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140720/f7d59ed9/attachment.html>

[Bug 81576] GPU lock-ups while playing XCOM Enemy Unknown

2014-07-20 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140720/8d1b492c/attachment-0001.html>

[Bug 81576] New: GPU lock-ups while playing XCOM Enemy Unknown

2014-07-20 Thread bugzilla-dae...@freedesktop.org
resume failed I'm using xserver 1.16.0 and mesa 10.2.3. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140720/

[PATCH 0/25] Replace DEFINE_PCI_DEVICE_TABLE macro use

2014-07-20 Thread David Miller
From: Benoit Taine Date: Fri, 18 Jul 2014 17:26:47 +0200 > We should prefer `const struct pci_device_id` over > `DEFINE_PCI_DEVICE_TABLE` to meet kernel coding style guidelines. > This issue was reported by checkpatch. > > A simplified version of the semantic patch that makes this change is as >

[PATCH v2 21/25] amdkfd: Implement the create/destroy/update queue IOCTLs

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:28PM +0300, Oded Gabbay wrote: > From: Ben Goz > > Signed-off-by: Ben Goz > Signed-off-by: Oded Gabbay > --- > drivers/gpu/drm/radeon/amdkfd/kfd_chardev.c | 133 > +++- > drivers/gpu/drm/radeon/amdkfd/kfd_priv.h| 8 ++ > 2 files chan

[PATCH v2 13/25] amdkfd: Add queue module

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:20PM +0300, Oded Gabbay wrote: > From: Ben Goz > > The queue module enables allocating and initializing queues uniformly. > > Signed-off-by: Ben Goz > Signed-off-by: Oded Gabbay > --- > drivers/gpu/drm/radeon/amdkfd/Makefile| 2 +- > drivers/gpu/drm/radeon/

[PATCH v2 12/25] amdkfd: Add binding/unbinding calls to amd_iommu driver

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:19PM +0300, Oded Gabbay wrote: > This patch adds the functions to bind and unbind pasid from a device through > the amd_iommu driver. > > The unbind function is called when the mm_struct of the process is released. > > The bind function is not called here because it

[PATCH v2 11/25] amdkfd: Add basic modules to amdkfd

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:18PM +0300, Oded Gabbay wrote: > From: Andrew Lewycky > > This patch adds the process module and 4 helper modules: > > - kfd_process, which handles process which open /dev/kfd > - kfd_doorbell, which provides helper functions for doorbell allocation, > release and

[PATCH v2 10/25] amdkfd: Add topology module to amdkfd

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:17PM +0300, Oded Gabbay wrote: > From: Evgeny Pinchuk > > This patch adds the topology module to the driver. The topology is exposed to > userspace through the sysfs. > > The calls to add and remove a device to/from topology are done by the radeon > driver. So over

[Bug 81563] New: Black screen and only mouse pointer visible with GNOME Shell

2014-07-20 Thread bugzilla-dae...@freedesktop.org
ble. -- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140720/b250035e/attachment-0001.html>

[PATCH v2 00/25] AMDKFD kernel driver

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:57:25PM +0300, Oded Gabbay wrote: > Forgot to cc mailing list on cover letter. Sorry. > > As a continuation to the existing discussion, here is a v2 patch series > restructured with a cleaner history and no totally-different-early-versions > of the code. > > Instead of

[PATCH v2 06/25] drm/radeon: Add radeon <--> amdkfd interface

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:13PM +0300, Oded Gabbay wrote: > This patch adds the interface between the radeon driver and the amdkfd driver. > The interface implementation is contained in radeon_kfd.c and radeon_kfd.h. > > The interface itself is represented by a pointer to struct > kfd_dev. The

[PATCH v2 09/25] amdkfd: Add amdkfd skeleton driver

2014-07-20 Thread Jerome Glisse
On Thu, Jul 17, 2014 at 04:29:16PM +0300, Oded Gabbay wrote: > This patch adds the amdkfd skeleton driver. The driver does nothing except > define a /dev/kfd device. > > It returns -ENODEV on all amdkfd IOCTLs. > > Signed-off-by: Oded Gabbay > --- > drivers/gpu/drm/radeon/Kconfig |

[PATCH:drm 4/4] Fix libdrm's atomic_dec_and_test on Solaris.

2014-07-20 Thread Thomas Klausner
_nv means new value, not old value! Signed-off-by: Thomas Klausner --- xf86atomic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xf86atomic.h b/xf86atomic.h index d0f85fc..4e7691f 100644 --- a/xf86atomic.h +++ b/xf86atomic.h @@ -85,7 +85,7 @@ typedef struct { uint_t atomic

[PATCH:drm 3/4] Add NetBSD atomic ops support.

2014-07-20 Thread Thomas Klausner
Signed-off-by: Thomas Klausner --- xf86atomic.h | 17 + 1 file changed, 17 insertions(+) diff --git a/xf86atomic.h b/xf86atomic.h index db2f619..d0f85fc 100644 --- a/xf86atomic.h +++ b/xf86atomic.h @@ -92,6 +92,23 @@ typedef struct { uint_t atomic; } atomic_t; #endif +#if defi

[PATCH:drm 2/4] nouveau: Remove unused static function.

2014-07-20 Thread Thomas Klausner
Signed-off-by: Thomas Klausner --- nouveau/bufctx.c | 6 -- 1 file changed, 6 deletions(-) diff --git a/nouveau/bufctx.c b/nouveau/bufctx.c index 23d6f09..4f76e5d 100644 --- a/nouveau/bufctx.c +++ b/nouveau/bufctx.c @@ -44,12 +44,6 @@ struct nouveau_bufref_priv { struct nouveau_bufct

[PATCH:drm 1/4] intel: Only define variable when it's used.

2014-07-20 Thread Thomas Klausner
Signed-off-by: Thomas Klausner --- intel/test_decode.c | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/intel/test_decode.c b/intel/test_decode.c index b710f34..f9127cf 100644 --- a/intel/test_decode.c +++ b/intel/test_decode.c @@ -90,7 +90,10 @@ compare_batch(struct drm_in