[Bug 75453] i915/DRM Gallium driver apparently not usable without DRM pipe loader

2014-02-28 Thread bugzilla-dae...@freedesktop.org
ving 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/20140228/a96699f4/attachment.html>

[PATCH] MAINTAINERS: add maintainer entry for TDA998x driver

2014-02-28 Thread Russell King
Add a maintainers entry for the TDA998x driver. Rob Clark has handed this driver over to me to look after. Signed-off-by: Russell King --- Rob, I'd appreciate an Ack for this hand-over of maintainership of your driver. Thanks. MAINTAINERS | 6 ++ 1 file

[PATCH] MAINTAINERS: add maintainer entry for Armada DRM driver

2014-02-28 Thread Russell King
Add a maintainers entry for the Armada DRM driver. Signed-off-by: Russell King --- MAINTAINERS | 5 + 1 file changed, 5 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 85b3dd8008b7..78d970649300 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM, v2

2014-02-28 Thread Christian König
Am 28.02.2014 19:50, schrieb Lauri Kasanen: > Without this, a bo may get created in the cpu-inaccessible vram. > Before the CP engines get setup, all copies are done via cpu memcpy. > > This means that the cpu tries to read from inaccessible memory, fails, > and the radeon module proceeds to

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM, v2

2014-02-28 Thread Lauri Kasanen
Without this, a bo may get created in the cpu-inaccessible vram. Before the CP engines get setup, all copies are done via cpu memcpy. This means that the cpu tries to read from inaccessible memory, fails, and the radeon module proceeds to disable acceleration. Doing this has no downsides, as the

[Bug 75619] [865g] GPU hang playing SimCity 3000

2014-02-28 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/5a7d58d5/attachment.html>

[Bug 75619] [865g] GPU hang playing SimCity 3000

2014-02-28 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20140228/dbfd94e8/attachment-0001.html>

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM

2014-02-28 Thread Lauri Kasanen
On Fri, 28 Feb 2014 16:43:54 +0100 Christian K?nig wrote: > >>> Am 27.02.2014 22:38, schrieb Lauri Kasanen: > Without this, a bo may get created in the cpu-inaccessible vram. > Before the CP engines get setup, all copies are done via cpu memcpy. > > This means that the cpu

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Tomi Valkeinen
non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/4738c8ed/attachment-0001.pgp>

[PATCH 9/9] Doc/DT: Add DT binding documentation for tpd12s015 encoder

2014-02-28 Thread Tomi Valkeinen
n parts for all HDMI encoders. But I have only dealt with the OMAP HDMI encoders, and a few one's from Toshiba (DPI to HDMI and DSI to HDMI). Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/b1bedf67/attachment.pgp>

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM

2014-02-28 Thread Christian König
Am 28.02.2014 17:52, schrieb Lauri Kasanen: > On Fri, 28 Feb 2014 16:43:54 +0100 > Christian K?nig wrote: > > Am 27.02.2014 22:38, schrieb Lauri Kasanen: >> Without this, a bo may get created in the cpu-inaccessible vram. >> Before the CP engines get setup, all copies are done via cpu

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Tomi Valkeinen
art -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/28e9e5c9/attachment-0001.pgp>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Tomi Valkeinen
link? That looks a bit funny. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/e3be1e68/attachment-0001.pgp>

[Intel-gfx] [PATCH] drm/i915: add support for Z-order of planes.

2014-02-28 Thread Ville Syrjälä
On Thu, Feb 27, 2014 at 03:44:04PM -0800, Matt Roper wrote: > On Thu, Feb 27, 2014 at 02:36:06PM -0800, Yu Dai wrote: > > On 14-02-25 04:19 PM, Matt Roper wrote: > > > > >On Thu, Feb 20, 2014 at 04:11:14PM -0800, yu.dai at intel.com wrote: > > >>From: "Yu(Alex) Dai" > > >> > > >>Add "zorder"

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Tomi Valkeinen
be baked into a binding - > just wondering if a level-shifter driver plus corresponding DT node > is too much detail in here. Thanks for the comments, I appreciate it. I hope I've convinced you enough =). Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/e3853902/attachment.pgp>

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM

2014-02-28 Thread Lauri Kasanen
On Fri, 28 Feb 2014 17:30:39 +0200 Lauri Kasanen wrote: > On Fri, 28 Feb 2014 10:36:59 +0100 > Christian K?nig wrote: > > > Am 27.02.2014 22:38, schrieb Lauri Kasanen: > > > Without this, a bo may get created in the cpu-inaccessible vram. > > > Before the CP engines get setup, all copies are

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM

2014-02-28 Thread Lauri Kasanen
On Fri, 28 Feb 2014 10:36:59 +0100 Christian K?nig wrote: > Am 27.02.2014 22:38, schrieb Lauri Kasanen: > > Without this, a bo may get created in the cpu-inaccessible vram. > > Before the CP engines get setup, all copies are done via cpu memcpy. > > > > This means that the cpu tries to read from

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Philipp Zabel
Am Freitag, den 28.02.2014, 15:59 + schrieb Russell King - ARM Linux: > On Fri, Feb 28, 2014 at 02:20:10PM +0200, Tomi Valkeinen wrote: > > Add DT binding documentation for DVI Connector. > > > > Signed-off-by: Tomi Valkeinen > > Reviewed-by: Archit Taneja > > --- > >

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Sebastian Reichel
ld contain one of the following: * "dvi-d-connector" * "dvi-a-connector" * "dvi-i-connector" Optional Properties: - dual-link: Should be set for dual-link capable connectors -- Sebastian -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 819 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/91551572/attachment-0001.pgp>

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 06:48:35PM +0200, Tomi Valkeinen wrote: > This is totally unclear to me. How does it become a public standard? > What's the forum for this? Me too. That's where I'd hope someone on devicetree-discuss will be able to help us work out what's the right approach here. :) --

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:51:22PM +0100, Sebastian Hesselbarth wrote: > Is it really the logical place to handle HPD? I'd have put it into the > HDMI encoder because it's the unit most interested in the state of HPD. I think this is where differences in hardware become a problem. Yes, it makes

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM

2014-02-28 Thread Christian König
Am 28.02.2014 16:36, schrieb Lauri Kasanen: > On Fri, 28 Feb 2014 17:30:39 +0200 > Lauri Kasanen wrote: > >> On Fri, 28 Feb 2014 10:36:59 +0100 >> Christian K?nig wrote: >> >>> Am 27.02.2014 22:38, schrieb Lauri Kasanen: Without this, a bo may get created in the cpu-inaccessible vram.

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 06:15:05PM +0200, Tomi Valkeinen wrote: > On 28/02/14 18:06, Russell King - ARM Linux wrote: > > >> +hdmi0: connector at 1 { > >> + compatible = "hdmi-connector"; > >> + label = "hdmi"; > >> + > >> + hdmi_connector_in: endpoint { > >> + remote-endpoint =

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:20:07PM +0200, Tomi Valkeinen wrote: > Shortly about the display components in the series, in the order of probable > public interest: > > * Analog TV, DVI and HDMI Connectors represent a respective connector on the > board. They don't do much, but they do mark the

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 06:12:23PM +0200, Tomi Valkeinen wrote: > On 28/02/14 17:59, Russell King - ARM Linux wrote: > > >> +dvi0: connector at 0 { > >> + compatible = "dvi-connector"; > >> + label = "dvi"; > >> + > >> + i2c-bus = <>; > >> + > >> + dvi_connector_in: endpoint { > >> +

[PATCH 9/9] Doc/DT: Add DT binding documentation for tpd12s015 encoder

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:20:16PM +0200, Tomi Valkeinen wrote: > Add DT binding documentation for tpd12s015 encoder > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/ti,tpd12s015.txt | 44 > ++ > 1 file changed, 44

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:20:11PM +0200, Tomi Valkeinen wrote: > Add DT binding documentation for HDMI Connector. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/hdmi-connector.txt | 23 > ++ > 1 file changed, 23

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Russell King - ARM Linux
On Fri, Feb 28, 2014 at 02:20:10PM +0200, Tomi Valkeinen wrote: > Add DT binding documentation for DVI Connector. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/dvi-connector.txt| 26 > ++ > 1 file changed, 26

[PATCH 7/9] Doc/DT: Add DT binding documentation for Sony acx565akm panel

2014-02-28 Thread Tomi Valkeinen
s: panel reset gpio > > please let's call this reset-gpios. Yes, I'll change this and the tfp410 one. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/0c9c7a15/attachment.pgp>

[RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-02-28 Thread Tomi Valkeinen
1 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/5fd2cc69/attachment-0001.pgp>

[RFC PATCH v2 14/21] ARM: dts: exynos4412-trats2: add panel node

2014-02-28 Thread Tomi Valkeinen
o ports/endpoints between DSI master and the panel, even if you don't use them at the moment. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/4f39af4f/attachment-0001.pgp>

[RFC PATCH v2 19/21] ARM: dts: exynos5250-arndale: add dsi and panel nodes

2014-02-28 Thread Tomi Valkeinen
ver doesn't use it, maybe it would be more future proof to have both input and output endpoints for the tc358764? Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/4e7bf3a8/attachment-0001.pgp>

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Tomi Valkeinen
Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/60e99aeb/attachment-0001.pgp>

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Sebastian Hesselbarth
On 02/28/14 14:47, Philipp Zabel wrote: > Am Freitag, den 28.02.2014, 13:57 +0100 schrieb Sebastian Hesselbarth: >> On 02/28/14 13:20, Tomi Valkeinen wrote: >>> This series is a re-send of >>> http://article.gmane.org/gmane.linux.drivers.devicetree/61739 >>> >> ... >>> Shortly about the display

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Sebastian Hesselbarth
On 02/28/14 14:14, Tomi Valkeinen wrote: > On 28/02/14 14:57, Sebastian Hesselbarth wrote: > >> Out of curiosity, will there be DT nodes for pull-up resistors soon, >> too? ;) > > If they don't work automatically, yes, we need DT nodes and drivers for > them. > >> Honestly, TPD12S015 is a level

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Philipp Zabel
Hi, Am Freitag, den 28.02.2014, 13:57 +0100 schrieb Sebastian Hesselbarth: > On 02/28/14 13:20, Tomi Valkeinen wrote: > > This series is a re-send of > > http://article.gmane.org/gmane.linux.drivers.devicetree/61739 > > > ... > > Shortly about the display components in the series, in the order of

outcome of DRM/KMS DT bindings session

2014-02-28 Thread Tomi Valkeinen
attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/5dd5d8b6/attachment-0001.pgp>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Philipp Zabel
Hi Tomi, Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: > Add DT binding documentation for DVI Connector. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/dvi-connector.txt| 26 > ++ > 1 file

[PATCH 5/9] Doc/DT: Add DT binding documentation for MIPI DPI Panel

2014-02-28 Thread Philipp Zabel
Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: > Add DT binding documentation for MIPI DPI Panel. > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/panel-dpi.txt| 43 > ++ > 1 file changed, 43

[PATCH 7/9] Doc/DT: Add DT binding documentation for Sony acx565akm panel

2014-02-28 Thread Philipp Zabel
Hi Tomi, Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: > Add DT binding documentation for Sony acx565akm panel > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Sebastian Reichel > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/sony,acx565akm.txt | 28 >

[PATCH 8/9] Doc/DT: Add DT binding documentation for TFP410 encoder

2014-02-28 Thread Philipp Zabel
Am Freitag, den 28.02.2014, 14:20 +0200 schrieb Tomi Valkeinen: > Add DT binding documentation for TFP410 encoder > > Signed-off-by: Tomi Valkeinen > Reviewed-by: Archit Taneja > --- > .../devicetree/bindings/video/ti,tfp410.txt| 41 > ++ > 1 file changed, 41

[Bug 75602] Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
correct. I misremembered. -- 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/20140228/a67af882/attachment.html>

[PATCH 1/2] drm: Make control nodes master-less

2014-02-28 Thread Thomas Hellstrom
Hi! Could someone please review these two patches? Thanks, Thomas On 02/19/2014 02:40 PM, Thomas Hellstrom wrote: > Like for render-nodes, there is no point in maintaining the master concept > for control nodes, so set the struct drm_file::master pointer to NULL. > > At the same time, make

[Bug 70651] cannot write to power_dpm_force_performance_level: invalid argument (radeon 7730m)

2014-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=70651 --- Comment #11 from Alex Deucher --- I haven't had time to look into why that patch is not working for you, but as I said previously, accessing the board via sysfs or debugfs while it's powered off produces invalid results so even when I fix the

[Bug 75602] Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
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/20140228/7d6aa863/attachment-0001.html>

[Bug 75602] Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/31175f08/attachment.html>

[Bug 75602] Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
art -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/244657f5/attachment.html>

[Bug 75602] Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
ext part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/538cf4ef/attachment.html>

[Bug 75602] Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/24fb179d/attachment.html>

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM, v2

2014-02-28 Thread Alex Deucher
On Fri, Feb 28, 2014 at 1:50 PM, Lauri Kasanen wrote: > Without this, a bo may get created in the cpu-inaccessible vram. > Before the CP engines get setup, all copies are done via cpu memcpy. > > This means that the cpu tries to read from inaccessible memory, fails, > and the radeon module

[PATCH 9/9] Doc/DT: Add DT binding documentation for tpd12s015 encoder

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for tpd12s015 encoder Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/ti,tpd12s015.txt | 44 ++ 1 file changed, 44 insertions(+) create mode 100644

[PATCH 8/9] Doc/DT: Add DT binding documentation for TFP410 encoder

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for TFP410 encoder Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/ti,tfp410.txt| 41 ++ 1 file changed, 41 insertions(+) create mode 100644

[PATCH 7/9] Doc/DT: Add DT binding documentation for Sony acx565akm panel

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for Sony acx565akm panel Signed-off-by: Tomi Valkeinen Reviewed-by: Sebastian Reichel Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/sony,acx565akm.txt | 28 ++ 1 file changed, 28 insertions(+) create mode 100644

[PATCH 6/9] Doc/DT: Add DT binding documentation for MIPI DSI CM Panel

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for MIPI DSI Command Mode Panel. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/panel-dsi-cm.txt | 26 ++ 1 file changed, 26 insertions(+) create mode 100644

[PATCH 5/9] Doc/DT: Add DT binding documentation for MIPI DPI Panel

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for MIPI DPI Panel. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/panel-dpi.txt| 43 ++ 1 file changed, 43 insertions(+) create mode 100644

[PATCH 4/9] Doc/DT: Add DT binding documentation for HDMI Connector

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for HDMI Connector. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/hdmi-connector.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for DVI Connector. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/dvi-connector.txt| 26 ++ 1 file changed, 26 insertions(+) create mode 100644

[PATCH 2/9] Doc/DT: Add DT binding documentation for Analog TV Connector

2014-02-28 Thread Tomi Valkeinen
Add DT binding documentation for Analog TV Connector. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../bindings/video/analog-tv-connector.txt | 23 ++ 1 file changed, 23 insertions(+) create mode 100644

[PATCH 1/9] Doc/DT: Add OMAP DSS DT Bindings

2014-02-28 Thread Tomi Valkeinen
Add device tree bindings for OMAP Display Subsystem for the following SoCs: OMAP2, OMAP3, OMAP4. Signed-off-by: Tomi Valkeinen Reviewed-by: Archit Taneja --- .../devicetree/bindings/video/ti,omap-dss.txt | 203 + .../devicetree/bindings/video/ti,omap2-dss.txt | 54

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Tomi Valkeinen
Hi, This series is a re-send of http://article.gmane.org/gmane.linux.drivers.devicetree/61739 I'm cc'ing more people, and I want to clarify the contents of the series: While this has been developed for OMAP, only the first patch is about OMAP bindings. The rest are generic bindings for video

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Sebastian Hesselbarth
On 02/28/14 13:20, Tomi Valkeinen wrote: > This series is a re-send of > http://article.gmane.org/gmane.linux.drivers.devicetree/61739 > ... > Shortly about the display components in the series, in the order of probable > public interest: > > * Analog TV, DVI and HDMI Connectors represent a

[PATCH 0/9] Doc/DT: DT bindings for various display components

2014-02-28 Thread Tomasz Figa
Hi Tomi, On 28.02.2014 13:20, Tomi Valkeinen wrote: > Hi, > > This series is a re-send of > http://article.gmane.org/gmane.linux.drivers.devicetree/61739 > > I'm cc'ing more people, and I want to clarify the contents of the series: > > While this has been developed for OMAP, only the first patch

[Intel-gfx] [PATCH] drm/i915: add support for Z-order of planes.

2014-02-28 Thread Matt Roper
On Fri, Feb 28, 2014 at 06:03:11PM +0200, Ville Syrj?l? wrote: > On Thu, Feb 27, 2014 at 03:44:04PM -0800, Matt Roper wrote: > > On Thu, Feb 27, 2014 at 02:36:06PM -0800, Yu Dai wrote: > > > On 14-02-25 04:19 PM, Matt Roper wrote: > > > > > > >On Thu, Feb 20, 2014 at 04:11:14PM -0800, yu.dai at

[PATCH 5/5] drm/i915: Allow vblank interrupts during modeset and eliminate some vblank races

2014-02-28 Thread Ville Syrjälä
On Fri, Feb 21, 2014 at 09:03:35PM +0200, ville.syrjala at linux.intel.com wrote: > From: Ville Syrj?l? > > Tell the drm core vblank code to reject drm_vblank_get()s only between > drm_vblank_off() and drm_vblank_on() calls, and sprinkle the appropriate > drm_vblank_on() calls to the

[PATCH] drm/radeon: TTM must be init with cpu-visible VRAM

2014-02-28 Thread Christian König
Am 27.02.2014 22:38, schrieb Lauri Kasanen: > Without this, a bo may get created in the cpu-inaccessible vram. > Before the CP engines get setup, all copies are done via cpu memcpy. > > This means that the cpu tries to read from inaccessible memory, fails, > and the radeon module proceeds to

[RFC PATCH v4 3/8] staging: imx-drm: Document updated imx-drm device tree bindings

2014-02-28 Thread Tomi Valkeinen
as the problem about DRM and fbdev conflicting sounded a bit unrelated. > For i.MX, for now, let's keep the mandatory imx-drm node. Maybe rename > it so nobody can say we are leaking linux subsystem names into the > device tree. Sounds good to me. Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/a50d02a3/attachment-0001.pgp>

[Bug 75602] New: Unigine Heaven/Vally: Multi monitor rendering does not work

2014-02-28 Thread bugzilla-dae...@freedesktop.org
hments/20140228/c7b794d5/attachment.html>

[PATCH 3/9] Doc/DT: Add DT binding documentation for DVI Connector

2014-02-28 Thread Warner Losh
On Feb 28, 2014, at 9:23 AM, Russell King - ARM Linux wrote: > On Fri, Feb 28, 2014 at 06:12:23PM +0200, Tomi Valkeinen wrote: >> On 28/02/14 17:59, Russell King - ARM Linux wrote: >> +dvi0: connector at 0 { + compatible = "dvi-connector"; + label = "dvi"; + +

[PATCH 0/3] Reorder drivers/video directory

2014-02-28 Thread Tomi Valkeinen
/tomba/linux.git work/fb-reorder Tomi -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 901 bytes Desc: OpenPGP digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/68a92642/attachment-0001.pgp>

[PATCH 0/3] Reorder drivers/video directory

2014-02-28 Thread Geert Uytterhoeven
On Fri, Feb 28, 2014 at 8:07 AM, Tomi Valkeinen wrote: > On 27/02/14 20:16, Randy Dunlap wrote: >> On 02/27/2014 03:54 AM, Tomi Valkeinen wrote: >>> Hi, >>> >>> This is a re-send of the series, with RFC removed from the subject, and a >>> bunch >>> of acks added. >>> >>> I'm cc'ing more people,

[Bug 70651] cannot write to power_dpm_force_performance_level: invalid argument (radeon 7730m)

2014-02-28 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=70651 --- Comment #10 from Fabio Sangiovanni --- Hi, sorry, any news about this? Is there something I can do to help? radeon_pm_info still gives clocks and voltages to me, even if the dGPU is powered off (DynOff in

[PATCH v4 00/34] drm/exynos: Refactor parts of the exynos driver

2014-02-28 Thread Inki Dae
://thread.gmane.org/gmane.linux.kernel.samsung-soc/27044> Already merged to internal kernel for test. > linux.kernel.samsung-soc/27044<http://thread.gmane.org/gmane.linux.kernel.samsung-soc/27044>. > Now he's also trying to make the design more modular. He will give you > more information on Monday, as he's on holiday for next two days. > > Also Tomasz Stanislawski will have some patches to enable HDMI support > using Exynos DRM on Exynos 4 SoCs on top of this series, along with > reworking Sean's and Daniel's patch for HDMI driver's DT bindings as he > mentioned in reply to other message of this thread. > > Ok, I'll wait for above patch sets. I have already implemented the component patch series for supporting super device so I planned to post it at end of this week. Will rebase it on top of above patch sets if posted. Thanks, Inki Dae > Best regards, > Tomasz > ___ > 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/20140228/aa855d66/attachment.html>

[Bug 73504] Segfault in _save_Normal3fv running FlightGear

2014-02-28 Thread bugzilla-dae...@freedesktop.org
signee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140228/6771ba41/attachment.html>