[Bug 59903] [RS880] Xorg.0.log: flip queue failed: Device or resource busy

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59903 klondike changed: What|Removed |Added CC||klond...@klondike.es --- Comment #12 from klo

[Bug 60200] radeon_bo with virtual address referencing mismatch

2013-02-02 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/f2d1d954/attachment.html>

[Bug 60200] radeon_bo with virtual address referencing mismatch

2013-02-02 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/a6ca9117/attachment.html>

[Bug 60200] New: radeon_bo with virtual address referencing mismatch

2013-02-02 Thread bugzilla-dae...@freedesktop.org
assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/7f3b88fd/attachment.html>

[PATCH 20/62] drm/vmwgfx: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel@lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any object

[PATCH 19/62] drm/via: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel@lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any object

[PATCH 18/62] drm/sis: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel@lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any object

[PATCH 17/62] drm/i915: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel@lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if

[PATCH 16/62] drm/exynos: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: Kukjin Kim Cc: dri-devel@lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if th

[PATCH 15/62] drm: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. * drm_ctxbitmap_next() error handling in drm_addctx() seems broken. drm_ctxbitmap_next() return -errno on failure not -1. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel@lists.freedesktop.org --- This patch depends on

[PATCH 20/62] drm/vmwgfx: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any obj

[PATCH 19/62] drm/via: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any obj

[PATCH 18/62] drm/sis: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if there's any obj

[PATCH 17/62] drm/i915: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: Daniel Vetter Cc: dri-devel at lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler

[PATCH 16/62] drm/exynos: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. Signed-off-by: Tejun Heo Cc: David Airlie Cc: Kukjin Kim Cc: dri-devel at lists.freedesktop.org --- This patch depends on an earlier idr changes and I think it would be best to route these together through -mm. Please holler if

[PATCH 15/62] drm: convert to idr_alloc()

2013-02-02 Thread Tejun Heo
Convert to the much saner new idr interface. Only compile tested. * drm_ctxbitmap_next() error handling in drm_addctx() seems broken. drm_ctxbitmap_next() return -errno on failure not -1. Signed-off-by: Tejun Heo Cc: David Airlie Cc: dri-devel at lists.freedesktop.org --- This patch depends

[PATCH v3 00/22] PCI: Iterate pci host bridge instead of pci root bus

2013-02-02 Thread Bjorn Helgaas
On Sun, Jan 27, 2013 at 12:23 PM, Yinghai Lu wrote: > Now we have pci_root_buses list, and there is lots of iteration with > list_of_each of it, that is not safe after we add pci root bus hotplug > support after booting stage. > > Add pci_get_next_host_bridge and use bus_find_device in driver core

[RFC PATCH 0/4] Common Display Framework-TF

2013-02-02 Thread Laurent Pinchart
Hi Tomasz, Thank you for your RFC. On Wednesday 30 January 2013 16:38:59 Tomasz Figa wrote: > Hi, > > After pretty long time of trying to adapt Exynos-specific DSI display > support to Common Display Framework I'm ready to show some preliminary RFC > patches. This series shows some ideas for CDF

[Bug 60200] radeon_bo with virtual address referencing mismatch

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60200 --- Comment #2 from Martin Andersson --- Created attachment 74103 --> https://bugs.freedesktop.org/attachment.cgi?id=74103&action=edit weston -- You are receiving this mail because: You are the assignee for the bug. __

[Bug 60200] radeon_bo with virtual address referencing mismatch

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60200 --- Comment #1 from Martin Andersson --- Created attachment 74102 --> https://bugs.freedesktop.org/attachment.cgi?id=74102&action=edit dmesg -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 60200] New: radeon_bo with virtual address referencing mismatch

2013-02-02 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60200 Priority: medium Bug ID: 60200 Assignee: dri-devel@lists.freedesktop.org Summary: radeon_bo with virtual address referencing mismatch Severity: normal Classification: Unclassified

[Bug 60182] X.Org Server terminate when I close video player

2013-02-02 Thread bugzilla-dae...@freedesktop.org
information, please let me know. -- 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/20130202/d32c9b67/attachment.html>

[Bug 60182] X.Org Server terminate when I close video player

2013-02-02 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/998eafe2/attachment.html>

[Bug 60182] X.Org Server terminate when I close video player

2013-02-02 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/e90b4e14/attachment.html>

[Bug 60182] New: X.Org Server terminate when I close video player

2013-02-02 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/ec2c2ae7/attachment.html>

[RFC v2 0/5] Common Display Framework

2013-02-02 Thread Rob Clark
On Fri, Feb 1, 2013 at 5:42 PM, Laurent Pinchart wrote: > Hi Rahul, > > On Wednesday 09 January 2013 13:53:30 Rahul Sharma wrote: >> Hi Laurent, >> >> CDF will also be helpful in supporting Panels with integrated audio >> (HDMI/DP) if we can add audio related control operations to >> display_entit

Re: [RFC PATCH 0/4] Common Display Framework-TF

2013-02-02 Thread Laurent Pinchart
Hi Tomasz, Thank you for your RFC. On Wednesday 30 January 2013 16:38:59 Tomasz Figa wrote: > Hi, > > After pretty long time of trying to adapt Exynos-specific DSI display > support to Common Display Framework I'm ready to show some preliminary RFC > patches. This series shows some ideas for CDF

Re: [RFC v2 0/5] Common Display Framework

2013-02-02 Thread Rob Clark
On Fri, Feb 1, 2013 at 5:42 PM, Laurent Pinchart wrote: > Hi Rahul, > > On Wednesday 09 January 2013 13:53:30 Rahul Sharma wrote: >> Hi Laurent, >> >> CDF will also be helpful in supporting Panels with integrated audio >> (HDMI/DP) if we can add audio related control operations to >> display_entit

[RFC v2 0/5] Common Display Framework

2013-02-02 Thread Laurent Pinchart
Hi Rahul, On Wednesday 09 January 2013 13:53:30 Rahul Sharma wrote: > Hi Laurent, > > CDF will also be helpful in supporting Panels with integrated audio > (HDMI/DP) if we can add audio related control operations to > display_entity_control_ops. Video controls will be called by crtc in DRM/V4L >

[RFC v2 0/5] Common Display Framework

2013-02-02 Thread Laurent Pinchart
Hi Marcus, On Tuesday 08 January 2013 11:12:26 Marcus Lorentzon wrote: [snip] > I also looked at the video source in Tomi's git tree > (http://gitorious.org/linux-omap-dss2/linux/blobs/work/dss-dev-model-cdf/inc > lude/video/display.h). I think I would prefer a single "setup" op taking a > "stru

[RFC v2 0/5] Common Display Framework

2013-02-02 Thread Laurent Pinchart
Hi Marcus, On Tuesday 08 January 2013 18:08:19 Marcus Lorentzon wrote: > On 01/08/2013 05:36 PM, Tomasz Figa wrote: > > On Tuesday 08 of January 2013 11:12:26 Marcus Lorentzon wrote: [snip] > >> FYI, > >> here is STE "DSI API": > >> http://www.igloocommunity.org/gitweb/?p=kernel/igloo-kernel.git

[PATCH 5/5] drm/tegra: Implement page-flipping support

2013-02-02 Thread Laurent Pinchart
Regards, Laurent Pinchart -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 490 bytes Desc: This is a digitally signed message part. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130202/fd395da7/attachment.pgp>

[PATCH 5/5] drm/tegra: Implement page-flipping support

2013-02-02 Thread Laurent Pinchart
On Wednesday 16 January 2013 13:36:17 Daniel Vetter wrote: > On Wed, Jan 16, 2013 at 11:01 AM, Thierry Reding wrote: > > drm_events_release() should be enough to clean up the events, but I > > suspect the reason why Laurent put that code in was that the drm_crtc > > private data still has a referen