[PATCH] drm/radeon/r200: fix typo in packet checker for tracking textures

2010-06-09 Thread rscheidegger_li...@hispeed.ch
From: Roland Scheidegger using R100_TRACK_COMP_DXT1 instead of R100_TRACK_COMP_DXT35 for dxt3/5 textures leads to size calculations only half as big as they should be. Signed-off-by: sroland at vmware.com --- drivers/gpu/drm/radeon/r200.c |2 +- 1 files changed, 1 insertions(+), 1 deletions

Re: [PATCH] drm/radeon/r200: fix typo in packet checker for tracking textures

2010-06-09 Thread Corbin Simpson
On Wed, Jun 9, 2010 at 10:17 AM, wrote: > From: Roland Scheidegger > > using R100_TRACK_COMP_DXT1 instead of R100_TRACK_COMP_DXT35 for dxt3/5 > textures leads to size calculations only half as big as they should be. > > Signed-off-by: srol...@vmware.com > --- >  drivers/gpu/drm/radeon/r200.c |  

[PATCH] drm/radeon/r200: fix typo in packet checker for tracking textures

2010-06-09 Thread Corbin Simpson
On Wed, Jun 9, 2010 at 10:17 AM, wrote: > From: Roland Scheidegger > > using R100_TRACK_COMP_DXT1 instead of R100_TRACK_COMP_DXT35 for dxt3/5 > textures leads to size calculations only half as big as they should be. > > Signed-off-by: sroland at vmware.com > --- > ?drivers/gpu/drm/radeon/r200.c

[PATCH] drm/radeon/r200: fix typo in packet checker for tracking textures

2010-06-09 Thread rscheidegger_lists
From: Roland Scheidegger using R100_TRACK_COMP_DXT1 instead of R100_TRACK_COMP_DXT35 for dxt3/5 textures leads to size calculations only half as big as they should be. Signed-off-by: srol...@vmware.com --- drivers/gpu/drm/radeon/r200.c |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)