[Intel-gfx] [PATCH 2/2] Check if the bus is valid prior to discovering edid.

2011-10-08 Thread Ben Widawsky
On Fri, Oct 07, 2011 at 07:00:42PM -0300, Eugeni Dodonov wrote: > This adds a new function intel_drm_get_valid_edid, which is used instead > of drm_get_edid within the i915 driver. > > It does a similar check to the one in previous patch, but it is limited to > i915 driver. > > The check is simil

Power profiles low and mid are identical on Radeon HD6470M

2011-10-08 Thread Wolfgang Fritz
Hello, I have an HP Elitebook 8560p with Radeon HD7470M graphics, running Debian sid with kernel 3.0.4. I noticed that the power profiles low and mid are setting identical clocks and voltage, the lowest possible values: default engine clock: 75 kHz current engine clock: 0 kHz default m

Re: [Intel-gfx] [PATCH 2/2] Check if the bus is valid prior to discovering edid.

2011-10-08 Thread Ben Widawsky
On Fri, Oct 07, 2011 at 07:00:42PM -0300, Eugeni Dodonov wrote: > This adds a new function intel_drm_get_valid_edid, which is used instead > of drm_get_edid within the i915 driver. > > It does a similar check to the one in previous patch, but it is limited to > i915 driver. > > The check is simil

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #23 from Karesz L. 2011-10-08 14:29:26 PDT --- (From update of attachment 52129) Kernel it is using: 3.0.0-12 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-10-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #23 from Karesz L. 2011-10-08 14:29:26 PDT --- (From update of attachment 52129) Kernel it is using: 3.0.0-12 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: -

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Ville Syrjälä
On Sat, Oct 08, 2011 at 01:10:13PM +0200, Thomas Hellstrom wrote: > On 10/08/2011 12:26 PM, Ville Syrj?l? wrote: > > On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: > > > >> Oh, and one more style comment below: > >> > >> On 08/07/2011 10:39 PM, Marek Ol??k wrote: > >> >

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #22 from Karesz L. 2011-10-08 14:26:54 PDT --- Created an attachment (id=52129) --> (https://bugs.freedesktop.org/attachment.cgi?id=52129) dmesg output after a succesful resume -- Configure bugmail: https://bugs.freedesktop.org/us

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-10-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #22 from Karesz L. 2011-10-08 14:26:54 PDT --- Created an attachment (id=52129) --> (https://bugs.freedesktop.org/attachment.cgi?id=52129) dmesg output after a succesful resume -- Configure bugmail: https://bugs.freedesktop.org/us

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #21 from Karesz L. 2011-10-08 14:22:15 PDT --- Hey! I've made an ubuntu 11.10 (64bit) live usb-stick. After 4 failures, it finally resumed OK from suspend. Tried it again, and it failed. I'm linking the dmesg output. Maybe this will

[Bug 36327] fujitsu siemens amilo li1718: ati radeon x200m does not resume from suspend

2011-10-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=36327 --- Comment #21 from Karesz L. 2011-10-08 14:22:15 PDT --- Hey! I've made an ubuntu 11.10 (64bit) live usb-stick. After 4 failures, it finally resumed OK from suspend. Tried it again, and it failed. I'm linking the dmesg output. Maybe this will

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Thomas Hellstrom
On 10/08/2011 01:27 PM, Ville Syrj?l? wrote: > On Sat, Oct 08, 2011 at 01:10:13PM +0200, Thomas Hellstrom wrote: > >> On 10/08/2011 12:26 PM, Ville Syrj?l? wrote: >> >>> On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: >>> >>> Oh, and one more style comment b

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Ville Syrjälä
On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: > Oh, and one more style comment below: > > On 08/07/2011 10:39 PM, Marek Ol??k wrote: > > > > +enum ttm_buffer_usage { > > +TTM_USAGE_READ = 1, > > +TTM_USAGE_WRITE = 2, > > +TTM_USAGE_READWRITE = TTM_USAGE_READ | TTM_U

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Thomas Hellstrom
On 10/08/2011 12:26 PM, Ville Syrj?l? wrote: > On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: > >> Oh, and one more style comment below: >> >> On 08/07/2011 10:39 PM, Marek Ol??k wrote: >> >>> +enum ttm_buffer_usage { >>> +TTM_USAGE_READ = 1, >>> +TTM_USAGE_WRIT

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #2 from miran...@orange.fr 2011-10-08 11:29:16 PDT --- Created an attachment (id=52126) --> (https://bugs.freedesktop.org/attachment.cgi?id=52126) Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #2 from mirandir at orange.fr 2011-10-08 11:29:16 PDT --- Created an attachment (id=52126) --> (https://bugs.freedesktop.org/attachment.cgi?id=52126) Xorg log -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=emai

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #1 from miran...@orange.fr 2011-10-08 11:28:41 PDT --- Created an attachment (id=52125) --> (https://bugs.freedesktop.org/attachment.cgi?id=52125) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email

[Bug 41592] [Radeon] The display often freezes with gnome-shell 3.2

2011-10-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41592 --- Comment #1 from mirandir at orange.fr 2011-10-08 11:28:41 PDT --- Created an attachment (id=52125) --> (https://bugs.freedesktop.org/attachment.cgi?id=52125) dmesg -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email -

[Bug 41592] New: [Radeon] The display often freezes with gnome-shell 3.2

2011-10-08 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=41592 Summary: [Radeon] The display often freezes with gnome-shell 3.2 Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

[Bug 41592] New: [Radeon] The display often freezes with gnome-shell 3.2

2011-10-08 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=41592 Summary: [Radeon] The display often freezes with gnome-shell 3.2 Product: Mesa Version: 7.11 Platform: x86-64 (AMD64) OS/Version: Linux (All) Status: NEW

Power profiles low and mid are identical on Radeon HD6470M

2011-10-08 Thread Wolfgang Fritz
Hello, I have an HP Elitebook 8560p with Radeon HD7470M graphics, running Debian sid with kernel 3.0.4. I noticed that the power profiles low and mid are setting identical clocks and voltage, the lowest possible values: default engine clock: 75 kHz current engine clock: 0 kHz defaul

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Thomas Hellstrom
On 10/07/2011 11:30 PM, Marek Ol??k wrote: > On Fri, Oct 7, 2011 at 3:38 PM, Jerome Glisse wrote: > >> I should have look at the patch long ago ... anyway i think a better >> approach would be to expose fence id as 64bits unsigned to each >> userspace client. I was thinking of mapping a page r

[git pull] drm fixes

2011-10-08 Thread Dave Airlie
Hi Linus, just some more fixes from Alex for various displayport and llano output setup on radeon. Dave. The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84: Linux 3.1-rc9 (2011-10-04 18:11:50 -0700) are available in the git repository at: git://people.freedesktop

Re: [PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Thomas Hellstrom
On 10/08/2011 01:27 PM, Ville Syrjälä wrote: On Sat, Oct 08, 2011 at 01:10:13PM +0200, Thomas Hellstrom wrote: On 10/08/2011 12:26 PM, Ville Syrjälä wrote: On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: Oh, and one more style comment below: On 08/07/2011

Re: [PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Ville Syrjälä
On Sat, Oct 08, 2011 at 01:10:13PM +0200, Thomas Hellstrom wrote: > On 10/08/2011 12:26 PM, Ville Syrjälä wrote: > > On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: > > > >> Oh, and one more style comment below: > >> > >> On 08/07/2011 10:39 PM, Marek Olšák wrote: > >> >

Re: [PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Thomas Hellstrom
On 10/08/2011 12:26 PM, Ville Syrjälä wrote: On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: Oh, and one more style comment below: On 08/07/2011 10:39 PM, Marek Olšák wrote: +enum ttm_buffer_usage { +TTM_USAGE_READ = 1, +TTM_USAGE_WRITE = 2, +TTM_USAGE_R

Re: [PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Ville Syrjälä
On Fri, Oct 07, 2011 at 10:58:13AM +0200, Thomas Hellstrom wrote: > Oh, and one more style comment below: > > On 08/07/2011 10:39 PM, Marek Olšák wrote: > > > > +enum ttm_buffer_usage { > > +TTM_USAGE_READ = 1, > > +TTM_USAGE_WRITE = 2, > > +TTM_USAGE_READWRITE = TTM_USAGE_READ | TTM_U

Re: [PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Thomas Hellstrom
On 10/07/2011 11:30 PM, Marek Olšák wrote: On Fri, Oct 7, 2011 at 3:38 PM, Jerome Glisse wrote: I should have look at the patch long ago ... anyway i think a better approach would be to expose fence id as 64bits unsigned to each userspace client. I was thinking of mapping a page readonly (s

[git pull] drm fixes

2011-10-08 Thread Dave Airlie
Hi Linus, just some more fixes from Alex for various displayport and llano output setup on radeon. Dave. The following changes since commit 976d167615b64e14bc1491ca51d424e2ba9a5e84: Linux 3.1-rc9 (2011-10-04 18:11:50 -0700) are available in the git repository at: git://people.freedesktop

[PATCH 1/2] drm/ttm: add a way to bo_wait for either the last read or last write

2011-10-08 Thread Marek Olšák
On Fri, Oct 7, 2011 at 10:00 AM, Thomas Hellstrom wrote: > OK. First I think we need to make a distinction: bo sync objects vs driver > fences. The bo sync obj api is there to strictly provide functionality that > the ttm bo subsystem is using, and that follows a simple set of rules: > > 1) the b