[PATCH 1/2] radeon: fix mipmap level 0 and 1 alignment for SI and CIK

2013-11-23 Thread Michel Dänzer
On Sam, 2013-11-23 at 01:32 +0100, Marek Ol??k wrote: > Sorry, the autorship of the other patch changed when I moved the hunk > there and didn't notice it. :( No worries. -- Earthling Michel D?nzer| http://www.amd.com Libre software enthusiast |

[PATCH 1/2] radeon: fix mipmap level 0 and 1 alignment for SI and CIK

2013-11-23 Thread Marek Olšák
Sorry, the autorship of the other patch changed when I moved the hunk there and didn't notice it. :( Marek On Mon, Nov 18, 2013 at 10:29 AM, Michel D?nzer wrote: > On Fre, 2013-11-15 at 18:55 +0100, Marek Ol??k wrote: >> From: Michel D?nzer >> >> Signed-off-by: Marek Ol??k > > [...] > >> @@ -1

[PATCH 1/2] radeon: fix mipmap level 0 and 1 alignment for SI and CIK

2013-11-18 Thread Michel Dänzer
On Fre, 2013-11-15 at 18:55 +0100, Marek Ol??k wrote: > From: Michel D?nzer > > Signed-off-by: Marek Ol??k [...] > @@ -1657,10 +1659,7 @@ static int si_surface_init_2d(struct > radeon_surface_manager *surf_man, > tile_mode = SI_TILE_MODE_COLOR_1D_SCANOUT; > b

[PATCH 1/2] radeon: fix mipmap level 0 and 1 alignment for SI and CIK

2013-11-15 Thread Marek Olšák
From: Michel D?nzer Signed-off-by: Marek Ol??k --- radeon/radeon_surface.c | 27 +-- 1 file changed, 13 insertions(+), 14 deletions(-) diff --git a/radeon/radeon_surface.c b/radeon/radeon_surface.c index d5c45c4..56e2e4a 100644 --- a/radeon/radeon_surface.c +++ b/radeon