[PATCH 2/6] drm/radeon: track memory statistics about VRAM and GTT usage and buffer moves

2014-02-27 Thread Marek Olšák
Dammit. I renamed the RADEON_INFO definitions for the new queries to 0xd, e, f in the kernel tree, but I forgot to update the Mesa code, which used 0xc, d, e. Sorry. Marek On Wed, Feb 26, 2014 at 7:26 PM, Christian K?nig wrote: > Am 26.02.2014 18:56, schrieb Marek Ol??k: > >> On Mon, Feb 24, 201

[PATCH 4/6] drm/radeon: add buffers to the LRU list from smallest to largest

2014-02-27 Thread Michel Dänzer
On Mit, 2014-02-26 at 19:25 +0100, Marek Ol??k wrote: > > diff --git a/drivers/gpu/drm/radeon/radeon_cs.c > b/drivers/gpu/drm/radeon/radeon_cs.c > index f28a8d8..d49a3f7 100644 > --- a/drivers/gpu/drm/radeon/radeon_cs.c > +++ b/drivers/gpu/drm/radeon/radeon_cs.c > [...] > @@ -303,6 +314,18 @@ sta

[Bug 70528] RadeonSI : Specviewperf10/proe-04 cause system hang

2014-02-27 Thread bugzilla-dae...@freedesktop.org
. URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/d283eae6/attachment.html>

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

2014-02-27 Thread Inki Dae
Hi Tomasz, 2014-02-08 11:48 GMT+09:00 Tomasz Figa : > On 06.02.2014 20:54, Olof Johansson wrote: >> >> On Thu, Jan 30, 2014 at 1:18 PM, Sean Paul wrote: >>> >>> This patchset refactors parts of the exynos driver to move it closer to a >>> proper >>> drm driver (rather than just implementing a dr

[Bug 75433] xserver crashes after suspend with radeonsi and glamor, poor 2d performance

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

[Bug 73320] [radeonsi] LLVM runs out of registers during register allocation in Painkiller Hell & Damnation

2014-02-27 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/20140227/94b07478/attachment.html>

[Bug 75433] xserver crashes after suspend with radeonsi and glamor, poor 2d performance

2014-02-27 Thread bugzilla-dae...@freedesktop.org
"EXA" just disables all hardware acceleration with those. -- 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/20140227/2905f1cc/attachment.html>

[Bug 75494] Kabini [Radeon HD 8240] Xorg segfault on resume from suspend with glamor and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
s also happen with DPM disabled? -- 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/20140227/2b743709/attachment.html>

[Bug 75494] Kabini [Radeon HD 8240] Xorg segfault on resume from suspend with glamor and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
ubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/173d4061/attachment.html>

[Bug 75361] freeze in Mass Effect 3 (wine)

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

[Bug 75494] Kabini [Radeon HD 8240] Xorg segfault on resume from suspend with glamor and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
s not DRI2 capable". Nothing on dmesg though. -- 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/20140227/326fa073/attachment.html>

[Bug 75491] Radeon HD7750 no Monitors connected

2014-02-27 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140227/2cf052b0/attachment-0001.html>

[Intel-gfx] [PATCH] drm/i915/dp: Allow for 5.4Gbps for Haswell.

2014-02-27 Thread Ville Syrjälä
On Thu, Feb 27, 2014 at 12:11:39AM -0800, Carl Worth wrote: > With Haswell, 5.4Gbps is supported. And almost all of the code was > already in place already. All that was missing was this tiny bit of > additional wiring. Todd already implemented 5.4Gbps support a while back. So it seems your tree i

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
you need in more info? -- 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/20140227/0447532b/attachment.html>

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140227/b2ca8c1b/attachment.html>

[PATCH] drm/radeon: free uvd ring on unload

2014-02-27 Thread Christian König
Am 27.02.2014 01:22, schrieb j.glisse at gmail.com: > From: Jerome Glisse > > Need to free the uvd ring. Also reshuffle gart tear down to > happen after uvd tear down. > > Signed-off-by: J?r?me Glisse > Cc: stable at vger.kernel.org Reviewed-by: Christian K?nig > --- > drivers/gpu/drm/radeon

[PATCH 5/6] drm/radeon: validate relocations in the order determined by userspace

2014-02-27 Thread Christian König
Am 26.02.2014 19:25, schrieb Marek Ol??k: > From: Marek Ol??k > > Userspace should set the first 4 bits of drm_radeon_cs_reloc::flags to > a number from 0 to 15. The higher the number, the higher the priority, > which means a buffer with a higher number will be validated sooner. > > The old behavi

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Borislav Petkov
On Thu, Feb 27, 2014 at 11:12:32AM +0100, Stephane Eranian wrote: > My Lenovo IVB is like yours. But I tried on my SandyBridge desktop and > there to BAR is at a completely different address. Same thing on my > Haswell desktop system. Hrrm, I'd like to see what Rafael finds out, whether what we're

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 11:12:32AM +0100, Stephane Eranian wrote: > As a asides, my SNB and HSW desktops with 3.14-rc4 are totally unstable. > They hang if I type make in my kernel tree. Whereas 3.14-rc3 is stable. I am > not so sure this is all related to the uncore IMC support, though. Unstable

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Peter Zijlstra
On Thu, Feb 27, 2014 at 11:32:58AM +0100, Stephane Eranian wrote: > On Thu, Feb 27, 2014 at 11:30 AM, Peter Zijlstra > wrote: > > On Thu, Feb 27, 2014 at 11:12:32AM +0100, Stephane Eranian wrote: > >> As a asides, my SNB and HSW desktops with 3.14-rc4 are totally unstable. > >> They hang if I ty

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

2014-02-27 Thread Russell King - ARM Linux
On Thu, Feb 27, 2014 at 01:06:52PM +0200, Tomi Valkeinen wrote: > On 25/02/14 16:23, Philipp Zabel wrote: > > > +Freescale i.MX DRM master device > > + > > + > > +The freescale i.MX DRM master device is a virtual device needed to list all > > +IPU or other display i

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
also introduced a regression. -- 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/20140227/f9d87fb5/attachment.html>

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

2014-02-27 Thread Philipp Zabel
Am Donnerstag, den 27.02.2014, 13:06 +0200 schrieb Tomi Valkeinen: > On 25/02/14 16:23, Philipp Zabel wrote: > > > +Freescale i.MX DRM master device > > + > > + > > +The freescale i.MX DRM master device is a virtual device needed to list all > > +IPU or other displa

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

2014-02-27 Thread Russell King - ARM Linux
On Thu, Feb 27, 2014 at 02:06:25PM +0100, Philipp Zabel wrote: > For the i.MX6 display subsystem there is no clear single master device, > and the physical configuration changes across the SoC family. The > i.MX6Q/i.MX6D SoCs have two separate display controller devices IPU1 and > IPU2, with two ou

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

2014-02-27 Thread Rob Clark
On Thu, Feb 27, 2014 at 8:00 AM, Russell King - ARM Linux wrote: > On Thu, Feb 27, 2014 at 02:06:25PM +0100, Philipp Zabel wrote: >> For the i.MX6 display subsystem there is no clear single master device, >> and the physical configuration changes across the SoC family. The >> i.MX6Q/i.MX6D SoCs ha

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

2014-02-27 Thread Russell King - ARM Linux
On Thu, Feb 27, 2014 at 03:16:03PM +0200, Tomi Valkeinen wrote: > On 27/02/14 13:56, Russell King - ARM Linux wrote: > > >> Is there even need for such a master device? You can find all the > >> connected display devices from any single display device, by just > >> following the endpoint links. >

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

2014-02-27 Thread Tomasz Figa
Hi Inki, On 27.02.2014 05:43, Inki Dae wrote: > Hi Tomasz, > > > 2014-02-08 11:48 GMT+09:00 Tomasz Figa : >> On 06.02.2014 20:54, Olof Johansson wrote: >>> >>> On Thu, Jan 30, 2014 at 1:18 PM, Sean Paul wrote: This patchset refactors parts of the exynos driver to move it closer to a >>>

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/0904e1b2/attachment.html>

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/b91b6882/attachment.html>

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/f26346be/attachment.html>

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
: GPU reset succeeded, trying to resume -- 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/20140227/c6601089/attachment-0001.html>

[PATCH] drm/edid: request HDMI underscan by default

2014-02-27 Thread Daniel Drake
Working with HDMI TVs is a real pain as they tend to overscan by default, meaning that the pixels around the edge of the framebuffer are not displayed. This is well explained here: http://mjg59.dreamwidth.org/8705.html There is a bit in the HDMI info frame that can request that the remote display

[PATCH] drm/edid: request HDMI underscan by default

2014-02-27 Thread Ville Syrjälä
On Thu, Feb 27, 2014 at 09:19:30AM -0600, Daniel Drake wrote: > Working with HDMI TVs is a real pain as they tend to overscan by > default, meaning that the pixels around the edge of the framebuffer > are not displayed. This is well explained here: > http://mjg59.dreamwidth.org/8705.html > > There

[PATCH] drm/edid: request HDMI underscan by default

2014-02-27 Thread Damien Lespiau
On Thu, Feb 27, 2014 at 05:42:36PM +0200, Ville Syrj?l? wrote: > On Thu, Feb 27, 2014 at 09:19:30AM -0600, Daniel Drake wrote: > > Working with HDMI TVs is a real pain as they tend to overscan by > > default, meaning that the pixels around the edge of the framebuffer > > are not displayed. This is

[Bug 74878] DRI_PRIME not working correctly

2014-02-27 Thread bugzilla-dae...@freedesktop.org
next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/3f7560ba/attachment.html>

[Bug 75361] freeze in Mass Effect 3 (wine)

2014-02-27 Thread bugzilla-dae...@freedesktop.org
tps://bft.usu.edu/bf8x6 it's correctly? -- 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/20140227/873b9533/attachment.html>

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

2014-02-27 Thread Philipp Zabel
Hi Tomi, Am Donnerstag, den 27.02.2014, 15:55 +0200 schrieb Tomi Valkeinen: > On 27/02/14 15:00, Russell King - ARM Linux wrote: > > On Thu, Feb 27, 2014 at 02:06:25PM +0100, Philipp Zabel wrote: > >> For the i.MX6 display subsystem there is no clear single master device, > >> and the physical con

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/b99c5fb7/attachment.html>

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
a separate ticket for 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/20140227/6cd35b54/attachment.html>

[Bug 32830] X server freezes when running emulator pcsx-r or another psx emulator x86/x86_64.

2014-02-27 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/20140227/3a247722/attachment.html>

[PATCH] drm/radeon: free uvd ring on unload

2014-02-27 Thread Alex Deucher
Applied to my -fixes tree. thanks! On Wed, Feb 26, 2014 at 7:22 PM, wrote: > From: Jerome Glisse > > Need to free the uvd ring. Also reshuffle gart tear down to > happen after uvd tear down. > > Signed-off-by: J?r?me Glisse > Cc: stable at vger.kernel.org > --- > drivers/gpu/drm/radeon/everg

[Bug 75491] Radeon HD7750 no Monitors connected

2014-02-27 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/ebd8bc5b/attachment.html>

[Intel-gfx] [PATCH] drm/i915/dp: Allow for 5.4Gbps for Haswell.

2014-02-27 Thread Keith Packard
- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 810 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/2903a617/attachment.pgp>

[Intel-gfx] [PATCH] drm/i915/dp: Allow for 5.4Gbps for Haswell.

2014-02-27 Thread Paulo Zanoni
2014-02-27 15:21 GMT-03:00 Keith Packard : > Ville Syrj?l? writes: > >> Todd already implemented 5.4Gbps support a while back. So it seems your >> tree is a bit out of date. > > I didn't find it on drm-intel-fixes-2014-02-14; can you explain which > tree it is present in? It's on the drm-intel-ne

[pull] radeon fixes 3.14

2014-02-27 Thread Alex Deucher
Hi Dave, Some more radeon fixes. The following changes since commit b0447888dc29f4fb91c3b3b02e3f1f0bfc6e1222: MAINTAINERS: update drm git tree entry (2014-02-27 14:49:55 +1000) are available in the git repository at: git://people.freedesktop.org/~agd5f/linux drm-fixes-3.14 for you to

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

2014-02-27 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 73504] Segfault in _save_Normal3fv running FlightGear

2014-02-27 Thread bugzilla-dae...@freedesktop.org
eedesktop.org/archives/dri-devel/attachments/20140227/da8efbe1/attachment.html>

[RFC] drm/ttm: Add optional support for two-ended allocation

2014-02-27 Thread Lauri Kasanen
Allocating small bos from one end and large ones from the other helps improve the quality of fragmentation. I have measured a suitable threshold to reduce eviction by up to 20%, and to cause no harm in normal cases that fit VRAM fully (PTS gaming suite). In some cases, even the VRAM-fitting cases

[Bug 70701] With DPM enabled, Radeon 4570 (R710) doesn't remain in Single_Disp state

2014-02-27 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=70701 Abhinav K changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[PATCH 0/4] Expose primary planes to userspace

2014-02-27 Thread Matt Roper
One of the stepping stones on the way to atomic/nuclear operation is to expose CRTC primary planes (and eventually cursor planes too) to userspace in the same manner that sprites/overlays are today. This patch series takes the first step of allowing drivers to register a CRTC's primary plane with

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Matt Roper
Add a plane type property to allow userspace to distinguish sprite/overlay planes from primary planes. In the future we may extend this to cover cursor planes as well. Signed-off-by: Matt Roper --- drivers/gpu/drm/drm_crtc.c | 32 include/drm/drm_crtc.h |

[PATCH 1/4] drm: Add support for CRTC primary planes

2014-02-27 Thread Matt Roper
Allow drivers to provide a drm_plane structure corresponding to a CRTC's primary plane. These planes will be included in the plane list for any clients setting the DRM_CLIENT_CAP_EXPOSE_PRIMARY_PLANES capability bit. Signed-off-by: Matt Roper --- drivers/gpu/drm/drm_crtc.c | 168 ++

[PATCH 3/4] drm/i915: Rename similar plane functions to avoid confusion

2014-02-27 Thread Matt Roper
The name 'update_plane' was used both for the primary plane functions in intel_display.c and the sprite/overlay functions in intel_sprite.c. Rename the primary plane functions to 'update_primary_plane' to avoid confusion. On a similar note, intel_display.c already had a function called intel_disab

[PATCH 4/4] drm/i915: Register primary plane for each CRTC

2014-02-27 Thread Matt Roper
Create a primary plane at CRTC init and hook up handlers for the various operations that may be performed on it. The DRM core will only advertise the primary planes to clients that set the appropriate capability bit. Since we're limited to the legacy plane operations at the moment (SetPlane and s

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Borislav Petkov
On Thu, Feb 27, 2014 at 11:12:17PM +0100, Rafael J. Wysocki wrote: > I won't be able to look at that before Monday I'm afraid (personal > stuff). No worries, sir, whenever. It can wait. Thanks a lot! -- Regards/Gruss, Boris. Sent from a fat crate under my desk. Formatting is fine. --

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Rob Clark
On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper wrote: > Add a plane type property to allow userspace to distinguish > sprite/overlay planes from primary planes. In the future we may extend > this to cover cursor planes as well. > > Signed-off-by: Matt Roper > --- > drivers/gpu/drm/drm_crtc.c | 3

[Bug 75112] Meta Bug for HyperZ issues on r600g and radeonsi

2014-02-27 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140227/e68e899d/attachment.html>

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Matt Roper
On Thu, Feb 27, 2014 at 05:39:00PM -0500, Rob Clark wrote: > On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper > wrote: > > Add a plane type property to allow userspace to distinguish > > sprite/overlay planes from primary planes. In the future we may extend > > this to cover cursor planes as well. >

[PATCH] drm/i915/dp: Allow for 5.4Gbps for Haswell.

2014-02-27 Thread Carl Worth
With Haswell, 5.4Gbps is supported. And almost all of the code was already in place already. All that was missing was this tiny bit of additional wiring. Signed-off-by: Carl Worth Reviewed-by: Keith Packard --- drivers/gpu/drm/i915/intel_dp.c | 24 1 file changed, 20 in

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Stephane Eranian
On Wed, Feb 26, 2014 at 10:59 AM, Borislav Petkov wrote: > Can you please, pretty please, not top-post... > > On Wed, Feb 26, 2014 at 10:47:05AM +0100, Stephane Eranian wrote: >> Hi, >> >> Ok, so I am getting the same error message as you. >> I checked my syslog now. >> >> I have my uncore_imc add

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

2014-02-27 Thread Tomi Valkeinen
gt; + to the four LVDS multiplexer inputs. Is the ldb something that's on the imx SoC? Do you have a public branch somewhere? It'd be easier to look at the final result, as I'm not familiar with imx. 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/20140227/ef94feb6/attachment-0001.pgp>

[PATCH 2/3] fbdev: move fbdev core files to separate directory

2014-02-27 Thread Tomi Valkeinen
Instead of having fbdev framework core files at the root fbdev directory, mixed with random fbdev device drivers, move the fbdev core files to a separate core directory. This makes it much clearer which of the files are actually part of the fbdev framework, and which are part of device drivers. Si

[PATCH 3/3] video: Kconfig: move drm and fb into separate menus

2014-02-27 Thread Tomi Valkeinen
At the moment the "Device Drivers / Graphics support" kernel config page looks rather messy, with DRM and fbdev driver selections on the same page, some on the top level Graphics support page, some under their respective subsystems. If I'm not mistaken, this is caused by the drivers depending on o

[PATCH 1/3] video: move fbdev to drivers/video/fbdev

2014-02-27 Thread Tomi Valkeinen
The drivers/video directory is a mess. It contains generic video related files, directories for backlight, console, linux logo, lots of fbdev device drivers, fbdev framework files. Make some order into the chaos by creating drivers/video/fbdev directory, and move all fbdev related files there. No

[PATCH 0/3] Reorder drivers/video directory

2014-02-27 Thread Tomi Valkeinen
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, to make sure this doesn't come as a surprise, and to make sure this is not a bad idea, doomed to fail horribly. So this series creates a new directory, drivers/video/fbdev/,

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Stephane Eranian
On Thu, Feb 27, 2014 at 12:08 PM, Peter Zijlstra wrote: > On Thu, Feb 27, 2014 at 11:32:58AM +0100, Stephane Eranian wrote: >> On Thu, Feb 27, 2014 at 11:30 AM, Peter Zijlstra >> wrote: >> > On Thu, Feb 27, 2014 at 11:12:32AM +0100, Stephane Eranian wrote: >> >> As a asides, my SNB and HSW desk

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

2014-02-27 Thread Tomi Valkeinen
all the display components installed, or if the user didn't compile all the drivers. 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/20140227/b5234f59/attachment-0001.pgp>

[PATCH] Memory leak in nouveau_sgdma_create_ttm

2014-02-27 Thread xypron.g...@gmx.de
From: Heinrich Schuchardt In case of failure memory was not freed. Signed-off-by: Heinrich Schuchardt --- drivers/gpu/drm/nouveau/nouveau_sgdma.c |4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/nouveau/nouveau_sgdma.c b/drivers/gpu/drm/nouveau/nouveau

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Rafael J. Wysocki
On Thursday, February 27, 2014 11:27:22 AM Borislav Petkov wrote: > On Thu, Feb 27, 2014 at 11:12:32AM +0100, Stephane Eranian wrote: > > My Lenovo IVB is like yours. But I tried on my SandyBridge desktop and > > there to BAR is at a completely different address. Same thing on my > > Haswell deskto

[PATCH 0/3] Reorder drivers/video directory

2014-02-27 Thread Randy Dunlap
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, to make sure this doesn't come as a surprise, and to > make sure this is not a bad idea, doomed to fail horribly.

Info: mapping multiple BARs. Your kernel is fine.

2014-02-27 Thread Stephane Eranian
On Thu, Feb 27, 2014 at 11:30 AM, Peter Zijlstra wrote: > On Thu, Feb 27, 2014 at 11:12:32AM +0100, Stephane Eranian wrote: >> As a asides, my SNB and HSW desktops with 3.14-rc4 are totally unstable. >> They hang if I type make in my kernel tree. Whereas 3.14-rc3 is stable. I am >> not so sure t

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

2014-02-27 Thread Tomi Valkeinen
es in the DT data), and I have a problem requiring everyone to have a master device node if it's only needed for special cases. And yes, this series is about IMX bindings, not generic ones. And I'm also fine with requiring everyone to have a master device node, if it can be shown that it's the only sensible approach. 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/20140227/d9b87663/attachment.pgp>

[Intel-gfx] Request for feedback : New Panel-fitter property for connectors

2014-02-27 Thread Goel, Akash
> Either we should have two range properties (eg. crtc_width and crtc_height), > or we could define a new property type that has both in the same value. > Not sure if it's worth adding another type for this. Although we might be > able to use such a type to reduce the number of properties a bit f

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

2014-02-27 Thread Tomi Valkeinen
e very same things that had already been discussed with CDF. 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/d

[PATCH 2/4] drm: Add plane type property

2014-02-27 Thread Rob Clark
On Thu, Feb 27, 2014 at 6:24 PM, Matt Roper wrote: > On Thu, Feb 27, 2014 at 05:39:00PM -0500, Rob Clark wrote: >> On Thu, Feb 27, 2014 at 5:14 PM, Matt Roper >> wrote: >> > Add a plane type property to allow userspace to distinguish >> > sprite/overlay planes from primary planes. In the futur