* [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed
2016-02-06 17:46 [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed bugzilla-daemon
@ 2016-02-06 18:03 ` bugzilla-daemon
2016-02-06 23:30 ` bugzilla-daemon
` (4 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-06 18:03 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 859 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=94025
--- Comment #1 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
I added a line to output the value of "num_pipes" when it can't be matched to
the defined values in the switch:
fprintf(stderr, "Driver was unable to determine num_pipes (value = %i)\n",
num_pipes);
I ended up outputting "Driver was unable to determine num_pipes (value = 12)",
which is not coverded in the switch... Expected?
In commit 294ec530, r600_get_gb_tiling_config() was removed. num_pipes was
defined there and a comment was telling:
"/* Convert Sea Islands register values GB_ADDR_CFG and MC_ADDR_CFG
* into GB_TILING_CONFIG register which is only present on R600-R700. */"
I'm using and R9 290X, which is a Sea Islands, covered by this comment.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1739 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed
2016-02-06 17:46 [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed bugzilla-daemon
2016-02-06 18:03 ` bugzilla-daemon
@ 2016-02-06 23:30 ` bugzilla-daemon
2016-02-07 6:52 ` bugzilla-daemon
` (3 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-06 23:30 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 507 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=94025
--- Comment #2 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
(In reply to Alexandre Demers from comment #1)
> I'm using and R9 290X, which is a Sea Islands, covered by this comment.
I meant R9 280X (Tahiti family, thus Southern Islands). So, was it included in
the removed r600_get_gb_tiling_config()? It seems so, but then the comment
would have been slightly wrong.
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1417 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed
2016-02-06 17:46 [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed bugzilla-daemon
2016-02-06 18:03 ` bugzilla-daemon
2016-02-06 23:30 ` bugzilla-daemon
@ 2016-02-07 6:52 ` bugzilla-daemon
2016-02-07 15:14 ` bugzilla-daemon
` (2 subsequent siblings)
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-07 6:52 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 325 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=94025
--- Comment #3 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
With the code prior to the bad commit, num_pipes was defined as 8 (while now it
is 12, thus hitting default and asserting)...
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1165 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed
2016-02-06 17:46 [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed bugzilla-daemon
` (2 preceding siblings ...)
2016-02-07 6:52 ` bugzilla-daemon
@ 2016-02-07 15:14 ` bugzilla-daemon
2016-02-07 16:04 ` bugzilla-daemon
2016-02-07 16:11 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-07 15:14 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 260 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=94025
--- Comment #4 from Nick Sarnie <commendsarnex@gmail.com> ---
Likely duplicate of https://bugs.freedesktop.org/show_bug.cgi?id=94019
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1287 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed
2016-02-06 17:46 [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed bugzilla-daemon
` (3 preceding siblings ...)
2016-02-07 15:14 ` bugzilla-daemon
@ 2016-02-07 16:04 ` bugzilla-daemon
2016-02-07 16:11 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-07 16:04 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 467 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=94025
Alexandre Demers <alexandre.f.demers@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
See Also| |https://bugs.freedesktop.or
| |g/show_bug.cgi?id=94019
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 1153 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread* [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed
2016-02-06 17:46 [Bug 94025] [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed bugzilla-daemon
` (4 preceding siblings ...)
2016-02-07 16:04 ` bugzilla-daemon
@ 2016-02-07 16:11 ` bugzilla-daemon
5 siblings, 0 replies; 7+ messages in thread
From: bugzilla-daemon @ 2016-02-07 16:11 UTC (permalink / raw)
To: dri-devel
[-- Attachment #1.1: Type: text/plain, Size: 570 bytes --]
https://bugs.freedesktop.org/show_bug.cgi?id=94025
Alexandre Demers <alexandre.f.demers@gmail.com> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution|--- |DUPLICATE
--- Comment #5 from Alexandre Demers <alexandre.f.demers@gmail.com> ---
*** This bug has been marked as a duplicate of bug 94019 ***
--
You are receiving this mail because:
You are the assignee for the bug.
[-- Attachment #1.2: Type: text/html, Size: 2361 bytes --]
[-- Attachment #2: Type: text/plain, Size: 160 bytes --]
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
^ permalink raw reply [flat|nested] 7+ messages in thread