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 c
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:
> a7c
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 f
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.
Marek
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-ap
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
__
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:
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 i
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
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
> Acked-by: Paul Menzel
please also add
Cc:
as documented in [1] so that users of o
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 mean
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
Date: Wed May 23 16:26:54 2012 -0400
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 proble
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:
>
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 ne
https://bugs.freedesktop.org/show_bug.cgi?id=26891
headwall changed:
What|Removed |Added
CC||hedv...@gmail.com
--- Comment #33 from headwa
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 contro
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 kerne
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.
* Fi
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 +++
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 capabilit
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 requ
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: htt
On Sun, Aug 12, 2012 at 3:34 AM, Thomas Meyer 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 probe/disconnect
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 g
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. (
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 lap
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
When SWIOTLB is configured, if without this patch kernel compilation
fails.
Signed-off-by: Huacai Chen
Signed-off-by: Hongliang Tao
Signed-off-by: Hua Yan
Cc: dri-devel@lists.freedesktop.org
---
drivers/gpu/drm/radeon/radeon_ttm.c |4
1 files changed, 4 insertions(+), 0 deletions(-)
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 userspac
essage part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/bf42e33b/attachment.pgp>
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:
> a7c
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: git://people.freedesktop.org/~danvet/drm-intel.
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 f
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.
Marek
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-ap
---
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>
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:
part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/eac0c8ce/attachment.pgp>
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
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>
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 mean
gned message part
URL:
<http://lists.freedesktop.org/archives/dri-devel/attachments/20120812/386aa2de/attachment.pgp>
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 proble
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:
>
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 ne
https://bugs.freedesktop.org/show_bug.cgi?id=26891
headwall changed:
What|Removed |Added
CC||hedvall at gmail.com
--- Comment #33 from hea
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 contro
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 kerne
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.
* Fi
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 +++
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 capabilit
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 requ
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: htt
released /dev/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>
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 wa
anks,
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/d7c74bad/attachment.pgp>
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 lap
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] I
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))
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: denie
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
a4f32fc3a37
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
> > 24ded2044
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 dri
(Bringing this back to the mailing lists after a bit of uninteresting private
conversation.)
> Honestly, I think we need a way to force disable gmbus with a module
> parameter or something anyway. It's not the first time gmbus has been
> implicated with an issue. Maybe it even exists already, bu
65 matches
Mail list logo