[PATCH] drm/i915: Fix dynamic allocation of physical handles

2014-05-14 Thread Chris Wilson
A single object may be referenced by multiple registers fundamentally breaking the static allotment of ids in the current design. When the object is used the second time, the physical address of the first assignment is relinquished and a second one granted. However, the hardware is still reading (a

[PATCH] drm/i915: Fix dynamic allocation of physical handles

2014-05-21 Thread Chris Wilson
A single object may be referenced by multiple registers fundamentally breaking the static allotment of ids in the current design. When the object is used the second time, the physical address of the first assignment is relinquished and a second one granted. However, the hardware is still reading (a

Re: [PATCH] drm/i915: Fix dynamic allocation of physical handles

2014-05-15 Thread Jani Nikula
On Wed, 14 May 2014, Chris Wilson wrote: > A single object may be referenced by multiple registers fundamentally > breaking the static allotment of ids in the current design. When the > object is used the second time, the physical address of the first > assignment is relinquished and a second one

Re: [PATCH] drm/i915: Fix dynamic allocation of physical handles

2014-05-15 Thread Chris Wilson
On Thu, May 15, 2014 at 12:56:48PM +0300, Jani Nikula wrote: > On Wed, 14 May 2014, Chris Wilson wrote: > > A single object may be referenced by multiple registers fundamentally > > breaking the static allotment of ids in the current design. When the > > object is used the second time, the physica

Re: [PATCH] drm/i915: Fix dynamic allocation of physical handles

2014-05-15 Thread Ville Syrjälä
On Wed, May 14, 2014 at 01:53:17PM +0100, Chris Wilson wrote: > A single object may be referenced by multiple registers fundamentally > breaking the static allotment of ids in the current design. When the > object is used the second time, the physical address of the first > assignment is relinquish

Re: [PATCH] drm/i915: Fix dynamic allocation of physical handles

2014-05-21 Thread Daniel Vetter
On Wed, May 21, 2014 at 12:42:56PM +0100, Chris Wilson wrote: > A single object may be referenced by multiple registers fundamentally > breaking the static allotment of ids in the current design. When the > object is used the second time, the physical address of the first > assignment is relinquish

FAILED: patch "[PATCH] drm/i915: Fix dynamic allocation of physical handles" failed to apply to 3.14-stable tree

2014-06-09 Thread gregkh
tree -- >From 00731155a73020c8e3c215723be193f96b4fcb1f Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Wed, 21 May 2014 12:42:56 +0100 Subject: [PATCH] drm/i915: Fix dynamic allocation of physical handles MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit