Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-06-03 Thread Akash Goel
On Mon, 2014-06-02 at 10:19 +0200, Daniel Vetter wrote: On Sun, Jun 01, 2014 at 12:12:50PM +0530, Akash Goel wrote: On Mon, 2014-05-19 at 13:03 +0530, Akash Goel wrote: On Mon, 2014-05-19 at 08:56 +0200, Daniel Vetter wrote: On Sun, May 18, 2014 at 11:27:00AM +0530, Akash Goel wrote:

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-06-02 Thread Daniel Vetter
On Sun, Jun 01, 2014 at 12:12:50PM +0530, Akash Goel wrote: On Mon, 2014-05-19 at 13:03 +0530, Akash Goel wrote: On Mon, 2014-05-19 at 08:56 +0200, Daniel Vetter wrote: On Sun, May 18, 2014 at 11:27:00AM +0530, Akash Goel wrote: On Wed, 2014-05-14 at 10:14 +0200, Daniel Vetter wrote:

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-06-01 Thread Akash Goel
On Mon, 2014-05-19 at 13:03 +0530, Akash Goel wrote: On Mon, 2014-05-19 at 08:56 +0200, Daniel Vetter wrote: On Sun, May 18, 2014 at 11:27:00AM +0530, Akash Goel wrote: On Wed, 2014-05-14 at 10:14 +0200, Daniel Vetter wrote: On Tue, May 13, 2014 at 03:43:12PM -0700, Jesse Barnes wrote:

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-19 Thread Daniel Vetter
On Sun, May 18, 2014 at 11:27:00AM +0530, Akash Goel wrote: On Wed, 2014-05-14 at 10:14 +0200, Daniel Vetter wrote: On Tue, May 13, 2014 at 03:43:12PM -0700, Jesse Barnes wrote: On Wed, 14 May 2014 00:30:34 +0200 Daniel Vetter dan...@ffwll.ch wrote: On Tue, May 13, 2014 at

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-19 Thread Akash Goel
On Mon, 2014-05-19 at 08:56 +0200, Daniel Vetter wrote: On Sun, May 18, 2014 at 11:27:00AM +0530, Akash Goel wrote: On Wed, 2014-05-14 at 10:14 +0200, Daniel Vetter wrote: On Tue, May 13, 2014 at 03:43:12PM -0700, Jesse Barnes wrote: On Wed, 14 May 2014 00:30:34 +0200 Daniel Vetter

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-17 Thread Akash Goel
On Wed, 2014-05-14 at 10:14 +0200, Daniel Vetter wrote: On Tue, May 13, 2014 at 03:43:12PM -0700, Jesse Barnes wrote: On Wed, 14 May 2014 00:30:34 +0200 Daniel Vetter dan...@ffwll.ch wrote: On Tue, May 13, 2014 at 03:05:24PM -0700, Jesse Barnes wrote: On Tue, 11 Feb 2014 14:19:03

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-14 Thread Daniel Vetter
On Tue, May 13, 2014 at 03:43:12PM -0700, Jesse Barnes wrote: On Wed, 14 May 2014 00:30:34 +0200 Daniel Vetter dan...@ffwll.ch wrote: On Tue, May 13, 2014 at 03:05:24PM -0700, Jesse Barnes wrote: On Tue, 11 Feb 2014 14:19:03 +0530 akash.g...@intel.com wrote: @@ -810,6 +815,7 @@

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-13 Thread Jesse Barnes
On Tue, 11 Feb 2014 14:19:03 +0530 akash.g...@intel.com wrote: @@ -810,6 +815,7 @@ static void gen6_ppgtt_insert_entries(struct i915_address_space *vm, pt_vaddr[act_pte] = vm-pte_encode(sg_page_iter_dma_address(sg_iter),

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-13 Thread Daniel Vetter
On Tue, May 13, 2014 at 03:05:24PM -0700, Jesse Barnes wrote: On Tue, 11 Feb 2014 14:19:03 +0530 akash.g...@intel.com wrote: @@ -810,6 +815,7 @@ static void gen6_ppgtt_insert_entries(struct i915_address_space *vm, pt_vaddr[act_pte] =

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-05-13 Thread Jesse Barnes
On Wed, 14 May 2014 00:30:34 +0200 Daniel Vetter dan...@ffwll.ch wrote: On Tue, May 13, 2014 at 03:05:24PM -0700, Jesse Barnes wrote: On Tue, 11 Feb 2014 14:19:03 +0530 akash.g...@intel.com wrote: @@ -810,6 +815,7 @@ static void gen6_ppgtt_insert_entries(struct i915_address_space

Re: [Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-04-24 Thread Goel, Akash
Hi Chris, Gentle reminder, Please can you review this patch, have address the review comments. Best Regards Akash -Original Message- From: Goel, Akash Sent: Tuesday, February 11, 2014 2:19 PM To: intel-gfx@lists.freedesktop.org Cc: Goel, Akash Subject: [PATCH v3] drm/i915: Added

[Intel-gfx] [PATCH v3] drm/i915: Added write-enable pte bit support

2014-02-11 Thread akash . goel
From: Akash Goel akash.g...@intel.com This adds support for a write-enable bit in the entry of GTT. This is handled via a read-only flag in the GEM buffer object which is then used to see how to set the bit when writing the GTT entries. Currently by default the Batch buffer Ring buffers are