lkml.org 
[lkml]   [2009]   [Jun]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    SubjectRe: [git pull] drm: previous pull req + 1.
    From
    Date
    On Sun, 2009-06-21 at 17:47 +0300, Maxim Levitsky wrote:
    > > 52dc7d32b88156248167864f77a9026abe27b432 is first bad commit
    > > commit 52dc7d32b88156248167864f77a9026abe27b432
    > > Author: Chris Wilson <chris@chris-wilson.co.uk>
    > > Date: Sat Jun 6 09:46:01 2009 +0100

    The error here seems to be my presumption that only the i915 was using
    fences for GPU access. (In hindsight, it seems obvious that we do not
    know why the fence was allocated for the object and so if it has
    outstanding rendering, we must assume that it is using a fence for a
    rendering op.)

    To confirm, please can you try:

    diff --git a/drivers/gpu/drm/i915/i915_gem.c
    b/drivers/gpu/drm/i915/i915_gem.c
    index fd2b8bd..0735518 100644
    --- a/drivers/gpu/drm/i915/i915_gem.c
    +++ b/drivers/gpu/drm/i915/i915_gem.c
    @@ -2347,7 +2347,7 @@ i915_gem_object_put_fence_reg(struct
    drm_gem_object *obj)
    * therefore we must wait for any outstanding access to complete
    * before clearing the fence.
    */
    - if (!IS_I965G(dev)) {
    + if (1) {
    int ret;

    i915_gem_object_flush_gpu_write_domain(obj);
    (I'm travelling tomorrow, so if this does turn out to be the fault, I'd
    appreciate it if someone wrote it up as a complete patch.)

    > However I can't reproduce the situation I have earlier, maybe I have changed some settings, don't know.
    > Now, the bad behavior (and I reproduced it many times, is that GE shows incorrect textures
    > (like they are divided in tiny interlaced rows, one row ok, other contain image from other part of world), only few textures are such
    > it seems logical that this is related to tiling.

    What you describe is exactly the artefact you would see when you access
    a tiled texture using linear addressing. Pretty conclusive evidence that
    we do need to flush outstanding GPU access.

    > Also, if I maximize it, it hangs. This seems to be a separate bug introduced by these series.

    It does seem like a separate bug. Hopefully, we can get a better handle
    on it after we fix this obnoxious tiling issue.
    -ickle



    \
     
     \ /
      Last update: 2009-06-21 23:43    [W:3.660 / U:0.460 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site