All of lore.kernel.org
 help / color / mirror / Atom feed
From: bugzilla-daemon@freedesktop.org
To: dri-devel@lists.freedesktop.org
Subject: [Bug 36602] Hierarchical Z support for R600
Date: Tue,  3 May 2011 02:36:02 -0700 (PDT)	[thread overview]
Message-ID: <20110503093602.F0CBF13004F@annarchy.freedesktop.org> (raw)
In-Reply-To: <bug-36602-502@http.bugs.freedesktop.org/>

https://bugs.freedesktop.org/show_bug.cgi?id=36602

Pierre-Eric Pelloux-Prayer <pelloux@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #46081|0                           |1
        is obsolete|                            |
  Attachment #46082|0                           |1
        is obsolete|                            |

--- Comment #5 from Pierre-Eric Pelloux-Prayer <pelloux@gmail.com> 2011-05-03 02:36:02 PDT ---
Created an attachment (id=46281)
 View: https://bugs.freedesktop.org/attachment.cgi?id=46281
 Review: https://bugs.freedesktop.org/review?bug=36602&attachment=46281

Updated patch

Here's an updated patch.
Main differences are :
- num tile pipes getter
- algo for determining HTILE_SETTINGS value
- htile buffer size is more precisely calculated

Questions :
- actually htile buffer is allocated to : DB_size_in_pixels * 4 / 4*4. This
could be reduced in some case (when using 8x8 tiles for instance). I was
thinking of moving the htile_settings calculation to r600_texture.c (when HiZ
bo is created), and storing the htile_settings value alongside the HiZ bo
pointer, for future usage (mainly when setting HTILE_SETTINGS register) ?
- I sometimes get this kernel error when enabling HiZ :
[  459.432139] WARNING: at drivers/gpu/drm/radeon/radeon_fence.c:248
radeon_fence_wait+0x2a0/0x33f [radeon]()
[  459.432146] Hardware name: MS-7551
[  459.432152] GPU lockup (waiting for 0x0001216B last fence id 0x00012167)
[....]
[  459.432694]  [<ffffffffa02796c1>] ? drm_ioctl+0x273/0x347 [drm]
I'm not sure where does this come from, and how much this could be related to
HiZ ?

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

  parent reply	other threads:[~2011-05-03  9:36 UTC|newest]

Thread overview: 56+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-04-26  7:58 [Bug 36602] New: Hierarchical Z support for R600 bugzilla-daemon
2011-04-26  7:59 ` [Bug 36602] " bugzilla-daemon
2011-04-26  8:00 ` bugzilla-daemon
2011-04-26  8:01 ` bugzilla-daemon
2011-04-26 18:53 ` bugzilla-daemon
2011-05-03  9:36 ` bugzilla-daemon [this message]
2011-05-26 18:03 ` bugzilla-daemon
2011-06-01 13:01 ` bugzilla-daemon
2011-06-01 13:03 ` bugzilla-daemon
2011-07-19 19:36 ` bugzilla-daemon
2011-07-19 19:36 ` bugzilla-daemon
2011-07-19 19:42 ` bugzilla-daemon
2011-07-19 22:02 ` bugzilla-daemon
2011-08-03 15:38 ` bugzilla-daemon
2011-08-04 21:33 ` bugzilla-daemon
2011-08-04 21:47 ` bugzilla-daemon
2011-08-05 15:17 ` bugzilla-daemon
2011-08-05 15:30 ` bugzilla-daemon
2011-08-05 15:49 ` bugzilla-daemon
2011-08-05 15:50 ` bugzilla-daemon
2011-08-05 15:51 ` bugzilla-daemon
2011-08-05 19:24 ` bugzilla-daemon
2011-08-05 19:29 ` bugzilla-daemon
2011-08-05 19:33 ` bugzilla-daemon
2011-08-06 19:18 ` bugzilla-daemon
2011-08-06 19:18 ` bugzilla-daemon
2011-08-07 10:05 ` bugzilla-daemon
2011-08-07 18:18 ` bugzilla-daemon
2011-08-12 14:20 ` bugzilla-daemon
2011-08-13 10:57 ` bugzilla-daemon
2011-08-13 10:58 ` bugzilla-daemon
2011-08-13 14:50 ` bugzilla-daemon
2011-08-14  7:37 ` bugzilla-daemon
2011-08-20 21:57 ` bugzilla-daemon
2012-02-04 14:10 ` bugzilla-daemon
2012-02-09  0:27 ` bugzilla-daemon
2012-02-09  0:29 ` bugzilla-daemon
2012-02-09  0:46 ` bugzilla-daemon
2012-02-09  8:50 ` bugzilla-daemon
2012-02-09 16:57 ` bugzilla-daemon
2012-02-10  1:56 ` bugzilla-daemon
2012-06-03  6:45 ` bugzilla-daemon
2012-06-03 11:57 ` bugzilla-daemon
2012-06-03 15:09 ` bugzilla-daemon
2012-06-03 15:25 ` bugzilla-daemon
2012-06-05 18:44 ` bugzilla-daemon
2012-06-05 20:27 ` bugzilla-daemon
2012-06-06 22:24 ` bugzilla-daemon
2012-06-06 22:33 ` bugzilla-daemon
2012-06-07 11:19 ` bugzilla-daemon
2012-06-08 17:37 ` bugzilla-daemon
2012-06-14 21:58 ` bugzilla-daemon
2012-07-21  2:15 ` bugzilla-daemon
2012-09-06 17:24 ` bugzilla-daemon
2012-09-07 10:08 ` bugzilla-daemon
2013-06-08 15:34 ` bugzilla-daemon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20110503093602.F0CBF13004F@annarchy.freedesktop.org \
    --to=bugzilla-daemon@freedesktop.org \
    --cc=dri-devel@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.