[Intel-gfx] 3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 11:48:02AM -0700, Greg KH wrote: > On Sun, Aug 12, 2012 at 11:33:05AM -0700, Greg KH wrote: > > On Sun, Aug 12, 2012 at 08:25:31PM +0200, Daniel Vetter wrote: > > > On Sun, Aug 12, 2012 at 11:21:57AM -0700, Greg KH wrote: > > > > Hi Daniel. > > > > > > > > The 3.6-rc1

[Bug 40790] r600g readPixSanity failure on RS880 Radeon HD 4250

2012-08-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40790 --- Comment #17 from ojab 2012-08-12 20:38:55 UTC --- The same issue on OpenGL renderer string: Gallium 0.4 on AMD RS780 OpenGL version string: 2.1 Mesa 7.11.2 (git-ea72e3c) OpenGL shading language version string: 1.20 -- Configure bugmail:

3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 11:21:57AM -0700, Greg KH wrote: > Hi Daniel. > > The 3.6-rc1 kernel breaks my laptop, booting to a black screen when the > i915 driver initializes itself. I bisected this down to commit > 24ded204429fa0f5501d37c63ee35c555c0b75ee (drm/i915: properly enable the > blc

How to find out modeline without attaching actual device?

2012-08-12 Thread Bruno Prémont
Hi Paul, On Sun, 12 August 2012 Paul Menzel wrote: > Dear Linux folks, > > regarding modelines problems with some TVs [1] and EDID quirks, Ian sent > nice patches for [2], is there a way to test what modeline the DRM > subsystem would choose without actually attaching the device? > > The

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-12 Thread Daniel Vetter
Yet again the too close relationship between the fb helper and the crtc helper code strikes. This time around the fb helper resets all encoder->crtc pointers to NULL before starting to set up it's own mode. Which is total bullocks, because this will clobber the existing output routing, which the

[Bug 26891] Radeon KMS fails with inaccessible AtomBIOS on systems with (U)EFI boot

2012-08-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=26891 headwall changed: What|Removed |Added CC||hedvall at gmail.com --- Comment #33 from

[PATCH v3 2/2] drm: Add EDID quirks to disable HDMI audio and InfoFrames

2012-08-12 Thread Paul Menzel
gned message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/386aa2de/attachment.pgp>

[PATCH v3 1/2] drm: Add user-defined EDID quirks capability

2012-08-12 Thread Paul Menzel
ck validation ***/ [?] Thanks, Paul -- next part -- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: This is a digitally signed message part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/267d1552/attachment.pgp>

How to find out modeline without attaching actual device?

2012-08-12 Thread Paul Menzel
part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/eac0c8ce/attachment.pgp>

v3.5 Oops in i2c_algo_bit.c:bit_xfer+0x23/0x870: i915 or i2c?

2012-08-12 Thread Ben Widawsky
On 2012-08-08 21:50, George Spelvin wrote: > I'm trying to run a v3.5 kernel (plus some -stable patches from Ted > Ts'o) on > an Ubuntu system. Things are generally working except for the > following > Oops on each boot, which prevents the graphics system from loading. > > [ 36.187972] [drm]

[PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag.

2012-08-12 Thread Alan Cox
On Sun, 12 Aug 2012 10:04:47 -0400 Forest Bond wrote: > Hi, > > > Subject: Re: [PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag. > > So obviously this should have read "gma500: ..." Let me know if I should > resend. No need. I'll pick these up and test them on the problem board here as

FOSDEM2013: DevRoom or not?

2012-08-12 Thread Luc Verhaegen
Hi, The FOSDEM organizers have sent out a call for devrooms. FOSDEM this year is on the weekend of the 2nd and 3rd of February 2013. After the success of this formula last year, where, for the first time ever, we had a properly filled devroom schedule when the deadline hit, i am going to

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #29 from Alexander E. Patrakov 2012-08-12 15:40:48 UTC --- Under Windows 7 Professional x64, I tried to use the "RW-Everything" tool to get information about the ROM of the AMD card. It failed, however, I don't know if it really

[ANNOUNCE] libdrm 2.4.38

2012-08-12 Thread Marek Olšák
The thing is I didn't have the permission to upload the files, so another core developer did it for me (Jerome Glisse). It's probably just a different version of gcc between his machine and mine that caused this issue. The files should be okay and the announcement is wrong. Sorry about that.

[PATCH v4 3/3] drm: Add EDID quirk for LG L246WP

2012-08-12 Thread Ian Pilcher
This display is apparently confused by any InfoFrames (see https://bugzilla.redhat.com/show_bug.cgi?id=806091). Tested on a ThinkPad T510 (nVidia GT218 [NVS 3100M]) and a co- workers ThinkPad X220 with Intel graphics. EDID_QUIRK_NO_AUDIO makes this display work with the Intel driver; nouveau

[PATCH v4 2/3] drm: Add EDID quirks to disable HDMI audio and InfoFrames

2012-08-12 Thread Ian Pilcher
Add 2 new EDID quirk flags: - EDID_QUIRK_DISABLE_INFOFRAMES turns off all HDMI-specific functionality (audio, HDCP, etc.). Intended for displays that are confused by *any* InfoFrames. - EDID_QUIRK_NO_AUDIO disables HDMI audio. Intended for displays that incorrectely report audio

[PATCH v4 1/3] drm: Add user-defined EDID quirks capability

2012-08-12 Thread Ian Pilcher
Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Signed-off-by: Ian Pilcher Acked-by: Paul Menzel --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c | 2 + drivers/gpu/drm/drm_edid.c | 500

[PATCH v4 0/3] Enhanced EDID quirk functionality

2012-08-12 Thread Ian Pilcher
Another rev. I figured out how to use git reset --hard and --soft to make regenerating the patch series a bit easier. (It helped a ton that all of the later changes are isolated in a single file.) I still feel like I'm probably missing an easier way to go back a fix a simple type, however. *

[Bug 40790] r600g readPixSanity failure on RS880 Radeon HD 4250

2012-08-12 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=40790 --- Comment #16 from ojab 2012-08-12 14:43:34 UTC --- Still the same with latest libdrm/mesa/xf86-video-ati & kernel-3.5.1. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because:

[UDL] general protection fault in fb_deferred_io_mkwrite()

2012-08-12 Thread Bernie Thompson
fb1 user=1 count=0 > > -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/b0095a33/attachment.html>

[UDL] general protection fault in fb_deferred_io_mkwrite()

2012-08-12 Thread Thomas Meyer
Hi, guilty driver is probably udl_fb.c any ideas? [ 42.890551] open /dev/fb1 user=1 fb_info=880130e0a800 count=1 [ 42.890585] released /dev/fb1 user=1 count=0 [ 42.890702] open /dev/fb1 user=1 fb_info=880130e0a800 count=1 [ 43.053034] type=1400 audit(1344698343.496:9): avc:

3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Greg KH
On Sun, Aug 12, 2012 at 11:33:05AM -0700, Greg KH wrote: > On Sun, Aug 12, 2012 at 08:25:31PM +0200, Daniel Vetter wrote: > > On Sun, Aug 12, 2012 at 11:21:57AM -0700, Greg KH wrote: > > > Hi Daniel. > > > > > > The 3.6-rc1 kernel breaks my laptop, booting to a black screen when the > > > i915

[Linaro-mm-sig] [PATCH 2/4] dma-fence: dma-buf synchronization (v8 )

2012-08-12 Thread Daniel Vetter
On Fri, Aug 10, 2012 at 04:57:52PM +0200, Maarten Lankhorst wrote: > A dma-fence can be attached to a buffer which is being filled or consumed > by hw, to allow userspace to pass the buffer without waiting to another > device. For example, userspace can call page_flip ioctl to display the > next

3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Greg KH
On Sun, Aug 12, 2012 at 08:25:31PM +0200, Daniel Vetter wrote: > On Sun, Aug 12, 2012 at 11:21:57AM -0700, Greg KH wrote: > > Hi Daniel. > > > > The 3.6-rc1 kernel breaks my laptop, booting to a black screen when the > > i915 driver initializes itself. I bisected this down to commit > >

[drm-intel:drm-intel-next-queued 62/62] drivers/gpu/drm/i915/i915_debugfs.c:1959:6: warning: unused variable 'ret'

2012-08-12 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 07:45:11AM +0800, Fengguang Wu wrote: > Hi Daniel, > > FYI, there are new compile warnings show up in Thanks for catching this, I've (once again) forgotten to git add before sending out the final patch :( -Daniel > > tree:

3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Greg KH
Hi Daniel. The 3.6-rc1 kernel breaks my laptop, booting to a black screen when the i915 driver initializes itself. I bisected this down to commit 24ded204429fa0f5501d37c63ee35c555c0b75ee (drm/i915: properly enable the blc controller on the right pipe), and when I revert that, and also

[ANNOUNCE] libdrm 2.4.38

2012-08-12 Thread Andreas Radke
Am Sat, 11 Aug 2012 21:25:04 +0200 schrieb Marek Ol??k : > git tag: libdrm-2.4.38 > > http://dri.freedesktop.org/www/libdrm/libdrm-2.4.38.tar.bz2 > MD5: 8018e0bce5059cee05d855503d262cce libdrm-2.4.38.tar.bz2 > SHA1: 21718ddb8be71bc74845a33c2b4fbda1de942e16 libdrm-2.4.38.tar.bz2 > SHA256: >

[PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag.

2012-08-12 Thread Forest Bond
--- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 198 bytes Desc: Digital signature URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/ee540612/attachment.pgp>

[BUG] Intel xorg driver 2.20.2 overlay off-by-one bug

2012-08-12 Thread Russell King - ARM Linux
While reading through the Intel driver code, I spotted this in I830SetPortAttributeOverlay: } else if (attribute == xvPipe) { xf86CrtcConfigPtr xf86_config = XF86_CRTC_CONFIG_PTR(scrn); if ((value < -1) || (value > xf86_config->num_crtc))

FOSDEM2013: DevRoom or not?

2012-08-12 Thread Alan Coopersmith
On 08/12/12 06:50 AM, Luc Verhaegen wrote: > * By the 28th of september, i need 6 committed speakers, otherwise i > will not apply for a DevRoom. 6 people need to apply for a talk slot > who _definitely_ will come to FOSDEM on February 2nd and/or 3rd 2013. > This "definitely" means: >

[PATCH v3 0/2] Enhanced EDID quirk functionality

2012-08-12 Thread Paul Menzel
e part URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/bf42e33b/attachment.pgp>

[drm-intel:drm-intel-next-queued 62/62] drivers/gpu/drm/i915/i915_debugfs.c:1959:6: warning: unused variable 'ret'

2012-08-12 Thread Fengguang Wu
Hi Daniel, FYI, there are new compile warnings show up in tree: git://people.freedesktop.org/~danvet/drm-intel.git drm-intel-next-queued head: ffedf4590c151968e7881e0bbf340da648dfd072 commit: ffedf4590c151968e7881e0bbf340da648dfd072 [62/62] drm/i915: don't grab dev->struct_mutex for

[PATCH v3 2/2] drm: Add EDID quirks to disable HDMI audio and InfoFrames

2012-08-12 Thread Ian Pilcher
Add EDID quirk flags to disable HDMI audio and HDMI InfoFrames. Add quirk for LG L246WP. Signed-off-by: Ian Pilcher Acked-by: Paul Menzel --- drivers/gpu/drm/drm_edid.c | 24 1 file changed, 24 insertions(+) diff --git a/drivers/gpu/drm/drm_edid.c

[PATCH v3 1/2] drm: Add user-defined EDID quirks capability

2012-08-12 Thread Ian Pilcher
Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Signed-off-by: Ian Pilcher Acked-by: Paul Menzel --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c | 2 + drivers/gpu/drm/drm_edid.c | 500

[PATCH v3 0/2] Enhanced EDID quirk functionality

2012-08-12 Thread Ian Pilcher
Updated patch set, based on Paul's feedback. * Separate user-defined quirks stuff from new HDMI-related quirks * (Hopefully) improve documentation Also continuing to explore the wonders of git format-patch and git send-email. Ian Pilcher (2): drm: Add user-defined EDID quirks capability

[PATCH] Fix hw_i2c option for RV280 and RV350.

2012-08-12 Thread Chris Rankin
Hi, I've been carrying this fix privately for far too long; without it, I cannot enable the hardware I2C for either of my Radeons RV280 or RV350. It does not fix the I2C for my rv100, which remains broken. The nature of the failure is that the display fails completely: [ 35.067825]

Re: [PATCH v3 0/2] Enhanced EDID quirk functionality

2012-08-12 Thread Paul Menzel
Dear Ian, thank you a million for doing that. Am Samstag, den 11.08.2012, 23:30 -0500 schrieb Ian Pilcher: Updated patch set, based on Paul's feedback. * Separate user-defined quirks stuff from new HDMI-related quirks * (Hopefully) improve documentation Yeah, maybe somebody else can

Re: [ANNOUNCE] libdrm 2.4.38

2012-08-12 Thread Andreas Radke
Am Sat, 11 Aug 2012 21:25:04 +0200 schrieb Marek Olšák mar...@gmail.com: git tag: libdrm-2.4.38 http://dri.freedesktop.org/www/libdrm/libdrm-2.4.38.tar.bz2 MD5: 8018e0bce5059cee05d855503d262cce libdrm-2.4.38.tar.bz2 SHA1: 21718ddb8be71bc74845a33c2b4fbda1de942e16 libdrm-2.4.38.tar.bz2

Re: [Linaro-mm-sig] [PATCH 2/4] dma-fence: dma-buf synchronization (v8 )

2012-08-12 Thread Daniel Vetter
On Fri, Aug 10, 2012 at 04:57:52PM +0200, Maarten Lankhorst wrote: A dma-fence can be attached to a buffer which is being filled or consumed by hw, to allow userspace to pass the buffer without waiting to another device. For example, userspace can call page_flip ioctl to display the next

Re: [ANNOUNCE] libdrm 2.4.38

2012-08-12 Thread Marek Olšák
The thing is I didn't have the permission to upload the files, so another core developer did it for me (Jerome Glisse). It's probably just a different version of gcc between his machine and mine that caused this issue. The files should be okay and the announcement is wrong. Sorry about that.

FOSDEM2013: DevRoom or not?

2012-08-12 Thread Luc Verhaegen
Hi, The FOSDEM organizers have sent out a call for devrooms. FOSDEM this year is on the weekend of the 2nd and 3rd of February 2013. After the success of this formula last year, where, for the first time ever, we had a properly filled devroom schedule when the deadline hit, i am going to

Re: [PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag.

2012-08-12 Thread Forest Bond
Hi, Subject: Re: [PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag. So obviously this should have read gma500: ... Let me know if I should resend. Thanks, Forest -- Forest Bond http://www.alittletooquiet.net http://www.rapidrollout.com signature.asc Description: Digital signature

[Bug 40790] r600g readPixSanity failure on RS880 Radeon HD 4250

2012-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40790 --- Comment #16 from ojab o...@ojab.ru 2012-08-12 14:43:34 UTC --- Still the same with latest libdrm/mesa/xf86-video-ati kernel-3.5.1. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this

How to find out modeline without attaching actual device?

2012-08-12 Thread Paul Menzel
Dear Linux folks, regarding modelines problems with some TVs [1] and EDID quirks, Ian sent nice patches for [2], is there a way to test what modeline the DRM subsystem would choose without actually attaching the device? The problem is, the TV is at a different place and I rarely have access to

Re: [PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag.

2012-08-12 Thread Alan Cox
On Sun, 12 Aug 2012 10:04:47 -0400 Forest Bond for...@alittletooquiet.net wrote: Hi, Subject: Re: [PATCH 2/3] gma: psb_intel_crtc: Drop crtc_enable flag. So obviously this should have read gma500: ... Let me know if I should resend. No need. I'll pick these up and test them on the

Re: [PATCH v3 1/2] drm: Add user-defined EDID quirks capability

2012-08-12 Thread Paul Menzel
Dear Ian, Am Samstag, den 11.08.2012, 23:30 -0500 schrieb Ian Pilcher: Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Signed-off-by: Ian Pilcher arequip...@gmail.com Acked-by: Paul Menzel paulepan...@users.sourceforge.net please also

[Bug 41265] Radeon KMS does not work on thunderbolt media dock

2012-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41265 --- Comment #29 from Alexander E. Patrakov patra...@gmail.com 2012-08-12 15:40:48 UTC --- Under Windows 7 Professional x64, I tried to use the RW-Everything tool to get information about the ROM of the AMD card. It failed, however, I don't know

Re: [PATCH v3 2/2] drm: Add EDID quirks to disable HDMI audio and InfoFrames

2012-08-12 Thread Paul Menzel
Am Samstag, den 11.08.2012, 23:30 -0500 schrieb Ian Pilcher: Add EDID quirk flags to disable HDMI audio and HDMI InfoFrames. Add quirk for LG L246WP. I know, in commit bc42aabc6a01b92b0f961d65671564e0e1cd7592 Author: Adam Jackson a...@redhat.com Date: Wed May 23

Re: How to find out modeline without attaching actual device?

2012-08-12 Thread Bruno Prémont
Hi Paul, On Sun, 12 August 2012 Paul Menzel paulepan...@users.sourceforge.net wrote: Dear Linux folks, regarding modelines problems with some TVs [1] and EDID quirks, Ian sent nice patches for [2], is there a way to test what modeline the DRM subsystem would choose without actually

Re: FOSDEM2013: DevRoom or not?

2012-08-12 Thread Alan Coopersmith
On 08/12/12 06:50 AM, Luc Verhaegen wrote: * By the 28th of september, i need 6 committed speakers, otherwise i will not apply for a DevRoom. 6 people need to apply for a talk slot who _definitely_ will come to FOSDEM on February 2nd and/or 3rd 2013. This definitely means: *

[PATCH] drm/fb-helper: don't clobber output routing in setup_crtcs

2012-08-12 Thread Daniel Vetter
Yet again the too close relationship between the fb helper and the crtc helper code strikes. This time around the fb helper resets all encoder-crtc pointers to NULL before starting to set up it's own mode. Which is total bullocks, because this will clobber the existing output routing, which the

[Bug 26891] Radeon KMS fails with inaccessible AtomBIOS on systems with (U)EFI boot

2012-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=26891 headwall hedv...@gmail.com changed: What|Removed |Added CC||hedv...@gmail.com ---

Re: 3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 11:21:57AM -0700, Greg KH wrote: Hi Daniel. The 3.6-rc1 kernel breaks my laptop, booting to a black screen when the i915 driver initializes itself. I bisected this down to commit 24ded204429fa0f5501d37c63ee35c555c0b75ee (drm/i915: properly enable the blc controller

Re: [Intel-gfx] 3.6-rc1 breaks my laptop graphics (intel)

2012-08-12 Thread Daniel Vetter
On Sun, Aug 12, 2012 at 11:48:02AM -0700, Greg KH wrote: On Sun, Aug 12, 2012 at 11:33:05AM -0700, Greg KH wrote: On Sun, Aug 12, 2012 at 08:25:31PM +0200, Daniel Vetter wrote: On Sun, Aug 12, 2012 at 11:21:57AM -0700, Greg KH wrote: Hi Daniel. The 3.6-rc1 kernel breaks my

[PATCH v4 0/3] Enhanced EDID quirk functionality

2012-08-12 Thread Ian Pilcher
Another rev. I figured out how to use git reset --hard and --soft to make regenerating the patch series a bit easier. (It helped a ton that all of the later changes are isolated in a single file.) I still feel like I'm probably missing an easier way to go back a fix a simple type, however. *

[PATCH v4 1/3] drm: Add user-defined EDID quirks capability

2012-08-12 Thread Ian Pilcher
Add the ability for users to define their own EDID quirks via a module parameter or sysfs attribute. Signed-off-by: Ian Pilcher arequip...@gmail.com Acked-by: Paul Menzel paulepan...@users.sourceforge.net --- Documentation/EDID/edid_quirks.txt | 126 ++ drivers/gpu/drm/drm_drv.c

[PATCH v4 2/3] drm: Add EDID quirks to disable HDMI audio and InfoFrames

2012-08-12 Thread Ian Pilcher
Add 2 new EDID quirk flags: - EDID_QUIRK_DISABLE_INFOFRAMES turns off all HDMI-specific functionality (audio, HDCP, etc.). Intended for displays that are confused by *any* InfoFrames. - EDID_QUIRK_NO_AUDIO disables HDMI audio. Intended for displays that incorrectely report audio

[PATCH v4 3/3] drm: Add EDID quirk for LG L246WP

2012-08-12 Thread Ian Pilcher
This display is apparently confused by any InfoFrames (see https://bugzilla.redhat.com/show_bug.cgi?id=806091). Tested on a ThinkPad T510 (nVidia GT218 [NVS 3100M]) and a co- workers ThinkPad X220 with Intel graphics. EDID_QUIRK_NO_AUDIO makes this display work with the Intel driver; nouveau

[Bug 40790] r600g readPixSanity failure on RS880 Radeon HD 4250

2012-08-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=40790 --- Comment #17 from ojab o...@ojab.ru 2012-08-12 20:38:55 UTC --- The same issue on OpenGL renderer string: Gallium 0.4 on AMD RS780 OpenGL version string: 2.1 Mesa 7.11.2 (git-ea72e3c) OpenGL shading language version string: 1.20 -- Configure

Re: [UDL] general protection fault in fb_deferred_io_mkwrite()

2012-08-12 Thread Bernie Thompson
On Sun, Aug 12, 2012 at 3:34 AM, Thomas Meyer tho...@m3y3r.de wrote: guilty driver is probably udl_fb.c any ideas? Hi Thomas, We were seeing similar issues in udlfb (the original fbdev version of this driver), which were fixed earlier this year by getting all rendering operations out of

Re: [PATCH v4 0/3] Enhanced EDID quirk functionality

2012-08-12 Thread Christian König
On 12.08.2012 22:07, Ian Pilcher wrote: Another rev. I figured out how to use git reset --hard and --soft to make regenerating the patch series a bit easier. (It helped a ton that all of the later changes are isolated in a single file.) I still feel like I'm probably missing an easier way to

Re: [PATCH v4 0/3] Enhanced EDID quirk functionality

2012-08-12 Thread Paul Menzel
Dear Ian, thank you very much for your quick iterations. Hopefully the developers will review this on Monday. Am Sonntag, den 12.08.2012, 15:07 -0500 schrieb Ian Pilcher: Another rev. I figured out how to use git reset --hard and --soft to make regenerating the patch series a bit easier.

3.4.0 - 3.5.0 bad rendering effects on radeon

2012-08-12 Thread Andrea
Hi, I use Fedora 17 and as soon as kernel 3.5 has been distributed, I get very bad rendering artifacts on my laptop. The laptop is a Thinkpad R50 with a radeon graphics card 01:00.0 VGA compatible controller: ATI Technologies Inc Radeon RV250 [Mobility FireGL 9000] (rev 02) It is not a new

Re: v3.5 Oops in i2c_algo_bit.c:bit_xfer+0x23/0x870: i915 or i2c?

2012-08-12 Thread Ben Widawsky
On 2012-08-08 21:50, George Spelvin wrote: I'm trying to run a v3.5 kernel (plus some -stable patches from Ted Ts'o) on an Ubuntu system. Things are generally working except for the following Oops on each boot, which prevents the graphics system from loading. [ 36.187972] [drm] Initialized

[PATCH] drm/radeon: Include swiotlb.h if SWIOTLB configured.

2012-08-12 Thread Huacai Chen
When SWIOTLB is configured, if without this patch kernel compilation fails. Signed-off-by: Huacai Chen che...@lemote.com Signed-off-by: Hongliang Tao ta...@lemote.com Signed-off-by: Hua Yan y...@lemote.com Cc: dri-devel@lists.freedesktop.org --- drivers/gpu/drm/radeon/radeon_ttm.c |4 1