[PATCH libdrm] libdrm: Fix drm.h include in qxl drm header file

2014-05-05 Thread Andreas Boll
Use "drm.h" instead of "drm/drm.h" as used in the other header files. Fixes xserver-xorg-video-qxl build with KMS support on Debian, where this file is installed in /usr/include/libdrm. Fixes Debian bug #746807 Reported-by: Bastian Blank Signed-off-by: Andreas Boll --- include/drm/qxl_drm.h |

[PATCH] drm/radeon/dp: check for errors in dpcd reads

2014-05-05 Thread Sergei Antonov
> Am 30.04.2014 um 15:58 schrieb Christian K?nig : > > Am 30.04.2014 15:27, schrieb Alex Deucher: >> Check to make sure the transaction succeeded before >> using the register value. Fixes occasional link training >> problems. >> >> Noticed-by: Sergei Antonov >> Signed-off-by: Alex Deucher >

[Bug 73781] [r600g] SIGFPE at ../../../../../src/gallium/drivers/r600/r600_state.c:3109

2014-05-05 Thread bugzilla-dae...@freedesktop.org
apps. -- 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/20140505/8fba9ba8/attachment.html>

[PATCH] drm/radeon/dp: check for errors in dpcd reads

2014-05-05 Thread Deucher, Alexander
> -Original Message- > From: Sergei Antonov [mailto:saproj at gmail.com] > Sent: Monday, May 05, 2014 4:55 PM > To: Christian K?nig > Cc: Alex Deucher; dri-devel at lists.freedesktop.org; Deucher, Alexander > Subject: Re: [PATCH] drm/radeon/dp: check for errors in dpcd reads > > > > > Am

[Bug 73781] [r600g] SIGFPE at ../../../../../src/gallium/drivers/r600/r600_state.c:3109

2014-05-05 Thread bugzilla-dae...@freedesktop.org
RS_PATH and EGL_DRIVERS_PATH)? Thank you! -- 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/20140505/609770f6/attachment.html>

[Bug 76564] [AMD Fusion E-350] HDMI refresh rates doesn't match expectations

2014-05-05 Thread bugzilla-dae...@freedesktop.org
iving 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/20140505/3db29723/attachment.html>

[PATCH 4/5] drm/radeon: rework page flip handling

2014-05-05 Thread Michel Dänzer
On 02.05.2014 22:29, Christian K?nig wrote: > Am 02.05.2014 09:25, schrieb Michel D?nzer: >> On 29.04.2014 23:29, Christian K?nig wrote: >>> >>> +static void radeon_flip_work_func(struct work_struct *__work) >>> { >> [...] >>> +if (radeon_crtc->flip_work) { >>> +DRM_DEBUG_DRIVER("flip

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-05-05 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/4cc0f92f/attachment.html>

[Bug 74203] Window corruption on dual-GPU (integrated+discrete) Radeon setup in GNOME 3.8

2014-05-05 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/a313220c/attachment-0001.html>

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2014-05-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 --- Comment #11 from newgarry at mail.ru --- (In reply to Alex Deucher from comment #10) > Are you saying that everything is working properly without runpm=0? Yes, it is. System resumes immediately and without error messages. -- You are receivin

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-05-05 Thread bugzilla-dae...@freedesktop.org
urse it may be innocent - no issues with the same setup with my 4890. -- 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/20140505/98f4c89c/attachment.html>

Atomicity in KMS panic notifier

2014-05-05 Thread Takashi Iwai
At Mon, 5 May 2014 16:52:45 +0200, Daniel Vetter wrote: > > On Mon, May 5, 2014 at 4:48 PM, Takashi Iwai wrote: > > > > The current problem I see is that the rest of panic notifier chain > > won't be called once when we hit the problem in KMS notifier. So, > > this bug in KMS influences on the r

Atomicity in KMS panic notifier

2014-05-05 Thread Daniel Vetter
On Mon, May 5, 2014 at 4:48 PM, Takashi Iwai wrote: > > The current problem I see is that the rest of panic notifier chain > won't be called once when we hit the problem in KMS notifier. So, > this bug in KMS influences on the rest panic behavior. > > Maybe a hackish solution would be to keep KMS

Atomicity in KMS panic notifier

2014-05-05 Thread Takashi Iwai
At Mon, 5 May 2014 16:29:37 +0200, Daniel Vetter wrote: > > On Mon, May 5, 2014 at 3:02 PM, Takashi Iwai wrote: > > Hi, > > > > while debugging a few reported bugs, I noticed that > > drm_fb_helper_force_kernel_mode() that is called in the KMS panic > > notifier isn't really atomic-safe. It invo

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
3.14 as well. -- 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/20140505/81920f07/attachment.html>

[PATCH] drm/radeon: fix register typo on si

2014-05-05 Thread Alex Deucher
Probably a copy paste typo. Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/sid.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/sid.h b/drivers/gpu/drm/radeon/sid.h index 683532f..7321283 100644 --- a/drivers/g

Atomicity in KMS panic notifier

2014-05-05 Thread Daniel Vetter
On Mon, May 5, 2014 at 3:02 PM, Takashi Iwai wrote: > Hi, > > while debugging a few reported bugs, I noticed that > drm_fb_helper_force_kernel_mode() that is called in the KMS panic > notifier isn't really atomic-safe. It invokes crtc's set_config(), > and all implementations seem to involve with

[PATCH 4/5] drm/radeon: rework page flip handling

2014-05-05 Thread Daniel Vetter
On Mon, May 05, 2014 at 06:27:17PM +0900, Michel D?nzer wrote: > On 02.05.2014 22:29, Christian K?nig wrote: > > Am 02.05.2014 09:25, schrieb Michel D?nzer: > >> On 29.04.2014 23:29, Christian K?nig wrote: > >>> > >>> +static void radeon_flip_work_func(struct work_struct *__work) > >>> { > >> [..

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
y crashing it. -- 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/20140505/7d852665/attachment.html>

[Bug 74751] resume from suspend broken with 3.15-rc1 and rc2 kernels

2014-05-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74751 --- Comment #17 from Tasev Nikola --- Hi, I just tested 3.15-rc4 today and the bug is still there. Is it something that i could do/test to help debug this ? -- You are receiving this mail because: You are watching the assignee of the bug.

[PATCH v2] drm: make mode_valid callback optional

2014-05-05 Thread Daniel Vetter
On Mon, May 05, 2014 at 11:07:37AM +0200, Andrzej Hajda wrote: > Hi David, > > Gently ping. I've just sent a pull request with this patch. I've merged it to topic/core-stuff in drm-intel git, so it should get taken care of eventually. -Daniel > > Regards > Andrzej > > On 04/10/2014 07:53 AM, A

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/27c9748f/attachment.html>

[PATCH 0/2] Add support for sii9234 chip

2014-05-05 Thread Tomasz Stanislawski
On 05/04/2014 01:17 AM, Greg KH wrote: > On Fri, Apr 11, 2014 at 01:48:28PM +0200, Tomasz Stanislawski wrote: >> Hi everyone, >> This patchset adds support for sii9234 HD Mobile Link Bridge. The chip is >> used >> to convert HDMI signal into MHL. The driver enables HDMI output on Trats and >> Tr

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
iving 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/20140505/c2c78443/attachment-0001.html>

[PATCH 2/2] drm/radeon: lower the ref * post PLL maximum

2014-05-05 Thread Alex Deucher
On Sat, May 3, 2014 at 11:25 AM, Christian K?nig wrote: > From: Christian K?nig > > Fixes: https://bugzilla.kernel.org/show_bug.cgi?id=75241 > > Signed-off-by: Christian K?nig Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/radeon_display.c | 2 +- > 1 file changed, 1 insertion(+),

[PATCH 1/2] drm/radeon: check that we have a clock before PLL setup

2014-05-05 Thread Alex Deucher
On Sat, May 3, 2014 at 11:25 AM, Christian K?nig wrote: > From: Christian K?nig > > Partially fixes: https://bugzilla.kernel.org/show_bug.cgi?id=75211 > > Signed-off-by: Christian K?nig Reviewed-by: Alex Deucher > --- > drivers/gpu/drm/radeon/atombios_crtc.c | 3 +++ > 1 file changed, 3 inse

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
t. Here you are... Nothing seems directly related to this, 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/20140505/2c6c1080/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140505/ea43ac52/attachment.html>

[Bug 66067] Trine 2's fragment normal buffer is mixtextured on Radeon HD 6770 (Juniper)

2014-05-05 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20140505/e8875c08/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
|--- -- 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/20140505/8fd2078e/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
org/archives/dri-devel/attachments/20140505/833f5a2f/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/14e58091/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/80d49ada/attachment-0001.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
xt part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/300a7dde/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/24bfeb78/attachment.html>

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
-- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/c639e7f0/attachment.html>

[PATCHv2 1/3] phy: Add exynos-simple-phy driver

2014-05-05 Thread Kishon Vijay Abraham I
Hi, On Wednesday 09 April 2014 03:31 PM, Sylwester Nawrocki wrote: > Hi, > > On 09/04/14 11:12, Rahul Sharma wrote: >> Idea looks good. How about keeping compatible which is independent >> of SoC, something like "samsung,exynos-simple-phy" and provide Reg >> and Bit through phy provider node. Thi

Atomicity in KMS panic notifier

2014-05-05 Thread Takashi Iwai
Hi, while debugging a few reported bugs, I noticed that drm_fb_helper_force_kernel_mode() that is called in the KMS panic notifier isn't really atomic-safe. It invokes crtc's set_config(), and all implementations seem to involve with page allocations (kmalloc with GFP_KERNEL, via some ttm ops, et

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
ktop.org/archives/dri-devel/attachments/20140505/ac7d5500/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-05-05 Thread bugzilla-dae...@freedesktop.org
eiving 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/20140505/b22b22dd/attachment.html>

[Bug 78287] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2014-05-05 Thread bugzilla-dae...@freedesktop.org
because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/c4b56311/attachment.html>

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
.ubuntu.com/7398928/), nothing more kernel side. -- 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/20140505/3f2b5a56/attachment.html>

[Bug 78287] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2014-05-05 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/32bd99f5/attachment.html>

[Bug 77677] HDMI audio on ati7750 choppy with ALSA multi-channel apps

2014-05-05 Thread bugzilla-dae...@freedesktop.org
. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/4da5dd8f/attachment.html>

[Bug 75401] vgaswitcheroo doesn't work for AMD Radeon 8870m (possibly due to "wrong" PCI class)

2014-05-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=75401 Alex Deucher changed: What|Removed |Added CC||alexdeucher at gmail.com --- Comment #2 fr

[Bug 51381] [drm:atom_op_jump] *ERROR* atombios stuck in loop for more than 5secs aborting, when disabled via vgaswitcheroo

2014-05-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=51381 --- Comment #10 from Alex Deucher --- (In reply to newgarry from comment #8) > > Without parameter "runpm=0" my system rusumes immediately. Please let me > know if you need additional information. Thank you! Are you saying that everything is wor

[RFC v3 PATCH v2 10/16] drm/exynos: dsi: add driver data to support Exynos5420

2014-05-05 Thread Andrzej Hajda
On 04/27/2014 03:50 AM, YoungJun Cho wrote: > The offset of register DSIM_PLLTMR_REG in Exynos5420 is different > from the one in Exynos4 SoC. > > In case of Exynos5420 SoC, there is no frequency band bit in DSIM_PLLCTRL_REG, > and it uses DSIM_PHYCTRL_REG and DSIM_PHYTIMING*_REG instead. > So thi

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 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/20140505/1eae7b54/attachment.html>

[Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

2014-05-05 Thread bugzilla-dae...@freedesktop.org
sent in this bug & latest kernels. Can you bisect? -- 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/20140505/4c4bc178/attachment.html>

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/993bfc2f/attachment-0001.html>

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
g/archives/dri-devel/attachments/20140505/c4a2ba3a/attachment.html>

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 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/20140505/c1ee327e/attachment.html>

[Bug 78297] Radeon uvd makes VDPAU clients to crash at vlVdpDecoderCreate with 1080p videos

2014-05-05 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/11e7c35a/attachment.html>

[Bug 78297] Radeon uvd makes Flash player with VDPAU enabled to crash at vlVdpDecoderCreate

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

[pull] radeon drm-fixes-3.15

2014-05-05 Thread Deucher, Alexander
> -Original Message- > From: Koenig, Christian > Sent: Monday, May 05, 2014 5:04 AM > To: Dave Airlie > Cc: Deucher, Alexander; dri-devel at lists.freedesktop.org > Subject: Re: [pull] radeon drm-fixes-3.15 > > Hi Dave, > > > To keep Linus happier, I'd like to split this into two pull req

[PATCH] drm/panel/ld9040: add power control sequence

2014-05-05 Thread Thierry Reding
A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/65ce4ac5/attachment.sig>

[RFC v3 PATCH v6 11/16] ARM: dts: s6e3fa0: add DT bindings

2014-05-05 Thread Andrzej Hajda
On 04/27/2014 03:50 AM, YoungJun Cho wrote: > This patch adds DT bindings for s6e3fa0 panel. > The bindings describes panel resources, display timings and cpu mode timings. > > Changelog v2: > - Adds unit address (commented by Sachin Kamat) > Changelog v3: > - Removes optional delay, size properti

[Bug 78297] New: Radeon uvd makes Flash player with VDPAU enabled to crash at vlVdpDecoderCreate

2014-05-05 Thread bugzilla-dae...@freedesktop.org
use: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/286c705c/attachment-0001.html>

[Bug 78287] [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2014-05-05 Thread bugzilla-dae...@freedesktop.org
: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/41f45867/attachment.html>

[PULL] topic/core-stuff

2014-05-05 Thread Daniel Vetter
Hi Dave, Update pull request with drm core patches. Mostly some polish for the primary plane stuff and a pile of patches all over from Thierry. Has survived a few days in drm-intel-nightly without causing ill. I've frobbed my scripts a bit to also tag my topic branches so that you have something

[Bug 78264] the game, the swapper, does crash while initing

2014-05-05 Thread bugzilla-dae...@freedesktop.org
t;http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/f5861a9a/attachment.html>

[PATCH v2] drm: make mode_valid callback optional

2014-05-05 Thread Andrzej Hajda
Hi David, Gently ping. Regards Andrzej On 04/10/2014 07:53 AM, Andrzej Hajda wrote: > Hi Dave, > > Could you pick up this patch? > It touches drm core and different drm drivers so I guess > your repo is the best place for it. > > Regards > Andrzej > > On 04/03/2014 11:21 PM, Daniel Vetter wro

[pull] radeon drm-fixes-3.15

2014-05-05 Thread Christian König
Hi Dave, > To keep Linus happier, I'd like to split this into two pull requests, > one with the > fixes, and one with the new hardware support, so I can send one as part of my > regular fixes pull without fear of it upsetting the other, and vice-versa. Sure, no problem. I've just removed mullins

[pull] radeon drm-fixes-3.15

2014-05-05 Thread Dave Airlie
On 1 May 2014 23:47, Christian K?nig wrote: > Hi Dave, > To keep Linus happier, I'd like to split this into two pull requests, one with the fixes, and one with the new hardware support, so I can send one as part of my regular fixes pull without fear of it upsetting the other, and vice-versa. Dav

[PATCH] drm/panel/ld9040: add power control sequence

2014-05-05 Thread Andrzej Hajda
Gently ping nr 2. Regards Andrzej On 04/17/2014 02:54 PM, Andrzej Hajda wrote: > Hi Inki, > > Could you pick up this patch into the fixes branch. > > Regards > Andrzej > > On 04/08/2014 12:58 PM, Andrzej Hajda wrote: >> Some ld9040 panels do not start without providing power control sequence >> d

[PATCH] drm/exynos: add phy settings for RB resolutions

2014-05-05 Thread Shirish S
Hi, Have posted a patch that updates the phy settings provided by our hardware team. For now support for 88.75 MHz is removed, will update it as and when i recieve and settings for that pixel clock. Regards, Shirish S On Wed, Apr 2, 2014 at 9:39 AM, Shirish S wrote: > Hi, > Kindly hold the mergin

[PATCH] drm/exynos: update phy settings for RB resolutions

2014-05-05 Thread Shirish S
This patch updates phy settings of the below mentioned pixel clocks in Exynos5250 and removes support for 88.75MHz, for it is not supported. 71 MHz - 1280x800 at 60Hz RB 73.25 MHz - 800x600 at 120Hz RB 115.5 MHz - 1024x768 at 120Hz RB 119 MHz - 1680x1050 at 60Hz RB Signed-off-by: Shi

[Intel-gfx] [PATCH v2] drm/i915: restore backlight precision when converting from opregion

2014-05-05 Thread Aaron Lu
On 05/04/2014 06:41 PM, Chris Wilson wrote: > On Sun, May 04, 2014 at 03:31:01PM +0800, Aaron Lu wrote: >> On 05/04/2014 03:22 PM, Chris Wilson wrote: >>> Also this still has the same rounding error as before. >> >> I didn't get this, care to explain? > > The calculation you use, truncates, rather

[RFC PATCH 0/4] drivers/base: Generic framework for tracking internal interfaces

2014-05-05 Thread Andrzej Hajda
On 05/01/2014 11:11 AM, Russell King - ARM Linux wrote: > On Thu, May 01, 2014 at 09:04:19AM +0200, Andrzej Hajda wrote: >> 2. You replace calls of component_add and component_del with calls >> to interface_tracker_ifup(dev, INTERFACE_TRACKER_TYPE_COMPONENT, >> &specific_component_ops), >> or int

[Bug 78287] New: [drm:radeon_cs_ioctl] *ERROR* Failed to parse relocation -12!

2014-05-05 Thread bugzilla-dae...@freedesktop.org
us F3JP with Graphics: AMD Mobility Radeon X1700 256MB -- 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/20140505/7e35fba3/attachment-0001.html>

[Bug 64157] Second Life viewer crashes: radeon: mmap failed, errno: 12

2014-05-05 Thread bugzilla-dae...@freedesktop.org
dri-devel/attachments/20140505/22364984/attachment.html>

[PULL] drm-intel-next

2014-05-05 Thread Daniel Vetter
On Thu, May 1, 2014 at 1:26 AM, Dave Airlie wrote: > > Merged, but 32-bit still a thing, > > CC [M] drivers/gpu/drm/i915/i915_cmd_parser.o > /ssd/git/drm-next/drivers/gpu/drm/i915/i915_cmd_parser.c: In function > ?i915_parse_cmds?: > /ssd/git/drm-next/drivers/gpu/drm/i915/i915_cmd_parser.c:919:

[Bug 73378] [drm:radeon_uvd_send_upll_ctlreq] *ERROR* Timeout setting UVD clocks!

2014-05-05 Thread bugzilla-dae...@freedesktop.org
ves/dri-devel/attachments/20140505/8db43d1c/attachment.html>

[Bug 74631] Suspend-to-ram fails

2014-05-05 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=74631 --- Comment #2 from tigrangab at gmail.com --- I may be able to, but not for a couple weeks unfortunately. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 78262] [trine2] rendering is wrong

2014-05-05 Thread bugzilla-dae...@freedesktop.org
: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140505/7b53204f/attachment-0001.html>

[Bug 78264] the game, the swapper, does crash while initing

2014-05-05 Thread bugzilla-dae...@freedesktop.org
ktop.org/archives/dri-devel/attachments/20140505/772a32fb/attachment.html>