[Intel-gfx] [PATCH 2/3] drm/i915: Fix page table entries for Bay Trail.

2013-04-22 Thread Kenneth Graunke
On Bay Trail, bit 1 means writeable by the GPU. Failing to set that means basically anything using the GPU will cause hangs. v2: Drop accidental inline keyword on byt_pte_encode. Signed-off-by: Kenneth Graunke kenn...@whitecape.org Reviewed-by: Jani Nikula jani.nik...@intel.com [v1] Tested-by:

Re: [Intel-gfx] [PATCH 2/3] drm/i915: Fix page table entries for Bay Trail.

2013-04-19 Thread Jani Nikula
On Thu, 18 Apr 2013, Kenneth Graunke kenn...@whitecape.org wrote: On Bay Trail, bit 1 means writeable by the GPU. Failing to set that means basically anything using the GPU will cause hangs. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- drivers/gpu/drm/i915/i915_gem_gtt.c | 33

[Intel-gfx] [PATCH 2/3] drm/i915: Fix page table entries for Bay Trail.

2013-04-18 Thread Kenneth Graunke
On Bay Trail, bit 1 means writeable by the GPU. Failing to set that means basically anything using the GPU will cause hangs. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- drivers/gpu/drm/i915/i915_gem_gtt.c | 33 +++-- 1 file changed, 31 insertions(+), 2