Re: [Intel-gfx] [PATCH 01/12] drm/i915: Don't trust CSR program memory contents

2015-11-11 Thread Imre Deak
On ma, 2015-11-09 at 16:48 +0100, Patrik Jakobsson wrote: > Replaces "drm/i915: Force loading of csr program at boot" in the old > series. > > Previously we called blindly into intel_csr_load_program() and > depended > on a check of whether the CSR program memory was cleared or not. > This check i

[Intel-gfx] [PATCH 01/12] drm/i915: Don't trust CSR program memory contents

2015-11-09 Thread Patrik Jakobsson
Replaces "drm/i915: Force loading of csr program at boot" in the old series. Previously we called blindly into intel_csr_load_program() and depended on a check of whether the CSR program memory was cleared or not. This check is not reliable and no longer needed since we fixed the call-sites of int