[PATCH] drm/radeon: fix display tiling setup on SI

2014-02-18 Thread Deucher, Alexander
> -Original Message- > From: Marek Ol??k [mailto:maraeo at gmail.com] > Sent: Tuesday, February 18, 2014 5:04 AM > To: Alex Deucher > Cc: dri-devel; Deucher, Alexander; stable at vger.kernel.org > Subject: Re: [PATCH] drm/radeon: fix display tiling setup on SI > >

[PATCH] drm/radeon: fix display tiling setup on SI

2014-02-18 Thread Marek Olšák
Are you sure the index to si.tile_mode_array is correct? I wrote it for CI and I'm not sure if the index can be used for SI in this way too. Marek On Mon, Feb 17, 2014 at 8:21 PM, Alex Deucher wrote: > Apply the same logic as CI to SI for setting up the > display tiling parameters. The num bank

[PATCH] drm/radeon: fix display tiling setup on SI

2014-02-17 Thread Alex Deucher
Apply the same logic as CI to SI for setting up the display tiling parameters. The num banks may vary per tiling index just like CI. Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=71488 https://bugs.freedesktop.org/show_bug.cgi?id=73946 https://bugs.freedesktop.org/show_bug.cgi?id=74927 Sign