Summary: | [bisected] r600_texture.c:562: r600_texture_get_htile_size: Assertion `0' failed | ||
---|---|---|---|
Product: | Mesa | Reporter: | Alexandre Demers <alexandre.f.demers> |
Component: | Drivers/Gallium/radeonsi | Assignee: | Default DRI bug account <dri-devel> |
Status: | RESOLVED DUPLICATE | QA Contact: | Default DRI bug account <dri-devel> |
Severity: | normal | ||
Priority: | medium | CC: | maraeo |
Version: | git | ||
Hardware: | Other | ||
OS: | All | ||
See Also: | https://bugs.freedesktop.org/show_bug.cgi?id=94019 | ||
Whiteboard: | |||
i915 platform: | i915 features: | ||
Attachments: | backtrace |
Description
Alexandre Demers
2016-02-06 17:46:19 UTC
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. (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. With the code prior to the bad commit, num_pipes was defined as 8 (while now it is 12, thus hitting default and asserting)... Likely duplicate of https://bugs.freedesktop.org/show_bug.cgi?id=94019 |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.