Re: [PATCH] drm/radeon/kms: add ioport register access

2010-07-06 Thread Alex Deucher
On Wed, Jul 7, 2010 at 12:29 AM, Dave Airlie wrote: >>  int radeon_atombios_init(struct radeon_device *rdev) >>  { >>        struct card_info *atom_card_info = >> @@ -427,6 +443,9 @@ int radeon_atombios_init(struct radeon_device *rdev) >>        atom_card_info->dev = rdev->ddev; >>        atom_car

Re: [PATCH] drm/radeon/kms: add ioport register access

2010-07-06 Thread Dave Airlie
>  int radeon_atombios_init(struct radeon_device *rdev) >  { >        struct card_info *atom_card_info = > @@ -427,6 +443,9 @@ int radeon_atombios_init(struct radeon_device *rdev) >        atom_card_info->dev = rdev->ddev; >        atom_card_info->reg_read = cail_reg_read; >        atom_card_info->

[git pull] drm v2 fixes

2010-07-06 Thread Dave Airlie
Okay I dropped the ioports patch from the last pull, it broke a few systems unexpectedly, so no more of that, just 3 simple fixes now. Dave. The following changes since commit 123f94f22e3d283dfe68742b269c245b0501ad82: Merge branch 'sched-fixes-for-linus' of git://git.kernel.org/pub/scm/lin

Re: [git pull] drm fixes

2010-07-06 Thread Dave Airlie
Ignore this one, picked up a problem in the ioports patch, so its gone. new pull req sent. Dave. > > The following changes since commit 123f94f22e3d283dfe68742b269c245b0501ad82: > > Merge branch 'sched-fixes-for-linus' of > git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip (2

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #16 from madbiologist 2010-07-06 20:32:30 PDT --- This patch has been included in kernel 2.6.35-rc4. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

[Bug 28459] [r300g] Heroes of Newerth slow and corrupted with libtxc_dxtn.so

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28459 --- Comment #16 from madbiologist 2010-07-06 20:32:30 PDT --- This patch has been included in kernel 2.6.35-rc4. -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- Yo

Re: [PATCH] drm: correctly update connector DPMS status in drm_fb_helper

2010-07-06 Thread Dave Airlie
On Sat, Jul 3, 2010 at 3:48 AM, Jesse Barnes wrote: > We don't currently update the DPMS status of the connector (both in the > connector itself and the connector's DPMS property) in the fb helper > code.  This means that if the kernel FB core has blanked the screen, > sysfs will still show a DPMS

Re: [PATCH 1/3] drm: add vblank event trace point

2010-07-06 Thread Dave Airlie
On Fri, Jul 2, 2010 at 9:47 AM, Jesse Barnes wrote: > Emit a trace point for vblank events.  This can be helpful for mapping > drawing activity against the vblank frequency and period. > Pushed these 3 out to drm-core-next. Dave. ___ dri-devel mailing

[git pull] drm fixes

2010-07-06 Thread Dave Airlie
Four fixes, page alloc fix is for a regression when you load/unload drm drivers modules that use it, Jesse fixed annoying bug where starting X after console blanked would never light up screen, and two fixes to radeon to light up certain hw configurations properly. The following changes since

Re: Fair eviction for i915, based on Daniel's drm_mm scanner

2010-07-06 Thread Dave Airlie
On Tue, Jul 6, 2010 at 5:13 PM, Eric Anholt wrote: > On Fri,  2 Jul 2010 15:02:10 +0100, Chris Wilson > wrote: >> This is a resend of Daniel Vetter's drm mm work to provide a basis for >> performing fair eviction in i915. I've taken the liberty of attaching the >> acks and review comments from t

Re: Report for 2.6.35-rc3-00262-g984bc96

2010-07-06 Thread Andrew Morton
On Thu, 1 Jul 2010 09:40:52 +0200 Nico Schottelius wrote: > Good morning! > > A short report on what's broken in 2.6.35-rc3-00262-g984bc96 with > the Lenovo X201: So you see two post-2.6.34 regressions? > == xrandr == > > After using xrandr several times in xorg, the screen gets > "fancy": b

Report for 2.6.35-rc3-00262-g984bc96

2010-07-06 Thread Andrew Morton
On Thu, 1 Jul 2010 09:40:52 +0200 Nico Schottelius wrote: > Good morning! > > A short report on what's broken in 2.6.35-rc3-00262-g984bc96 with > the Lenovo X201: So you see two post-2.6.34 regressions? > == xrandr == > > After using xrandr several times in xorg, the screen gets > "fancy": bl

No subject

2010-07-06 Thread
a) Both r300c and r300g have difficulty with compressed textures, and b) r300g also has a more serious problem with b8g8r8a8_unorm, b4g4r4a4_unorm, b5g6r5_unorm textures (and possibly others), because these are what WoW uses when compressed texture support isn't available. -- Configure bugmail: h

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #4 from Chris Rankin 2010-07-06 14:40:14 PDT --- (In reply to comment #3) > Can you obtain a backtrace of the crash? The crash seems to happen within WoW itself, which suggests to me that WoW *needs* S3TC textures to run correctly.

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #4 from Chris Rankin 2010-07-06 14:40:14 PDT --- (In reply to comment #3) > Can you obtain a backtrace of the crash? The crash seems to happen within WoW itself, which suggests to me that WoW *needs* S3TC textures to run correctly.

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #3 from Marek Olšák 2010-07-06 14:33:08 PDT --- Can you obtain a backtrace of the crash? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the ass

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #3 from Marek Ol??k 2010-07-06 14:33:08 PDT --- Can you obtain a backtrace of the crash? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the as

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #2 from Chris Rankin 2010-07-06 12:33:59 PDT --- I tried running WoW with the RADEON_DEBUG="tex" option, and noticed that many textures were in formats: dxt1_rgba dxt3_rgba dxt5_rgba And so because I am also using libtxc_dxtn070518

[Bug 28800] [r300c, r300g] Texture corruption with World of Warcraft

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28800 --- Comment #2 from Chris Rankin 2010-07-06 12:33:59 PDT --- I tried running WoW with the RADEON_DEBUG="tex" option, and noticed that many textures were in formats: dxt1_rgba dxt3_rgba dxt5_rgba And so because I am also using libtxc_dxtn070518

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28932 --- Comment #3 from Alex Deucher 2010-07-06 07:15:54 PDT --- Does mesa from git master work any better? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28932 --- Comment #3 from Alex Deucher 2010-07-06 07:15:54 PDT --- Does mesa from git master work any better? -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28932 --- Comment #2 from Darin McBride 2010-07-06 07:02:10 PDT --- mesa 7.8.2, xorg-server 1.8.1.902 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28932 --- Comment #2 from Darin McBride 2010-07-06 07:02:10 PDT --- mesa 7.8.2, xorg-server 1.8.1.902 -- Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email --- You are receiving this mail because: --- You are the assigne

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28932 Alex Deucher changed: What|Removed |Added Version|git |unspecified -- Configure bugmail: https:

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28932 Alex Deucher changed: What|Removed |Added Product|xorg|Mesa Component|Driver/Radeon

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28932 Alex Deucher changed: What|Removed |Added Version|git |unspecified -- Configure bugmail: https:

[Bug 28932] KWin crash (KDE 4.4.90) during call to r600 driver

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28932 Alex Deucher changed: What|Removed |Added Product|xorg|Mesa Component|Driver/Radeon

[Bug 28928] New: [ati-dri] R100 OpenGL Crash buffer overflow

2010-07-06 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=28928 Summary: [ati-dri] R100 OpenGL Crash buffer overflow Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priorit

[Bug 28928] New: [ati-dri] R100 OpenGL Crash buffer overflow

2010-07-06 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=28928 Summary: [ati-dri] R100 OpenGL Crash buffer overflow Product: DRI Version: XOrg CVS Platform: x86 (IA32) OS/Version: Linux (All) Status: NEW Severity: major Priorit

EXA - when does it's implementation depend on DRM?

2010-07-06 Thread Alex Deucher
2010/7/4 Dave Airlie : > 2010/7/5 Rafa? Mi?ecki : >> W dniu 4 lipca 2010 22:24 u?ytkownik Dave Airlie >> napisa?: >>> 2010/7/5 Rafa? Mi?ecki : AFAIU EXA is collection of operations (Solid, Copy, UploadToScreen, DownloadFromScreen) that touch VRAM. So we can tell hardware to move xt

Re: Fair eviction for i915, based on Daniel's drm_mm scanner

2010-07-06 Thread Eric Anholt
On Fri, 2 Jul 2010 15:02:10 +0100, Chris Wilson wrote: > This is a resend of Daniel Vetter's drm mm work to provide a basis for > performing fair eviction in i915. I've taken the liberty of attaching the > acks and review comments from the previous round, so please look over and > check that the

Fair eviction for i915, based on Daniel's drm_mm scanner

2010-07-06 Thread Eric Anholt
t;http://lists.freedesktop.org/archives/dri-devel/attachments/20100706/d88753a0/attachment.pgp>

Re: [patch] i915: cleanup: use ARRAY_SIZE()

2010-07-06 Thread Eric Anholt
On Wed, 23 Jun 2010 19:29:54 +0200, Dan Carpenter wrote: > NUM_TV_MODES is the same as ARRAY_SIZE(tv_modes). In the end, I > decided it was cleaner to remove NUM_TV_MODES and just use > ARRAY_SIZE(tv_modes) through out. > > Signed-off-by: Dan Carpenter Applied. Thanks! pgpxRo4IzRAqg.pgp De

[patch] i915: cleanup: use ARRAY_SIZE()

2010-07-06 Thread Eric Anholt
-- next part -- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 197 bytes Desc: not available URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20100706/1cb10cb8/attachment-0001.pgp>