dma-buf non-coherent mmap

2013-11-01 Thread Dave Airlie
On Fri, Nov 1, 2013 at 6:40 AM, Thomas Hellstrom wrote: > On 10/31/2013 06:52 PM, Rob Clark wrote: >> >> On Thu, Oct 31, 2013 at 1:00 PM, Thomas Hellstrom >> wrote: >>> >>> Hi! >>> >>> I'm just looking over what's needed to implement drm Prime / dma-buf >>> exports >>> + imports in the vmwgfx

[Linaro-mm-sig] dma-buf non-coherent mmap

2013-11-01 Thread Benjamin Gaignard
user-space cpu access to dma-buf is needed for example in Gstreamer pipeline when you have mix of harware element (a video decoder) and software element (like colorspace converter). Gstreamer already support dma-buf in a specific gstallocator:

[PATCH v3 21/32] drm/exynos: Move dp driver from video/ to drm/

2013-11-01 Thread Tomasz Figa
On Friday 01 of November 2013 08:06:00 Jingoo Han wrote: > On Thursday, October 31, 2013 7:47 PM, Inki Dae wrote: > > CCing Jingoo, > > > > Is that ok to remove eDP driver from video/exynos? Isn't this driver > > really used by Linux framebuffer driver, s3c-fb.c? > > +cc Tomi Valkeinen,

[PATCH v3 21/32] drm/exynos: Move dp driver from video/ to drm/

2013-11-01 Thread Tomasz Figa
On Friday 01 of November 2013 08:23:59 Jingoo Han wrote: > On Friday, November 01, 2013 8:12 AM, Tomasz Figa wrote: > > On Friday 01 of November 2013 08:06:00 Jingoo Han wrote: > > > On Thursday, October 31, 2013 7:47 PM, Inki Dae wrote: > > > > CCing Jingoo, > > > > > > > > Is that ok to remove

[PATCH v3 01/32] drm/exynos: Remove useless slab.h include

2013-11-01 Thread Tomasz Figa
Hi Sean, St?phane, On Tuesday 29 of October 2013 12:12:47 Sean Paul wrote: > From: St?phane Marchesin > > Signed-off-by: St?phane Marchesin > Signed-off-by: Sean Paul > --- > > Changes in v2: None > Changes in v3: None > > drivers/video/exynos/exynos_dp_core.c | 1 - > 1 file changed, 1

[PATCH] drm/radeon/audio: fix missing multichannel PCM SAD in some cases

2013-11-01 Thread Rafał Miłecki
2013/10/29 Anssi Hannula : > Because of this, only the 2-channel SAD may be used if it appears before > the 8-channel SAD. Unless other SADs require otherwise, this may cause > the ALSA HDA driver to allow stereo playback only. I can confirm that the problem exists. My SADs (Onkyo TX-SR605):

[PATCH v3 02/32] drm/exynos: Merge overlay_ops into manager_ops

2013-11-01 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:48 Sean Paul wrote: > This patch merges overlay_ops into manager_ops. In all cases, > overlay_ops is implemented in the same place as manager ops, it doesn't > serve a functional purpose, and doesn't make things more clear. > > Signed-off-by: Sean

[PATCH v3 03/32] drm/exynos: Add an initialize function to manager and display

2013-11-01 Thread Tomasz Figa
On Tuesday 29 of October 2013 12:12:49 Sean Paul wrote: > This patch adds an initialize function to the manager and display > operations. This allows them to keep track of drm_device in their > local context, as well as adds an initialization hook right after > the encoder is created. > >

[PATCH] drm/radeon/audio: fix missing multichannel PCM SAD in some cases

2013-11-01 Thread Rafał Miłecki
2013/11/1 Rafa? Mi?ecki : > 2013/10/29 Anssi Hannula : >> Fix the code to pick the PCM SAD with the highest number of channels, >> while merging the rate masks of PCM SADs with lower amount of channels >> into the additional stereo rate mask byte. > > Does it mean that now instead of 2 real SADs:

[PATCH v3 04/32] drm/exynos: Use manager_op initialize in fimd

2013-11-01 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:50 Sean Paul wrote: > This patch implements the intitialize manager op in fimd. > > Signed-off-by: Sean Paul > --- > > Changes in v2: None > Changes in v3: None > > drivers/gpu/drm/exynos/exynos_drm_fimd.c | 19 +++ > 1 file

[PATCH] drm/radeon/audio: fix missing multichannel PCM SAD in some cases

2013-11-01 Thread Anssi Hannula
01.11.2013 01:38, Rafa? Mi?ecki kirjoitti: > 2013/10/29 Anssi Hannula : >> Because of this, only the 2-channel SAD may be used if it appears before >> the 8-channel SAD. Unless other SADs require otherwise, this may cause >> the ALSA HDA driver to allow stereo playback only. > > I can confirm

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: > This patch implements the initialize callback in the hdmi and mixer > manager. This allows us to get rid of drm_dev in the drm_hdmi level and > track it in the mixer and hdmi drivers. This is one of the things > holding back the

[PATCH v3 21/32] drm/exynos: Move dp driver from video/ to drm/

2013-11-01 Thread Tomasz Figa
On Friday 01 of November 2013 08:55:12 Jingoo Han wrote: > On Friday, November 01, 2013 8:27 AM, Tomasz Figa wrote: > > On Friday 01 of November 2013 08:23:59 Jingoo Han wrote: > > > On Friday, November 01, 2013 8:12 AM, Tomasz Figa wrote: > > > > On Friday 01 of November 2013 08:06:00 Jingoo Han

outcome of DRM/KMS DT bindings session

2013-11-01 Thread Dave Airlie
>> After looking at some of the ordering issues we've had with x86 GPUs >> (which are really just a tightly coupled SoC) I don't want separate >> drivers all having their own init, suspend/resume paths in them as I >> know we'll have to start making special vtable entry points etc to >> solve some

dma-buf non-coherent mmap

2013-11-01 Thread Jakob Bornecrantz
On Fri, Nov 1, 2013 at 12:00 AM, Daniel Vetter wrote: > On Thu, Oct 31, 2013 at 10:07:25PM +0100, Thomas Hellstrom wrote: >> On 10/31/2013 09:48 PM, Dave Airlie wrote: >> >On Fri, Nov 1, 2013 at 6:40 AM, Thomas Hellstrom >> >wrote: >> >>Well, I'd be happy to avoid mmap, but then what does

[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-11-01 Thread Tomasz Figa
Hi Sean, On Tuesday 29 of October 2013 12:12:52 Sean Paul wrote: > This patch changes the manager ops callbacks from accepting the subdrv > device pointer to taking a pointer to the manager. This will allow us > to move closer to decoupling manager/display from subdrv, and > subsequently

dma-buf non-coherent mmap

2013-11-01 Thread Jakob Bornecrantz
On Fri, Nov 1, 2013 at 1:25 AM, Rob Clark wrote: > On Thu, Oct 31, 2013 at 8:17 PM, Jakob Bornecrantz > wrote: >> On Fri, Nov 1, 2013 at 12:00 AM, Daniel Vetter wrote: >>> On Thu, Oct 31, 2013 at 10:07:25PM +0100, Thomas Hellstrom wrote: On 10/31/2013 09:48 PM, Dave Airlie wrote: >On

[Bug 70675] steam error dialogs are garbled

2013-11-01 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/8bfc6f26/attachment-0001.html>

[PATCH] qxl: add a connector property to denote hotplug should rescan modes.

2013-11-01 Thread Dave Airlie
On Fri, Oct 11, 2013 at 6:21 PM, Daniel Vetter wrote: > On Fri, Oct 11, 2013 at 11:05:00AM +1000, Dave Airlie wrote: >> From: Dave Airlie >> >> So GNOME userspace has an issue with when it rescans for modes on hotplug >> events, if the monitor has no EDID it assumes that nothing has changed on

[Bug 66963] Rv6xx dpm problems

2013-11-01 Thread bugzilla-dae...@freedesktop.org
he bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/9738c85c/attachment.html>

[PATCH v3 12/32] drm/exynos: Split manager/display/subdrv

2013-11-01 Thread Inki Dae
2013/11/1 Sean Paul : > On Thu, Oct 31, 2013 at 6:30 AM, Inki Dae wrote: >> >> >>> -Original Message- >>> From: Sean Paul [mailto:seanpaul at chromium.org] >>> Sent: Wednesday, October 30, 2013 1:13 AM >>> To: dri-devel at lists.freedesktop.org; inki.dae at samsung.com >>> Cc: airlied at

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/01757ce5/attachment.html>

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
d -- 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/20131101/5727cd1a/attachment.html>

outcome of DRM/KMS DT bindings session

2013-11-01 Thread Thierry Reding
what you're proposing. As far as I can tell the only difference would be that this works in sort of a "bottom-up" fashion, whereas your proposal would be "top-down". Thierry -- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/7108e206/attachment.pgp>

dma-buf non-coherent mmap

2013-11-01 Thread Lucas Stach
Am Donnerstag, den 31.10.2013, 20:57 -0400 schrieb Rob Clark: > On Thu, Oct 31, 2013 at 8:37 PM, Jakob Bornecrantz > wrote: > > On Fri, Nov 1, 2013 at 1:25 AM, Rob Clark wrote: > >> On Thu, Oct 31, 2013 at 8:17 PM, Jakob Bornecrantz >> gmail.com> wrote: > >>> On Fri, Nov 1, 2013 at 12:00 AM,

dma-buf non-coherent mmap

2013-11-01 Thread Daniel Vetter
On Fri, Nov 1, 2013 at 11:03 AM, Lucas Stach wrote: > GStreamer needs _some_ way of accessing the buffer contents with the > CPU, this doesn't necessarily have to be the dumb mmap we have right > now. > DMA-BUF support in GSt is not really finished (I know we have a lot of > patches internally to

[Bug 69463] RadeonSI : xserver crashes with Segmentation Fault

2013-11-01 Thread bugzilla-dae...@freedesktop.org
nts/20131101/f3bcb057/attachment.html>

[Bug 69463] RadeonSI : xserver crashes with Segmentation Fault

2013-11-01 Thread bugzilla-dae...@freedesktop.org
|--- |FIXED -- 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/20131101/96bbfa32/attachment.html>

dma-buf non-coherent mmap

2013-11-01 Thread Rob Clark
On Fri, Nov 1, 2013 at 6:17 AM, Daniel Vetter wrote: > On Fri, Nov 1, 2013 at 11:03 AM, Lucas Stach > wrote: >> GStreamer needs _some_ way of accessing the buffer contents with the >> CPU, this doesn't necessarily have to be the dumb mmap we have right >> now. >> DMA-BUF support in GSt is not

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
ou are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/180fbbf7/attachment.html>

Usage of dma-buf sg-tables

2013-11-01 Thread Thomas Hellstrom
Hi! Considering that the linux DMA-API states that information in an sg-list may be destroyed when it's mapped, it seems to me that at least one of the drm prime functions use invalid assumptions. In particular, I don't think it's safe to assume that pages in a single sg-list segment are

dma-buf non-coherent mmap

2013-11-01 Thread Lucas Stach
Am Freitag, den 01.11.2013, 09:22 -0400 schrieb Rob Clark: > On Fri, Nov 1, 2013 at 6:17 AM, Daniel Vetter > wrote: > > On Fri, Nov 1, 2013 at 11:03 AM, Lucas Stach > > wrote: > >> GStreamer needs _some_ way of accessing the buffer contents with the > >> CPU, this doesn't necessarily have to

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/5edd0692/attachment.html>

dma-buf non-coherent mmap

2013-11-01 Thread Thomas Hellstrom
On 11/01/2013 11:17 AM, Daniel Vetter wrote: > On Fri, Nov 1, 2013 at 11:03 AM, Lucas Stach > wrote: >> GStreamer needs _some_ way of accessing the buffer contents with the >> CPU, this doesn't necessarily have to be the dumb mmap we have right >> now. >> DMA-BUF support in GSt is not really

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
y, so I haven't changed them except where needed. -- 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/20131101/5cec3741/attachment.html>

[Bug 52467] Radeon HD6450 KMS garbled screen on boot.

2013-11-01 Thread bugzilla-dae...@freedesktop.org
ted attachment 64641 [details] > Picture of screen corruption -- 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/20131101

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/1f70a775/attachment-0001.html>

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/e855864b/attachment.html>

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/5304be6d/attachment.html>

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/84499000/attachment.html>

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
|| -- 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/20131101/35983bd1/attachment.html>

[Bug 52467] Radeon HD6450 KMS garbled screen on boot.

2013-11-01 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/3d5465a7/attachment.html>

[Bug 69675] audio broken in 24Hz/24p since 3.11 (regression)

2013-11-01 Thread bugzilla-dae...@freedesktop.org
-- 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/20131101/5cb3d411/attachment.html>

[Bug 70675] steam error dialogs are garbled

2013-11-01 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/06651add/attachment.html>

smc table extra flag used in system flags

2013-11-01 Thread Alex Deucher
On Wed, Oct 30, 2013 at 9:33 PM, Sylvain BERTRAND wrote: > Hi, > > git branch drm-fixes-3.12, git commit > cdf6e8058415ba4d808537e30a0a6be9fb29e95a > > In si_dpm.c line 4557, the > PPSMC_EXTRAFLAGS_AC2DC_GPIO5_POLARITY_HIGH is ignored because it > is written in smc table systemFlags instead of

[Bug 71134] New: AMD Radeon 7790 (BONAIRE Sea Islands) rendering, stability, performance issues

2013-11-01 Thread bugzilla-dae...@freedesktop.org
ing these issues. -- 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/20131101/e29b3ed2/attachment.html>

[PATCH 4/6] dri/intel: Add intel_fd_for_region

2013-11-01 Thread Kristian Høgsberg
On Thu, Oct 31, 2013 at 04:13:14PM -0700, Keith Packard wrote: > Returns a prime file descriptor for the specified region. > > Signed-off-by: Keith Packard > --- > src/mesa/drivers/dri/i915/intel_regions.c | 13 + > src/mesa/drivers/dri/i915/intel_regions.h | 4 >

[Bug 71134] AMD Radeon 7790 (BONAIRE Sea Islands) rendering, stability, performance issues

2013-11-01 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/a1ec2140/attachment-0001.html>

[Bug 71134] AMD Radeon 7790 (BONAIRE Sea Islands) rendering, stability, performance issues

2013-11-01 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/762fceee/attachment.html>

[Bug 71134] AMD Radeon 7790 (BONAIRE Sea Islands) rendering, stability, performance issues

2013-11-01 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/1ac0069d/attachment.html>

[PATCH] drm/radeon/dpm: fix typo in setting smc flag

2013-11-01 Thread Alex Deucher
PPSMC_EXTRAFLAGS_AC2DC_GPIO5_POLARITY_HIGH should be set in extraFlags, not systemFlags. Noticed-by: Sylvain BERTRAND Signed-off-by: Alex Deucher --- drivers/gpu/drm/radeon/si_dpm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon/si_dpm.c

[Bug 71134] AMD Radeon 7790 (BONAIRE Sea Islands) rendering, stability, performance issues

2013-11-01 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/21b486dc/attachment.html>

[Bug 69341] [radeonsi] KDE 4.11 is EXTREMELY slow with Raster QT backend

2013-11-01 Thread bugzilla-dae...@freedesktop.org
in slab_alloc and slab_free). -- 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/20131101/84ba830e/attachment.html>

[Bug 71134] AMD Radeon 7790 (BONAIRE Sea Islands) rendering, stability, performance issues

2013-11-01 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/f103d1f9/attachment.html>

[pull] radeon drm-next-3.13

2013-11-01 Thread Alex Deucher
Hi Dave, Initial pull request for radeon drm-next 3.13. Highlights: - Enable DPM on a number of asics by default - Enable audio by default - Dynamically power down dGPUs on PowerXpress systems - Lots of bug fixes The following changes since commit 9d6104e0174b130ed864571b31811c3fd09fd611:

[Bug 71138] New: flashlight bug in L4D2

2013-11-01 Thread bugzilla-dae...@freedesktop.org
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/20131101/a6f5a0c0/attachment.html>

[PATCH v3 02/32] drm/exynos: Merge overlay_ops into manager_ops

2013-11-01 Thread Sean Paul
On Thu, Oct 31, 2013 at 7:39 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:48 Sean Paul wrote: >> This patch merges overlay_ops into manager_ops. In all cases, >> overlay_ops is implemented in the same place as manager ops, it doesn't >> serve a functional purpose, and

[Bug 71138] flashlight bug in L4D2

2013-11-01 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/3f1a8ec4/attachment-0001.html>

[PATCH v3 04/32] drm/exynos: Use manager_op initialize in fimd

2013-11-01 Thread Sean Paul
On Thu, Oct 31, 2013 at 7:49 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:50 Sean Paul wrote: >> This patch implements the intitialize manager op in fimd. >> >> Signed-off-by: Sean Paul >> --- >> >> Changes in v2: None >> Changes in v3: None >> >>

[Bug 71138] flashlight bug in L4D2

2013-11-01 Thread bugzilla-dae...@freedesktop.org
nee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/7d0583d9/attachment.html>

[Bug 71138] flashlight bug in L4D2

2013-11-01 Thread bugzilla-dae...@freedesktop.org
|| -- 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/20131101/fcf61c65/attachment.html>

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Sean Paul
On Thu, Oct 31, 2013 at 7:53 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: >> This patch implements the initialize callback in the hdmi and mixer >> manager. This allows us to get rid of drm_dev in the drm_hdmi level and >> track it in the mixer and

[PATCH v3 02/32] drm/exynos: Merge overlay_ops into manager_ops

2013-11-01 Thread Tomasz Figa
Hi Sean, On Friday 01 of November 2013 15:50:05 Sean Paul wrote: > On Thu, Oct 31, 2013 at 7:39 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:48 Sean Paul wrote: [snip] > >> -static void fimd_wait_for_vblank(struct device *dev) > >> -{ > >> - struct

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Tomasz Figa
Hi Sean, On Friday 01 of November 2013 15:54:31 Sean Paul wrote: > On Thu, Oct 31, 2013 at 7:53 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: [snip] > >> @@ -995,6 +1000,9 @@ static irqreturn_t mixer_irq_handler(int irq, > >> void > >>

[PATCH v3 04/32] drm/exynos: Use manager_op initialize in fimd

2013-11-01 Thread Tomasz Figa
On Friday 01 of November 2013 15:51:00 Sean Paul wrote: > On Thu, Oct 31, 2013 at 7:49 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:50 Sean Paul wrote: > >> This patch implements the intitialize manager op in fimd. > >> > >> Signed-off-by: Sean Paul > >> ---

Usage of dma-buf sg-tables

2013-11-01 Thread Daniel Vetter
On Fri, Nov 1, 2013 at 2:33 PM, Thomas Hellstrom wrote: > Considering that the linux DMA-API states that information in an sg-list may > be destroyed when it's mapped, > it seems to me that at least one of the drm prime functions use invalid > assumptions. > > In particular, I don't think it's

[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-11-01 Thread Sean Paul
On Thu, Oct 31, 2013 at 8:19 PM, Tomasz Figa wrote: > Hi Sean, > > On Tuesday 29 of October 2013 12:12:52 Sean Paul wrote: >> This patch changes the manager ops callbacks from accepting the subdrv >> device pointer to taking a pointer to the manager. This will allow us >> to move closer to

[PATCH v3 05/32] drm/exynos: hdmi: Implement initialize op for hdmi

2013-11-01 Thread Sean Paul
On Fri, Nov 1, 2013 at 3:56 PM, Tomasz Figa wrote: > Hi Sean, > > On Friday 01 of November 2013 15:54:31 Sean Paul wrote: >> On Thu, Oct 31, 2013 at 7:53 PM, Tomasz Figa > wrote: >> > Hi Sean, >> > >> > On Tuesday 29 of October 2013 12:12:51 Sean Paul wrote: > [snip] >> >> @@ -995,6 +1000,9 @@

[PATCH v3 06/32] drm/exynos: Pass exynos_drm_manager in manager ops instead of dev

2013-11-01 Thread Tomasz Figa
On Friday 01 of November 2013 16:01:23 Sean Paul wrote: > On Thu, Oct 31, 2013 at 8:19 PM, Tomasz Figa wrote: > > Hi Sean, > > > > On Tuesday 29 of October 2013 12:12:52 Sean Paul wrote: [snip] > >> -static void fimd_win_mode_set(struct device *dev, > >> - struct

[Linaro-mm-sig] thoughts of looking at android fences

2013-11-01 Thread Rom Lemarchand
lement it now. I killed all the deprecated > members and assumed a linear timeline. > > This means that syncpoints can only be added at the end, not in between. > In particular it means sw_sync > > might be slightly broken. > > > > I only tested it with a simple program I wrote called ufence.c, it's in > drivers/staging/android/ufence.c in the following tree: > > > > http://cgit.freedesktop.org/~mlankhorst/linux > > > > the "rfc: convert android to fence api" has all the changes from my > dma-fence proposal to what android would need, > > it also converts the userspace fence api to use the dma-fence api. > > > > sync_pt is implemented as fence too. This meant not having to convert > all of android right away, though I did make some changes. > > I killed the deprecated members and made all the fence calls forward to > the sync_timeline_ops. dup and compare are no longer used. > > > > I haven't given this a spin on a full android kernel, only with the > components that are in mainline kernel under staging and my dumb test > program. > > > > ~Maarten > > > > PS: The nomenclature is very confusing. I want to rename dma-fence to > syncpoint, but I want some feedback from the android devs first. :) > > > Come on, any feedback? I want to move the discussion forward. > > ~Maarten > > ___ > dri-devel mailing list > dri-devel at lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/dri-devel > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20131101/d37d65a9/attachment-0001.html>

[Bug 71138] flashlight bug in L4D2

2013-11-01 Thread bugzilla-dae...@freedesktop.org
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/20131101/59d7a0ba/attachment.html>

[Bug 64475] Slow work and no brightness adjustment in Euro Track Simulator II game with HD6850

2013-11-01 Thread bugzilla-dae...@freedesktop.org
g shaders.. -- 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/20131101/73a35612/attachment.html>

[PATCH 5/6] dri3: Add DRI3 support to GLX, DRI common and Intel driver

2013-11-01 Thread Kristian Høgsberg
I sent a reply to the sourceforge addresses in the original emails, but I didn't see it show up in the archives. Trying again with the freedesktop addresses. On Thu, Oct 31, 2013 at 04:13:15PM -0700, Keith Packard wrote: > This hooks DRI3 support into the GLX layer, the DRI common layer and the

[PATCH v3 21/32] drm/exynos: Move dp driver from video/ to drm/

2013-11-01 Thread Jingoo Han
On Thursday, October 31, 2013 7:47 PM, Inki Dae wrote: > > CCing Jingoo, > > Is that ok to remove eDP driver from video/exynos? Isn't this driver really > used by Linux framebuffer driver, s3c-fb.c? +cc Tomi Valkeinen, Jean-Christophe PLAGNIOL-VILLARD, linux-fbdev list, linux-samsung-soc

[PATCH v3 21/32] drm/exynos: Move dp driver from video/ to drm/

2013-11-01 Thread Jingoo Han
On Friday, November 01, 2013 8:12 AM, Tomasz Figa wrote: > On Friday 01 of November 2013 08:06:00 Jingoo Han wrote: > > On Thursday, October 31, 2013 7:47 PM, Inki Dae wrote: > > > CCing Jingoo, > > > > > > Is that ok to remove eDP driver from video/exynos? Isn't this driver > > > really used by

[PATCH v3 21/32] drm/exynos: Move dp driver from video/ to drm/

2013-11-01 Thread Jingoo Han
On Friday, November 01, 2013 8:27 AM, Tomasz Figa wrote: > On Friday 01 of November 2013 08:23:59 Jingoo Han wrote: > > On Friday, November 01, 2013 8:12 AM, Tomasz Figa wrote: > > > On Friday 01 of November 2013 08:06:00 Jingoo Han wrote: > > > > On Thursday, October 31, 2013 7:47 PM, Inki Dae

[PATCH] DRM: Armada: convert to use simple_open()

2013-11-01 Thread Duan Jiong
This removes an open coded simple_open() function and replaces file operations references to the function with simple_open() instead. Signed-off-by: Duan Jiong --- drivers/gpu/drm/armada/armada_debugfs.c | 8 +--- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git

[PATCH 1/6] drivers/dri/common: A few dri2 functions are not actually DRI2 specific

2013-11-01 Thread Kristian Høgsberg
On Thu, Oct 31, 2013 at 04:13:11PM -0700, Keith Packard wrote: > This just renames them so that they can be used with the DRI3 extension > without causing too much confusion. > > Signed-off-by: Keith Packard > --- > src/mesa/drivers/dri/common/dri_util.c | 50 >

[PATCH 2/6] dri/intel: Split out DRI2 buffer update code to separate function

2013-11-01 Thread Kristian Høgsberg
On Thu, Oct 31, 2013 at 04:13:12PM -0700, Keith Packard wrote: > Make an easy place to splice in a DRI3 version of this function > > Signed-off-by: Keith Packard > --- > src/mesa/drivers/dri/i915/intel_context.c | 90 > +-- > src/mesa/drivers/dri/i965/brw_context.c

[PATCH 5/6] dri3: Add DRI3 support to GLX, DRI common and Intel driver

2013-11-01 Thread Kristian Høgsberg
On Thu, Oct 31, 2013 at 04:13:15PM -0700, Keith Packard wrote: > This hooks DRI3 support into the GLX layer, the DRI common layer and the Intel > driver. > > Signed-off-by: Keith Packard > --- > configure.ac | 10 +- > include/GL/internal/dri_interface.h

dma-buf non-coherent mmap

2013-11-01 Thread Daniel Vetter
On Thu, Oct 31, 2013 at 10:07:25PM +0100, Thomas Hellstrom wrote: > On 10/31/2013 09:48 PM, Dave Airlie wrote: > >On Fri, Nov 1, 2013 at 6:40 AM, Thomas Hellstrom > >wrote: > >>Well, I'd be happy to avoid mmap, but then what does optional mean in this > >>context? > >>That all generic user-space