[PATCH] radeon: Don't print results of microcode writeback if disabled

2009-04-05 Thread Matt Turner
Hi, The attached patch removes the case where something silly like the following could be printed to dmesg. [drm] writeback test failed [drm] writeback forced off Please commit (I don't have commit access). Thanks, Matt Turner 0001-radeon-Don-t-print-results-of-microcode-writeback-i.patch

Re: [PATCH] radeon: Don't print results of microcode writeback if disabled

2009-04-05 Thread Matt Turner
One small change: if writeback test is disabled say 'writeback test disabled' instead of 'writeback disabled'. Matt On Sun, Apr 5, 2009 at 4:15 PM, Matt Turner matts...@gmail.com wrote: Hi, The attached patch removes the case where something silly like the following could be printed to dmesg

Radeon kernel-modesetting on Alpha. Problem reading PCI ROM

2009-04-14 Thread Matt Turner
7582b4332602dcf03bb0c79f17e0cf89eeec6623) to give context. Thanks, Matt Turner radeon-kms.log Description: Binary data radeon-kms-debugging.patch Description: Binary data -- This SF.net email is sponsored by: High Quality Requirements

[PATCH] Use RADEON_GPU_PAGE_SIZE instead of hardcoded 4096

2009-09-01 Thread Matt Turner
Cc: Dave Airlie airl...@gmail.com Signed-off-by: Matt Turner matts...@gmail.com --- drivers/gpu/drm/radeon/r100.c |2 +- drivers/gpu/drm/radeon/r300.c |4 ++-- drivers/gpu/drm/radeon/r600.c |4 ++-- drivers/gpu/drm/radeon/radeon.h |2

[PATCH] Use RADEON_GPU_PAGE_SIZE instead of hardcoded 4096

2009-09-01 Thread Matt Turner
Cc: Dave Airlie airl...@gmail.com Signed-off-by: Matt Turner matts...@gmail.com --- drivers/gpu/drm/radeon/r100.c |2 +- drivers/gpu/drm/radeon/r300.c |4 ++-- drivers/gpu/drm/radeon/r600.c |4 ++-- drivers/gpu/drm/radeon/radeon.h |2

[PATCH] drm/radeon/kms: use RADEON_GPU_PAGE_SIZE instead of 4096

2009-10-13 Thread Matt Turner
Signed-off-by: Matt Turner matts...@gmail.com --- drivers/gpu/drm/radeon/r100.c |2 +- drivers/gpu/drm/radeon/r300.c |2 +- drivers/gpu/drm/radeon/r600.c | 10 +- drivers/gpu/drm/radeon/radeon.h |2 ++ drivers/gpu/drm/radeon

Re: [PATCH] improved LVDS power sequnce on pre-atom chips

2010-01-04 Thread Matt Turner
On Mon, Jan 4, 2010 at 6:57 PM, Paul Menzel paulepan...@users.sourceforge.net wrote: Am Montag, den 04.01.2010, 18:32 -0500 schrieb Alex Deucher: This patch might help with LVDS resume on pre-atom systems .  Please test and let me know if there are any regressions. Did you forget to attach

[PATCH] drm/radeon/kms/atom: use get_unaligned() for ctx-ps

2010-02-10 Thread Matt Turner
Noticed on a DEC Alpha. Start up into console mode caused 15 unaligned accesses, and starting X caused another 48. Signed-off-by: Matt Turner matts...@gmail.com CC: Jerome Glisse jgli...@redhat.com CC: Alex Deucher alexdeuc...@gmail.com CC: Dave Airlie airl...@redhat.com --- drivers/gpu/drm

Re: [PATCH] drm/radeon/kms/atom: use get_unaligned() for ctx-ps

2010-02-10 Thread Matt Turner
Updated patch to use get_unaligned_le32, as suggested by Dave. On Wed, Feb 10, 2010 at 10:56 PM, Matt Turner matts...@gmail.com wrote: Noticed on a DEC Alpha. Start up into console mode caused 15 unaligned accesses, and starting X caused another 48. Signed-off-by: Matt Turner matts

Re: [PATCH] drm/radeon/kms: isolate audio engine management, change fini order

2010-02-11 Thread Matt Turner
2010/2/11 Rafał Miłecki zaj...@gmail.com: We should stop audio-state-reading timer before we turn off engine Signed-off-by: Rafał Miłecki zaj...@gmail.com ---  drivers/gpu/drm/radeon/r600_audio.c |   16  1 files changed, 12 insertions(+), 4 deletions(-) diff --git

[PATCH] drm/vmwgfx: use ALIGN instead of open coding it

2010-02-24 Thread Matt Turner
CC: Jakob Bornecrantz ja...@vmware.com Signed-off-by: Matt Turner matts...@gmail.com --- drivers/gpu/drm/vmwgfx/svga_overlay.h |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/drivers/gpu/drm/vmwgfx/svga_overlay.h b/drivers/gpu/drm/vmwgfx/svga_overlay.h index

Re: [git pull] drm request 3

2010-03-04 Thread Matt Turner
missed it: this will *break* your nvidia machine, its purely intentional. Rawhide should have the libdrm and driver updates necessary. Matt Turner -- Download Intel#174; Parallel Studio Eval Try the new software tools

Re: Move lists to freedesktop.org?

2010-03-04 Thread Matt Turner
On Thu, Mar 4, 2010 at 3:37 PM, Jesse Barnes jbar...@virtuousgeek.org wrote: Would anyone have objections if these lists moved to freedesktop.org? The recent thread with Linus about the drm pull request highlights the post lag and non-subscriber aspect of the current lists, and that leaves

Re: Making Xorg easier to test (was Re: [git pull] drm request 3)

2010-03-05 Thread Matt Turner
the guarantee that the whole thing will simply work nicely together? You must not follow X development at all. His name is Keith Packard. Matt Turner -- Download Intel#174; Parallel Studio Eval Try the new software tools

Re: [PATCH 1/2] libdrm: Move intel_atomic.h to libdrm core for sharing.

2010-03-10 Thread Matt Turner
On Wed, Mar 10, 2010 at 11:20 AM, Pauli Nieminen suok...@gmail.com wrote: intel_atomic.h includes very usefull atomic operations for lock free parrallel access of variables. Moving these to core libdrm for code sharing with radeon. Signed-off-by: Pauli Nieminen suok...@gmail.com ---  

Re: [patch] radeon: small memory leak

2010-04-06 Thread Matt Turner
, uint32_t * params) Looks good. Reviewed-by: Matt Turner matts...@gmail.com -- Download Intel#174; Parallel Studio Eval Try the new software tools for yourself. Speed compiling, find bugs proactively, and fine-tune

[PATCH] drm/ttm: include linux/seq_file.h for seq_printf

2010-04-07 Thread Matt Turner
Fixes drivers/gpu/drm/ttm/ttm_page_alloc.c: In function 'ttm_page_alloc_debugfs': drivers/gpu/drm/ttm/ttm_page_alloc.c:829: error: implicit declaration of function 'seq_printf' Signed-off-by: Matt Turner matts...@gmail.com --- drivers/gpu/drm/ttm/ttm_page_alloc.c |1 + 1 files changed, 1

glint KMS - how to proceed?

2010-06-17 Thread Matt Turner
I'm working on modesetting, and I'm kind of unsure how to proceed. My repository is here (ignore all the commit dates): http://git.kernel.org/?p=linux/kernel/git/mattst88/glint.git;a=summary I've filled out struct drm_crtc_funcs in glint_crtc.c, except for cursor_{set,move} (I think I can ignore

Re: glint KMS - how to proceed?

2010-06-23 Thread Matt Turner
On Wed, Jun 23, 2010 at 12:03 PM, James Simmons jsimm...@infradead.org wrote: I'm working on modesetting, and I'm kind of unsure how to proceed. My repository is here (ignore all the commit dates): http://git.kernel.org/?p=linux/kernel/git/mattst88/glint.git;a=summary I also did one for the

Re: glint KMS - how to proceed?

2010-07-13 Thread Matt Turner
On Wed, Jun 23, 2010 at 1:22 PM, Matt Turner matts...@gmail.com wrote: On Wed, Jun 23, 2010 at 12:03 PM, James Simmons jsimm...@infradead.org wrote: I'm working on modesetting, and I'm kind of unsure how to proceed. My repository is here (ignore all the commit dates): http://git.kernel.org