Regression: bisected: commit 7c510133d93 breaks video

2013-09-19 Thread Paul Zimmerman
/PFIFO_WRITE/IN reason: PAGE_NOT_PRESENT > > > > I will try next with the patch series you sent to Linus yesterday, to > > see if that happens to fix this. > > Nope, with your patch series from yesterday the problem still exists. For the bad boot, I found some boot messages in /var/log/messages. Truncated version attached. -- Paul -- next part -- A non-text attachment was scrubbed... Name: messages-bad.log Type: application/octet-stream Size: 96871 bytes Desc: messages-bad.log URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130919/19827837/attachment-0001.obj>

Regression: bisected: commit 7c510133d93 breaks video

2013-09-19 Thread Paul Zimmerman
hment was scrubbed... Name: dmesg-good.log Type: application/octet-stream Size: 94912 bytes Desc: dmesg-good.log URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20130919/28b8dda0/attachment-0001.obj>

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #38 from Alexandre Demers alexandre.f.dem...@gmail.com --- Running with mclk at 12. I went under Windows and launch GPU-Z. We should be able to reach 1300MHz. I've read that some Cayman cards were made to use a VDDCi between

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #39 from Alexandre Demers alexandre.f.dem...@gmail.com --- Running with mclk at 125000 -- You are receiving this mail because: You are the assignee for the bug. ___ dri-devel mailing list

Re: [Intel-gfx] [PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit

2013-09-19 Thread Daniel Vetter
On Wed, Sep 18, 2013 at 10:38 PM, Dave Chinner da...@fromorbit.com wrote: No, that's wrong. -count_objects should never ass SHRINK_STOP. Indeed, it should always return a count of objects in the cache, regardless of the context. SHRINK_STOP is for -scan_objects to tell the shrinker it can

Re: [Intel-gfx] [PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit

2013-09-19 Thread Knut Petersen
On 19.09.2013 08:57, Daniel Vetter wrote: On Wed, Sep 18, 2013 at 10:38 PM, Dave Chinner da...@fromorbit.com wrote: No, that's wrong. -count_objects should never ass SHRINK_STOP. Indeed, it should always return a count of objects in the cache, regardless of the context. SHRINK_STOP is for

[PULL] drm-intel-fixes

2013-09-19 Thread Daniel Vetter
Hi Dave, Looks like I'm just a bit late with my -fixes pull request. Some more dealock fixes around pageflips and gpu hangs, fixes for hsw hangs when doing modesets/dpms. And a few minor things to rectify issues with our modeset state tracking which the checker spotted. Nothing yet for the

[PATCH 1/2] drm: omap: fix: Defer probe if an omapdss device requests for it at connect

2013-09-19 Thread Archit Taneja
Some omapdss panels are connected to outputs/encoders(HDMI/DSI/DPI) that require regulators. The output's connect op tries to get a regulator which may not exist yet because it might get registered later in the kernel boot. omapdrm currently ignores those panels which return a non zero value when

[PATCH 2/2] drm: omap: disconnect devices when omapdrm module is removed

2013-09-19 Thread Archit Taneja
omapdrm established connections for omap_dss_device devices when probed. It should also be responsible to disconnect the devices. Keeping the devices connected can prevent the panel driver modules from unloading, it can also cause problems when omapdrm is re-inserted. Signed-off-by: Archit Taneja

Re: [Intel-gfx] [PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit

2013-09-19 Thread Dave Chinner
On Wed, Sep 18, 2013 at 12:38:23PM +0200, Knut Petersen wrote: On 18.09.2013 11:10, Daniel Vetter wrote: Just now I prepared a patch changing the same function in vmscan.c Also, this needs to be rebased to the new shrinker api in 3.12, I simply haven't rolled my trees forward yet. Well,

Re: [Intel-gfx] [PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit

2013-09-19 Thread Dave Chinner
[my keyboard my be on the fritz - it's not typing what I'm thinking...] On Thu, Sep 19, 2013 at 06:38:22AM +1000, Dave Chinner wrote: On Wed, Sep 18, 2013 at 12:38:23PM +0200, Knut Petersen wrote: On 18.09.2013 11:10, Daniel Vetter wrote: Just now I prepared a patch changing the same

[PATCH 1/1] drm/exynos: Fix trivial typo in exynos_drm_fimd.c

2013-09-19 Thread Sachin Kamat
Fixed a trivial typo. Signed-off-by: Sachin Kamat sachin.ka...@linaro.org --- drivers/gpu/drm/exynos/exynos_drm_fimd.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/exynos/exynos_drm_fimd.c b/drivers/gpu/drm/exynos/exynos_drm_fimd.c index

Re: [drm/exynos-fimd] Display regression in v3.12-rc1

2013-09-19 Thread Sachin Kamat
Hi Andrzej, Thanks for your quick response. Removing display-timings::clock-frequency property from arch/arm/boot/dts/exynos4210-origen.dts fixed this issue. However, I also had to remove the same from drivers/video/of_display_timing.c as shown below, else probe fails. I will send a patch to fix

Re: [drm/exynos-fimd] Display regression in v3.12-rc1

2013-09-19 Thread Andrzej Hajda
Hi, You can just set this property to zero. of_parse_display_timing will not complain and you will have default settings. Regards Andrzej On 09/18/2013 10:15 AM, Sachin Kamat wrote: Hi Andrzej, Thanks for your quick response. Removing display-timings::clock-frequency property from

Re: [PATCH/RFC v3 08/19] video: display: Add MIPI DBI bus support

2013-09-19 Thread Vikas Sajjan
Hi Laurent, On 6 September 2013 20:07, Laurent Pinchart laurent.pinch...@ideasonboard.com wrote: Hi Vikas, On Wednesday 04 September 2013 16:20:59 Vikas Sajjan wrote: On 9 August 2013 22:44, Laurent Pinchart wrote: MIPI DBI is a configurable-width parallel display bus that transmits

Re: [PATCH v2 0/3] Fix Win8 backlight issue

2013-09-19 Thread Aaron Lu
On 09/18/2013 02:30 PM, Igor Gnatenko wrote: On Wed, 2013-09-18 at 09:03 +0800, Aaron Lu wrote: On 09/17/2013 09:34 PM, Igor Gnatenko wrote: Aaron, how about fix indicator on ThinkPads ? Can you please describe the problem in detail, is it that when you adjust brightness level through

Re: [PATCH v2 0/3] Fix Win8 backlight issue

2013-09-19 Thread Igor Gnatenko
On Wed, 2013-09-18 at 20:31 +0800, Aaron Lu wrote: On 09/18/2013 02:30 PM, Igor Gnatenko wrote: On Wed, 2013-09-18 at 09:03 +0800, Aaron Lu wrote: On 09/17/2013 09:34 PM, Igor Gnatenko wrote: Aaron, how about fix indicator on ThinkPads ? Can you please describe the problem in detail,

Re: [PATCH] drm: omap: fix: Defer probe if an omapdss device requests for it at connect

2013-09-19 Thread Tomi Valkeinen
On 18/09/13 16:17, Archit Taneja wrote: On Wednesday 18 September 2013 06:11 PM, Tomi Valkeinen wrote: On 18/09/13 14:08, Archit Taneja wrote: Some omapdss panels are connected to outputs/encoders(HDMI/DSI/DPI) that require regulators. The output's connect op tries to get a regulator which

Re: [Intel-gfx] [PATCH] [RFC] mm/shrinker: Add a shrinker flag to always shrink a bit

2013-09-19 Thread Dave Chinner
On Thu, Sep 19, 2013 at 08:57:04AM +0200, Daniel Vetter wrote: On Wed, Sep 18, 2013 at 10:38 PM, Dave Chinner da...@fromorbit.com wrote: No, that's wrong. -count_objects should never ass SHRINK_STOP. Indeed, it should always return a count of objects in the cache, regardless of the context.

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

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60182 --- Comment #31 from Michel Dänzer mic...@daenzer.net --- (In reply to comment #30) This, plus the patch in comment 6, fixed it for me [...] Thanks, but please try without that other patch. If it's still necessary, something is still wrong. --

[Bug 69081] [radeonsi] Incorrect rendering of textures

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Attachment #86100|0 |1 is obsolete|

[Bug 69081] [radeonsi] Incorrect rendering of textures

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 Michel Dänzer mic...@daenzer.net changed: What|Removed |Added Attachment #86101|0 |1 is obsolete|

[Bug 69081] [radeonsi] Incorrect rendering of textures

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69081 --- Comment #16 from Michel Dänzer mic...@daenzer.net --- (In reply to comment #9) KF still shows the same problem, so it is probable that both problems were unrelated. Yes, so the KF problem should be tracked separately. For CK II, there are

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

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60182 --- Comment #32 from Michel Dänzer mic...@daenzer.net --- Actually, just let us know if you still get any 'Attempted to destroy previously destroyed buffer.' messages. -- You are receiving this mail because: You are the assignee for the bug.

Re: [PATCH 2/2] drm: omap: disconnect devices when omapdrm module is removed

2013-09-19 Thread Archit Taneja
Hi, On Thursday 19 September 2013 03:38 PM, Tomi Valkeinen wrote: On 19/09/13 11:49, Archit Taneja wrote: omapdrm established connections for omap_dss_device devices when probed. It should also be responsible to disconnect the devices. Keeping the devices connected can prevent the panel driver

[Bug 61269] Support libkms on FreeBSD

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=61269 Christoph Egger christ...@debian.org changed: What|Removed |Added Attachment #75299|0 |1 is

[Bug 69463] RadeonSI : xserver crashes with Segmentation Fault

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=69463 --- Comment #5 from samit vats hysv...@gmail.com --- The Debug output is : (II) [KMS] Kernel modesetting enabled. libEGL debug: Native platform type: drm (environment overwrite) libEGL debug: ignore EGL_DRIVERS_PATH for setuid/setgid binaries

[PATCH] radeon: fix pitch alignment for non-power-of-two mipmaps on SI

2013-09-19 Thread Marek Olšák
This fixes VM protection faults. I have a new piglit test which can iterate over all possible widths, heights, and depths (including NPOT) and tests mipmapping with various texture targets. After this is committed, I'll make a new release of libdrm and bump the libdrm version requirement in

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #40 from Alexandre Demers alexandre.f.dem...@gmail.com --- Should I continu to see what value I can reach? -- You are receiving this mail because: You are the assignee for the bug. ___

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #41 from Alex Deucher ag...@yahoo.com --- Created attachment 86147 -- https://bugs.freedesktop.org/attachment.cgi?id=86147action=edit mclk debugging pll debugging output Can you attach the dmesg output with this patch applied? I

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #42 from Alexandre Demers alexandre.f.dem...@gmail.com --- (In reply to comment #41) Created attachment 86147 [details] [review] mclk debugging pll debugging output Can you attach the dmesg output with this patch applied? I want

Re: [PATCH] radeon: fix pitch alignment for non-power-of-two mipmaps on SI

2013-09-19 Thread Marek Olšák
On Thu, Sep 19, 2013 at 4:41 PM, Michel Dänzer mic...@daenzer.net wrote: On Don, 2013-09-19 at 14:33 +0200, Marek Olšák wrote: This fixes VM protection faults. I have a new piglit test which can iterate over all possible widths, heights, and depths (including NPOT) and tests mipmapping with

HDMI stereo support v5

2013-09-19 Thread Damien Lespiau
v4 was: http://lists.freedesktop.org/archives/dri-devel/2013-September/045340.html Changes from v4: - The kernel is now in charge of adjusting the stereo mode timings. - There is a per-connector opt-in boolean to expose stereo modes, letting people enable stereo for each

[PATCH 01/20] drm: Add a SET_CLIENT_CAP ioctl

2013-09-19 Thread Damien Lespiau
This ioctl can be used to turn some knobs in a DRM driver. The client can ask the DRM core for an alternate view of the reality: it can be useful to be able to instruct the core that the DRM client can handle new functionnality that would otherwise break current ABI. v2: Rename to ioctl from

[PATCH 02/20] drm: Add HDMI stereo 3D flags to struct drm_mode_modeinfo

2013-09-19 Thread Damien Lespiau
HDMI 1.4a defines a few layouts that we'd like to expose. This commits add new modeinfo flags that can be used to list the supported stereo layouts (when querying the list of modes) and to set a given stereo 3D mode (when setting a mode). v2: Add a drm_mode_is_stereo() helper Signed-off-by:

[PATCH 13/20] drm: Introduce a crtc_clock for struct drm_display_mode

2013-09-19 Thread Damien Lespiau
Just like the various timings, make it possible to have a clock field what we can tweak before giving it to hardware. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_modes.c | 1 + include/drm/drm_crtc.h | 1 + 2 files changed, 2 insertions(+) diff --git

[PATCH 18/20] drm/i915: Ask the DRM core do make stereo timings adjustements

2013-09-19 Thread Damien Lespiau
When scanning out big stereo buffers that are actually bigger that their natural 2D counterpart, we need to blow up the crtc timings as well. Not that this is only done for frame packing as this is the only stereo mode currently exposed needing this kind of ajdustements. Signed-off-by: Damien

[PATCH 14/20] drm: Implement timings adjustments for frame packing

2013-09-19 Thread Damien Lespiau
When using the frame packing and a single big framebuffer, some hardware requires that we do everything like if we were scanning out the big buffer itself. Let's instrument drm_mode_set_crtcinfo() to be able to do this adjustement if the driver is asking for it. Suggested-by: Daniel Vetter

[Bug 64600] r600g pyrit OpenCL issue on HD6850

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64600 --- Comment #11 from darkbasic darkba...@linuxsystems.it --- Created attachment 86166 -- https://bugs.freedesktop.org/attachment.cgi?id=86166action=edit debug radeonsi nopatch I here my RADEON_DUMP_SHADERS=1 pyrit benchmark 2 debug.txt with

[Bug 64201] OpenCL usage result segmentation fault on r600g with HD6850.

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64201 --- Comment #52 from darkbasic darkba...@linuxsystems.it --- Created attachment 86167 -- https://bugs.freedesktop.org/attachment.cgi?id=86167action=edit debug radeonsi nopatch With the patch there are no shaders in the output, so here is the

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

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=60182 --- Comment #33 from Jose P. lbdkm...@sharklasers.com --- (In reply to comment #32) Actually, just let us know if you still get any 'Attempted to destroy previously destroyed buffer.' messages. None at all. I only get 'XIO: fatal IO error 11

Re: Regression: bisected: commit 7c510133d93 breaks video

2013-09-19 Thread Daniel Vetter
On Thu, Sep 19, 2013 at 06:32:47PM +, Paul Zimmerman wrote: From: Paul Zimmerman Sent: Thursday, September 19, 2013 11:21 AM From: Dave Airlie [mailto:airl...@gmail.com] Sent: Wednesday, September 18, 2013 7:40 PM On Thu, Sep 19, 2013 at 12:02 PM, Paul Zimmerman

[PATCH 11/20] drm: Remove clock_index from struct drm_display_mode

2013-09-19 Thread Damien Lespiau
This field was only accessed by the nouveau driver, but never set. So concluded we can rid of this one. Cc: Ben Skeggs bske...@redhat.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/nouveau/dispnv04/crtc.c | 2 -- include/drm/drm_crtc.h | 1 - 2

[Bug 49603] [regression] Fullscreen video no longer smooth with GPU in low power mode

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=49603 Sven Arvidsson s...@whiz.se changed: What|Removed |Added Status|NEW |RESOLVED

Re: [PATCH] radeon: fix pitch alignment for non-power-of-two mipmaps on SI

2013-09-19 Thread Marek Olšák
BTW, the intuitive explanation of the fix is that we have to minify the pitch (or POT width) instead of the NPOT width. Marek On Thu, Sep 19, 2013 at 6:37 PM, Marek Olšák mar...@gmail.com wrote: On Thu, Sep 19, 2013 at 4:41 PM, Michel Dänzer mic...@daenzer.net wrote: On Don, 2013-09-19 at

[PATCH 15/20] drm/i915: Use crtc_clock in intel_dump_crtc_timings()

2013-09-19 Thread Damien Lespiau
We want to dump the parameters given to the hardware, so let's use crtc_clock here. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/intel_display.c

Re: Regression: bisected: commit 7c510133d93 breaks video

2013-09-19 Thread Dave Airlie
On Fri, Sep 20, 2013 at 7:13 AM, Paul Zimmerman paul.zimmer...@synopsys.com wrote: From: Dave Airlie [mailto:airl...@gmail.com] Sent: Thursday, September 19, 2013 1:15 PM On Fri, Sep 20, 2013 at 6:10 AM, Daniel Vetter dan...@ffwll.ch wrote: On Thu, Sep 19, 2013 at 06:32:47PM +, Paul

[PATCH 05/20] drm: Extract add_hdmi_mode() out of do_hdmi_vsdb_modes()

2013-09-19 Thread Damien Lespiau
So we respect a nice design of having similar functions at the same level, in this case: do_hdmi_vsdb_modes() - add_hdmi_mandatory_stereo_modes() - add_hdmi_mode() Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_edid.c | 36 +---

Re: Regression: bisected: commit 7c510133d93 breaks video

2013-09-19 Thread Dave Airlie
On Fri, Sep 20, 2013 at 6:10 AM, Daniel Vetter dan...@ffwll.ch wrote: On Thu, Sep 19, 2013 at 06:32:47PM +, Paul Zimmerman wrote: From: Paul Zimmerman Sent: Thursday, September 19, 2013 11:21 AM From: Dave Airlie [mailto:airl...@gmail.com] Sent: Wednesday, September 18, 2013 7:40

[PATCH 17/20] drm/i915: Use adjusted_mode in the fastboot hack to disable pfit

2013-09-19 Thread Damien Lespiau
When booting with i915.fastboot=1, we always take tha code path and end up undoing what we're trying to do with adjusted_mode. Hopefully, as the fastboot hardware readout code is using adjusted_mode as well, it should be equivalent. Signed-off-by: Damien Lespiau damien.lesp...@intel.com ---

[PATCH 06/20] drm: Reject modes with more than 1 stereo flags set

2013-09-19 Thread Damien Lespiau
When setting a stereo 3D mode, there can be only one bit set describing the layout of the frambuffer(s). So reject invalid modes early. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_crtc.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH 04/20] drm/edid: Expose mandatory stereo modes for HDMI sinks

2013-09-19 Thread Damien Lespiau
For now, let's just look at the 3D_present flag of the CEA HDMI vendor block to detect if the sink supports a small list of then mandatory 3D formats. See the HDMI 1.4a 3D extraction for detail: http://www.hdmi.org/manufacturer/specification.aspx v2: Rename freq to vrefresh, make the mandatory

Re: [Intel-gfx] [PATCH 19/20] drm/i915: Prefer crtc_{h|v}display for pipe src dimensions

2013-09-19 Thread Daniel Vetter
On Thu, Sep 19, 2013 at 05:40:34PM +0100, Damien Lespiau wrote: Now that we ask to adjust the crtc timings for stereo modes, the correct pipe_src_w and pipe_src_h can be found in crtc_vdisplay and crtc_hdisplay. Signed-off-by: Damien Lespiau damien.lesp...@intel.com ---

[PATCH 03/20] drm: Add a STEREO_3D capability to the SET_CLIENT_CAP ioctl

2013-09-19 Thread Damien Lespiau
This capability allows user space to control the delivery of modes with the 3D flags set. This is to not play games with current user space users not knowing anything about stereo 3D flags and that could try to set a mode with one or several of those bits set. So, the plan is to remove the stereo

[PATCH 12/20] drm: Remove synth_clock from struct drm_display_mode

2013-09-19 Thread Damien Lespiau
This field is unused. Garbage collect it. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- include/drm/drm_crtc.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/drm/drm_crtc.h b/include/drm/drm_crtc.h index 011baaa..8e9716e 100644 --- a/include/drm/drm_crtc.h +++

[PATCH 08/20] drm: Make drm_match_cea_mode() return the underlying 2D VIC for 3d modes

2013-09-19 Thread Damien Lespiau
When scanning out a stereo mode, the AVI infoframe vic field has to be the underlyng 2D VIC. Before that commit, we weren't matching the CEA mode because of the extra stereo flag and then were setting the VIC field in the AVI infoframe to 0. Signed-off-by: Damien Lespiau damien.lesp...@intel.com

[PATCH 09/20] drm: Carry over the stereo flags when adding the alternate mode

2013-09-19 Thread Damien Lespiau
This allows to expose the alternate clock versions of the stereo modes. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/drm_edid.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c b/drivers/gpu/drm/drm_edid.c index 48f1746..c24af1d

[PATCH 07/20] drm: Set the relevant infoframe field when scanning out a 3D mode

2013-09-19 Thread Damien Lespiau
When scanning out a 3D mode on HDMI, we need to send an HDMI infoframe with the corresponding layout to the sink. v2: Make s3d_structure_from_display_mode() less subtle (Ville Syrjälä) Reviewed-by: Ville Syrjälä ville.syrj...@linux.intel.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com

[PATCH 10/20] drm: Make exposing stereo modes a per-connector opt-in

2013-09-19 Thread Damien Lespiau
Just like with interlaced or double scan modes, make stereo modes a per-connector opt-in to give a chance to driver authors to make it work before enabling it. Suggested-by: Daniel Vetter daniel.vet...@ffwll.ch Signed-off-by: Damien Lespiau damien.lesp...@intel.com ---

[PATCH 16/20] drm/i915: Use crtc_clock with the adjusted mode

2013-09-19 Thread Damien Lespiau
struct drm_mode_display now has a separate crtc_ version of the clock to be used when we're talking about the timings given to the harwadre (was far as the mode is concerned). This commit is really the result of a git grep adjusted_mode.*clock and replacing those by adjusted_mode.crtc_clock. No

[PATCH 19/20] drm/i915: Prefer crtc_{h|v}display for pipe src dimensions

2013-09-19 Thread Damien Lespiau
Now that we ask to adjust the crtc timings for stereo modes, the correct pipe_src_w and pipe_src_h can be found in crtc_vdisplay and crtc_hdisplay. Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_display.c | 6 +++--- 1 file changed, 3 insertions(+), 3

[PATCH 20/20] drm/i915: Allow stereo modes on HDMI

2013-09-19 Thread Damien Lespiau
Signed-off-by: Damien Lespiau damien.lesp...@intel.com --- drivers/gpu/drm/i915/intel_hdmi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/gpu/drm/i915/intel_hdmi.c b/drivers/gpu/drm/i915/intel_hdmi.c index f21a57f..0d4403e 100644 --- a/drivers/gpu/drm/i915/intel_hdmi.c +++

[Bug 43341] CoreBreach: Crash in r600_update_derived_state

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43341 Sven Arvidsson s...@whiz.se changed: What|Removed |Added Status|NEW |RESOLVED

[Bug 68235] Display freezes after login with kernel 3.11.0-rc5 on Cayman with dpm=1

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=68235 --- Comment #43 from Alexandre Demers alexandre.f.dem...@gmail.com --- Created attachment 86168 -- https://bugs.freedesktop.org/attachment.cgi?id=86168action=edit dmesg with 86147 -- You are receiving this mail because: You are the assignee

Re: [PATCH 11/20] drm: Remove clock_index from struct drm_display_mode

2013-09-19 Thread Ben Skeggs
On Fri, Sep 20, 2013 at 2:40 AM, Damien Lespiau damien.lesp...@intel.com wrote: This field was only accessed by the nouveau driver, but never set. So concluded we can rid of this one. Cc: Ben Skeggs bske...@redhat.com Signed-off-by: Damien Lespiau damien.lesp...@intel.com Acked-by: Ben Skeggs

[Bug 64810] EGL/Gles/Weston give segfault on RADEONSI with egl_gallium.so

2013-09-19 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=64810 Johannes Obermayr johannesoberm...@gmx.de changed: What|Removed |Added Attachment #86034|0 |1 is

linux-next: manual merge of the drm-intel tree with the drm-intel-fixes tree

2013-09-19 Thread Stephen Rothwell
Hi all, Today's linux-next merge of the drm-intel tree got a conflict in drivers/gpu/drm/i915/intel_display.c between commit cc173961a680 (drm/i915: do not update cursor in crtc mode set) from the drm-intel-fixes tree and commit e9fd1c02aca7 (drm/i915: don't enable DPLL for DSI) from the