[PATCH 7/9] drm/i915: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling

2015-04-06 Thread Paulo Zanoni
2015-03-31 14:15 GMT-03:00 Todd Previte : > For test 4.2.2.5 to pass per the Link CTS Core 1.2 rev1.1 spec, the source > device must attempt at least 7 times to read the EDID when it receives an > I2C defer. The normal DRM code makes only 7 retries, regardless of whether > or not the response is a

[PATCH -v3 00/11] drm/exynos: Add atomic modesetting support

2015-04-06 Thread Inki Dae
On 2015년 04월 04일 03:09, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi, > > Here goes the full support for atomic modesetting on exynos. I've > split the patches in the various phases of atomic support. > > These patches sits on top of the clean up patches I've sent yesterday > to

[PATCH 3/3] drm/exynos: mixer: add 2x scaling to mixer_graph_buffer

2015-04-06 Thread Tobias Jakobi
Hello Emil, Emil Velikov wrote: > Hi Tobias, > > On 1 April 2015 at 14:29, Tobias Jakobi > wrote: >> diff --git a/drivers/gpu/drm/exynos/exynos_mixer.c >> b/drivers/gpu/drm/exynos/exynos_mixer.c >> index 5ab0e32..6822b36 100644 >> --- a/drivers/gpu/drm/exynos/exynos_mixer.c >> +++

[PATCH -v4 0/8] drm/exynos: clean up patches (preparing for atomic)

2015-04-06 Thread Inki Dae
On 2015년 04월 02일 01:02, Gustavo Padovan wrote: > From: Gustavo Padovan > > Hi, > > Here goes some clean ups to the exynos drivers. The main clean ups is > the presetting and zpos making the property immutable and the removal > of *_win_data structures. > > v2 contains a extra patch to

[PATCH 07/11] drm/i915: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling

2015-04-06 Thread Todd Previte
For test 4.2.2.5 to pass per the Link CTS Core 1.2 rev1.1 spec, the source device must attempt at least 7 times to read the EDID when it receives an I2C defer. The normal DRM code makes only 7 retries, regardless of whether or not the response is a native defer or an I2C defer. Test 4.2.2.5 fails

[PATCH 7/9] drm/i915: Fix for DP CTS test 4.2.2.5 - I2C DEFER handling

2015-04-06 Thread Todd Previte
On 4/6/15 5:05 PM, Paulo Zanoni wrote: > 2015-03-31 14:15 GMT-03:00 Todd Previte : >> For test 4.2.2.5 to pass per the Link CTS Core 1.2 rev1.1 spec, the source >> device must attempt at least 7 times to read the EDID when it receives an >> I2C defer. The normal DRM code makes only 7 retries,

[Intel-gfx] [PATCH 9/9] drm: Fix the 'native defer' message in drm_dp_i2c_do_msg()

2015-04-06 Thread Paulo Zanoni
2015-03-31 14:15 GMT-03:00 Todd Previte : > The debug message is missing a newline at the end and it makes the > logs hard to read when a device defers a lot. Simple 2-character fix > adds the newline at the end. > > Signed-off-by: Todd Previte > Cc: dri-devel at lists.freedesktop.org Why in

gma500_gfx: spread spectrum clocking?

2015-04-06 Thread George McCollister
emgd had an option to enable spread spectrum clocking on LVDS. The documentation is vague but the setting that works is: Option "ALL/1/Port/4/Attr/43""7" Anyone have any idea how to set this with gma500_gfx or if it doesn't support it, how to put the hardware in this mode? Thanks, George

[PATCH -v3 11/11] drm/exynos: atomic dpms support

2015-04-06 Thread Gustavo Padovan
Hi Inki, 2015-04-05 Inki Dae : > Hi, > > 2015-04-04 3:09 GMT+09:00 Gustavo Padovan : > > From: Gustavo Padovan > > > > Run dpms operations through the atomic intefaces. This basically removes > > the .dpms() callback from econders and crtcs and use .disable() and > > .enable() to turn the crtc

[Bug 89734] GL_AMD_pinned_memory extension causing a kernel hardlock

2015-04-06 Thread bugzilla-dae...@freedesktop.org
re 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/20150406/7f5b2731/attachment.html>

[Bug 89734] GL_AMD_pinned_memory extension causing a kernel hardlock

2015-04-06 Thread bugzilla-dae...@freedesktop.org
is a driver problem at all. -- 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/20150406/1b7f6607/attachment.html>

[PATCH v2 1/4] break kconfig dependency loop

2015-04-06 Thread Paul Bolle
On Wed, 2015-04-01 at 16:47 +0300, Jani Nikula wrote: > I think part of the problem is that "select" is often used not as > documented [1] but rather as "show my config in menuconfig for > convenience even if my dependency is not met, and select the dependency > even though I know it can screw up

[Bug 89916] DRI PRIME renders only black window

2015-04-06 Thread bugzilla-dae...@freedesktop.org
1.16.4, mesa is 10.6-git and radeon driver is 7.5.0 There are zero errors in the terminal or logfiles. -- 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/arc

[PATCH v2 1/4] break kconfig dependency loop

2015-04-06 Thread Mauro Carvalho Chehab
Em Mon, 06 Apr 2015 11:50:21 +0200 Paul Bolle escreveu: > On Wed, 2015-04-01 at 16:47 +0300, Jani Nikula wrote: > > I think part of the problem is that "select" is often used not as > > documented [1] but rather as "show my config in menuconfig for > > convenience even if my dependency is not

[PATCH] wayland-drm: add a description for every item.

2015-04-06 Thread Pekka Paalanen
On Wed, 25 Mar 2015 13:10:24 +0100 Emmanuel Gil Peyrot wrote: > This makes the generated protocol headers a lot more readable. > --- > src/egl/wayland/wayland-drm/wayland-drm.xml | 159 > +--- > 1 file changed, 100 insertions(+), 59 deletions(-) > > diff --git

of_parse_phandle: "could not find phandle"

2015-04-06 Thread Steve Longerbeam
On 04/05/2015 04:14 PM, Steve Longerbeam wrote: > Hi all, > > If --strip-disabled option is passed to dtc, of_parse_phandle() emits > this error message for disabled nodes. > NM, I mistakenly thought the strip-disabled patch was merged, it isn't. Steve

Solaris & [PATCH libdrm 1/2] configure.ac: split -fvisibility and __attribute__((visibility)) checks

2015-04-06 Thread Niveditha Rau
On 04/05/15 11:33, randyf at sibernet.com wrote: > > > On Sun, 5 Apr 2015, Emil Velikov wrote: > >>> Note that the move of KMS drivers to this repo is recent, so there >>> is little >>> history of their evolution. >>> >> Right, so things are a few newer than I thought, but still a bit off >> from

[PATCH -v3 11/11] drm/exynos: atomic dpms support

2015-04-06 Thread Inki Dae
Hi, 2015-04-04 3:09 GMT+09:00 Gustavo Padovan : > From: Gustavo Padovan > > Run dpms operations through the atomic intefaces. This basically removes > the .dpms() callback from econders and crtcs and use .disable() and > .enable() to turn the crtc on and off. > > v2: Address comments by