[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Marek Olšák
The MIP_ADDRESS state has 2 meanings. If the texture has one sample per pixel, it's a pointer to the mipmap chain. If the texture has multiple samples per pixel, it's a pointer to FMASK, a metadata buffer needed for reading compressed MSAA textures. AFAIK, the mipmap alignment rules do not apply to

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Paul Menzel
Am Montag, den 04.03.2013, 11:13 -0500 schrieb Alex Deucher: > On Fri, Mar 1, 2013 at 7:40 AM, Marek Ol??k wrote: > > Signed-off-by: Marek Ol??k > > Added to my -fixes queue. Too few information in my opinion as to why this change was made. Please be strict with that. Thanks, Paul --

Re: [PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Marek Olšák
The MIP_ADDRESS state has 2 meanings. If the texture has one sample per pixel, it's a pointer to the mipmap chain. If the texture has multiple samples per pixel, it's a pointer to FMASK, a metadata buffer needed for reading compressed MSAA textures. AFAIK, the mipmap alignment rules do not apply to

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Alex Deucher
On Fri, Mar 1, 2013 at 7:40 AM, Marek Ol??k wrote: > Signed-off-by: Marek Ol??k Added to my -fixes queue. Alex > --- > drivers/gpu/drm/radeon/evergreen_cs.c |2 +- > drivers/gpu/drm/radeon/radeon_drv.c |3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drive

Re: [PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Paul Menzel
Am Montag, den 04.03.2013, 11:13 -0500 schrieb Alex Deucher: > On Fri, Mar 1, 2013 at 7:40 AM, Marek Olšák wrote: > > Signed-off-by: Marek Olšák > > Added to my -fixes queue. Too few information in my opinion as to why this change was made. Please be strict with that. Thanks, Paul signatur

Re: [PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-04 Thread Alex Deucher
On Fri, Mar 1, 2013 at 7:40 AM, Marek Olšák wrote: > Signed-off-by: Marek Olšák Added to my -fixes queue. Alex > --- > drivers/gpu/drm/radeon/evergreen_cs.c |2 +- > drivers/gpu/drm/radeon/radeon_drv.c |3 ++- > 2 files changed, 3 insertions(+), 2 deletions(-) > > diff --git a/drive

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-01 Thread Marek Olšák
Signed-off-by: Marek Ol??k --- drivers/gpu/drm/radeon/evergreen_cs.c |2 +- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_cs.c b/drivers/gpu/drm/radeon/evergreen_cs.c index d8f5d5f..a759a3d 10

[PATCH] drm/radeon: don't check mipmap alignment if MIP_ADDRESS is FMASK

2013-03-01 Thread Marek Olšák
Signed-off-by: Marek Olšák --- drivers/gpu/drm/radeon/evergreen_cs.c |2 +- drivers/gpu/drm/radeon/radeon_drv.c |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/drivers/gpu/drm/radeon/evergreen_cs.c b/drivers/gpu/drm/radeon/evergreen_cs.c index d8f5d5f..a759a3d 10