[git pull] drm

2009-09-28 Thread Dave Airlie
Oops forgot subject > > Please pull the 'drm-next' branch from > ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-next > > This might seem a bit big and I did mean to get it to you last week, > but got distracted by X things. However its been fairly well tested. > > The

[PATCH] drm/ttm: fix refcounting in ttm global code.

2009-09-28 Thread Dave Airlie
From: Dave Airlie the global refcount wasn't being increased after the first reference. this caused an oops on unload on a multi-gpu card. Signed-off-by: Dave Airlie --- drivers/gpu/drm/ttm/ttm_global.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/t

[no subject]

2009-09-28 Thread Dave Airlie
Hi Linus, Please pull the 'drm-next' branch from ssh://master.kernel.org/pub/scm/linux/kernel/git/airlied/drm-2.6.git drm-next This might seem a bit big and I did mean to get it to you last week, but got distracted by X things. However its been fairly well tested. The only new feature which I f

[Bug 23670] [bisected i915 i965] glean case pixelFormats failed

2009-09-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23670 --- Comment #17 from Shuang He 2009-09-28 18:49:22 PST --- (In reply to comment #16) > Please retest with: > > commit cc8084932cc552587e3036dbbf62c77db3b4a08e > Author: Eric Anholt > Date: Thu Sep 24 16:15:52 2009 -0700 > > intel: F

[PATCH] drm/ttm: add pool wc/uc page allocator

2009-09-28 Thread Dave Airlie
From: Jerome Glisse On AGP system we might allocate/free routinely uncached or wc memory, changing page from cached (wb) to uc or wc is very expensive and involves a lot of flushing. To improve performance this allocator use a pool of uc,wc pages. Currently each pool (wc, uc) is 256 pages big, i

radeon r730 new drm+KMS driver with two screen fails to start mythfrontend

2009-09-28 Thread Farkas Lorant
Hello! I have tried out the new drm radeon KMS driver with KMS. I have a TV plugged on my HD4650 so firstly I tried out a two headed "zaphod" configuration. This is not implemented now, so I tried to plug my TV on my Hauppauge 350 tv-card with the ivtv/ivtvfb driver. The X started all seemed OK. H

[PATCH] drm/radeon/kms: Convert R520 to new init path and associated cleanup

2009-09-28 Thread Jerome Glisse
Convert the r520 asic support to new init path, change are smaller than previous one as most of the architecture is now in place and more code sharing can happen btw various asics. Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/r520.c| 267 - dri

[Bug 23670] [bisected i915 i965] glean case pixelFormats failed

2009-09-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23670 Eric Anholt changed: What|Removed |Added Keywords||NEEDINFO --- Comment #16 from Eric Anho

[Bug 23670] [bisected i915 i965] glean case pixelFormats failed

2009-09-28 Thread bugzilla-daemon
http://bugs.freedesktop.org/show_bug.cgi?id=23670 Bug 23670 depends on bug 24083, which changed state. Bug 24083 Summary: i965 VBO drawing doesn't flush drawing upon VBO changes http://bugs.freedesktop.org/show_bug.cgi?id=24083 What|Old Value |New Value

[PATCH 2.6.32-rc1] fix drm_fb_helper warning when !CONFIG_MAGIC_SYSRQ

2009-09-28 Thread Mikael Pettersson
Compiling DRM throws the following warning if MAGIC_SYSRQ is disabled: drivers/gpu/drm/drm_fb_helper.c:101: warning: 'sysrq_drm_fb_helper_restore_op' defined but not used Fix: place sysrq_drm_fb_helper_restore_op and associated definitions inside #ifdef CONFIG_MAGIC_SYSRQ. Signed-off-by: Mikael

[PATCH 2.6.32-rc1] fix radeon DRM warnings when !CONFIG_DEBUG_FS

2009-09-28 Thread Mikael Pettersson
Compiling the radeon DRM driver with !CONFIG_DEBUG_FS throws the following warnings: drivers/gpu/drm/radeon/radeon_ttm.c: In function 'radeon_ttm_debugfs_init': drivers/gpu/drm/radeon/radeon_ttm.c:714: warning: unused variable 'i' drivers/gpu/drm/radeon/radeon_ttm.c: At top level: drivers/gpu/drm/

[PATCH] drm/radeon/kms: Convert RV515 to new init path and associated cleanup

2009-09-28 Thread Jerome Glisse
Convert the rv515 asic support to new init path also add an explanation in radeon.h about the new init path. There is also few cleanups associated with this change (others asic calling rv515 helper functions). Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/avivod.h |9 - driver

Re: [PATCH] drm/radeon/kms: Convert RV515 to new init path and associated cleanup

2009-09-28 Thread Jerome Glisse
On Mon, 2009-09-28 at 18:34 +0200, Jerome Glisse wrote: > Convert the rv515 asic support to new init path also add an explanation > in radeon.h about the new init path. There is also few cleanups > associated with this change (others asic calling rv515 helper > functions). > > Signed-off-by: Jerom

Re: [PATCH] drm/radeon/kms: Convert RV515 to new init path and associated cleanup

2009-09-28 Thread Jerome Glisse
On Mon, 2009-09-28 at 17:52 +0200, Jerome Glisse wrote: > Convert the rv515 asic support to new init path also add an explanation > in radeon.h about the new init path. There is also few cleanups > associated with this change (others asic calling rv515 helper > functions). > > Signed-off-by: Jerom

[PATCH] drm/radeon/kms: Convert RV515 to new init path and associated cleanup

2009-09-28 Thread Jerome Glisse
Convert the rv515 asic support to new init path also add an explanation in radeon.h about the new init path. There is also few cleanups associated with this change (others asic calling rv515 helper functions). Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/avivod.h |9 - driver

[PATCH] drm/radeon/kms: Convert RV515 to new init path and associated cleanup

2009-09-28 Thread Jerome Glisse
Convert the rv515 asic support to new init path also add an explanation in radeon.h about the new init path. There is also few cleanups associated with this change (others asic calling rv515 helper functions). Signed-off-by: Jerome Glisse --- drivers/gpu/drm/radeon/avivod.h |9 - driver

Re: RFC: Porting radeonhds HDMI support to KMS

2009-09-28 Thread Alex Deucher
On Sun, Sep 27, 2009 at 3:38 PM, Christian König wrote: > Hi everybody, > > since i didn't got so much todo in the last week than i thought i would, > i finally sit down and ported the HDMI support for R600 and up chipsets > from radeonhd to KMS. > > So the attached patch is based on Dave Airlies

Re: RFC: Porting radeonhds HDMI support to KMS

2009-09-28 Thread Rafał Miłecki
W dniu 28 września 2009 16:28 użytkownik Rafał Miłecki napisał: > It doesn't work for me, and sorry but I'm too dumb to fix that :( > > Playback speed in mplayer is alright, but my AV doesn't get any audio signal. Just to make it sure: I don't need to set any magic options, do I? audio param seem

Re: RFC: Porting radeonhds HDMI support to KMS

2009-09-28 Thread Rafał Miłecki
2009/9/27 Christian König : > since i didn't got so much todo in the last week than i thought i would, > i finally sit down and ported the HDMI support for R600 and up chipsets > from radeonhd to KMS. > > So the attached patch is based on Dave Airlies drm-next tree > (http://git.kernel.org/?p=linux