All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 6/6] drm/radeon: Fix the definition of RADEON_BUF_SWAP_32BIT
@ 2011-07-13  6:28 Benjamin Herrenschmidt
  2011-07-13 14:47 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Benjamin Herrenschmidt @ 2011-07-13  6:28 UTC (permalink / raw)
  To: Alex Deucher
  Cc: xorg-driver-ati-go0+a7rfsptAfugRpC6u6w,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Cedric Cano

(Note that this is duplicated under various other names such
as R600_BUF_SWAP_32BIT etc...). At least now all the definitions
agree.

Signed-off-by: Benjamin Herrenschmidt <benh-XVmvHMARGAS8U2dJNN8I7kB+6BGkLq7r@public.gmane.org>
---

(resent adding dri-devel to the CC list to hit patchwork)

 drivers/gpu/drm/radeon/radeon_reg.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/drivers/gpu/drm/radeon/radeon_reg.h b/drivers/gpu/drm/radeon/radeon_reg.h
index ec93a75..0828add1 100644
--- a/drivers/gpu/drm/radeon/radeon_reg.h
+++ b/drivers/gpu/drm/radeon/radeon_reg.h
@@ -3293,7 +3293,7 @@
 #	define RADEON_RB_BUFSZ_MASK		(0x3f << 0)
 #	define RADEON_RB_BLKSZ_SHIFT		8
 #	define RADEON_RB_BLKSZ_MASK		(0x3f << 8)
-#	define RADEON_BUF_SWAP_32BIT		(1 << 17)
+#	define RADEON_BUF_SWAP_32BIT		(2 << 16)
 #	define RADEON_MAX_FETCH_SHIFT		18
 #	define RADEON_MAX_FETCH_MASK		(0x3 << 18)
 #	define RADEON_RB_NO_UPDATE		(1 << 27)

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH 6/6] drm/radeon: Fix the definition of RADEON_BUF_SWAP_32BIT
  2011-07-13  6:28 [PATCH 6/6] drm/radeon: Fix the definition of RADEON_BUF_SWAP_32BIT Benjamin Herrenschmidt
@ 2011-07-13 14:47 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2011-07-13 14:47 UTC (permalink / raw)
  To: Benjamin Herrenschmidt; +Cc: xorg-driver-ati, dri-devel, Cedric Cano

On Wed, Jul 13, 2011 at 2:28 AM, Benjamin Herrenschmidt
<benh@kernel.crashing.org> wrote:
> (Note that this is duplicated under various other names such
> as R600_BUF_SWAP_32BIT etc...). At least now all the definitions
> agree.
>
> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

> ---
>
> (resent adding dri-devel to the CC list to hit patchwork)
>
>  drivers/gpu/drm/radeon/radeon_reg.h |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_reg.h b/drivers/gpu/drm/radeon/radeon_reg.h
> index ec93a75..0828add1 100644
> --- a/drivers/gpu/drm/radeon/radeon_reg.h
> +++ b/drivers/gpu/drm/radeon/radeon_reg.h
> @@ -3293,7 +3293,7 @@
>  #      define RADEON_RB_BUFSZ_MASK             (0x3f << 0)
>  #      define RADEON_RB_BLKSZ_SHIFT            8
>  #      define RADEON_RB_BLKSZ_MASK             (0x3f << 8)
> -#      define RADEON_BUF_SWAP_32BIT            (1 << 17)
> +#      define RADEON_BUF_SWAP_32BIT            (2 << 16)
>  #      define RADEON_MAX_FETCH_SHIFT           18
>  #      define RADEON_MAX_FETCH_MASK            (0x3 << 18)
>  #      define RADEON_RB_NO_UPDATE              (1 << 27)
>
>
>
>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2011-07-13 14:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-07-13  6:28 [PATCH 6/6] drm/radeon: Fix the definition of RADEON_BUF_SWAP_32BIT Benjamin Herrenschmidt
2011-07-13 14:47 ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.