[Intel-gfx] [PATCH] drm/i915: fix tiling on IGDNG

Zhenyu Wang zhenyuw at linux.intel.com
Wed Sep 2 03:45:55 CEST 2009


On 2009.09.01 08:41:58 -0700, Jesse Barnes wrote:
> Do you need an
> 
> else {
> 	int dsp_arb;
> 	dsp_arb = I915_READ(DISP_ARB_CTL);
> 	I915_WRITE(DISP_ARB_CTL, dsp_arb &
> 			(~DISP_TILE_SURFACE_SWIZZLING));
> }
> 
> for the non-tiled case?  Or can you just set this once at setup time
> and forget it?
> 

Some draft testing showed we might just be sure it's setup whenever scan
buffer tiling is enabled, so this bit is not one time setting, but to 
enable address swizzle if surface is tiling as is set in plane control.
I'll send update patch. Thanks for reviewing this!


-- 
Open Source Technology Center, Intel ltd.

$gpg --keyserver wwwkeys.pgp.net --recv-keys 4D781827
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 197 bytes
Desc: Digital signature
URL: <http://lists.freedesktop.org/archives/intel-gfx/attachments/20090902/f0b818d1/attachment.sig>


More information about the Intel-gfx mailing list