[PATCH] drm/radeon: set PIPE_CONFIG for 1D and linear tiling modes on CIK

2014-03-22 Thread Marek Olšák
From: Marek Ol??k This fixes fast color clear with 1D-tiled single-sample surfaces and Hyper-Z corruption with 1D-tiled depth surfaces. Even though it seems it is not needed for 1D tiling, CMASK and HTILE are always 2D-tiled, thus the hw needs to know the actual pipe configuration for CMASK and

[PATCH] drm/radeon: set PIPE_CONFIG for 1D and linear tiling modes on CIK

2014-03-22 Thread Alex Deucher
On Sat, Mar 22, 2014 at 11:20 AM, Marek Ol??k wrote: > From: Marek Ol??k > > This fixes fast color clear with 1D-tiled single-sample surfaces > and Hyper-Z corruption with 1D-tiled depth surfaces. > > Even though it seems it is not needed for 1D tiling, CMASK and HTILE are > always 2D-tiled, thus