On 17.02.2017 11:08, Christian König wrote:
Am 17.02.2017 um 00:21 schrieb Nicolai Hähnle:
We may still have other bugs with split BOs, though.
Yeah, agree as well. I was also considering disabling that feature by
default for the moment if it helps with your corruption bug.
The corruption st
On 20.02.2017 18:29, Christian König wrote:
Sorry, patch is Reviewed-by: Christian König .
Thanks!
Christian.
Am 20.02.2017 um 18:23 schrieb Nicolai Hähnle:
Ping? People seem to agree, but I haven't seen an explicit R-b...
On 16.02.2017 23:55, Nicolai Hähnle wrote:
From: Nicolai Hähnle
Sorry, patch is Reviewed-by: Christian König .
Christian.
Am 20.02.2017 um 18:23 schrieb Nicolai Hähnle:
Ping? People seem to agree, but I haven't seen an explicit R-b...
On 16.02.2017 23:55, Nicolai Hähnle wrote:
From: Nicolai Hähnle
When the fast blit path fails while attempting to move a
Ping? People seem to agree, but I haven't seen an explicit R-b...
On 16.02.2017 23:55, Nicolai Hähnle wrote:
From: Nicolai Hähnle
When the fast blit path fails while attempting to move a buffer from RAM
to VRAM, we fall back to a CPU-based memcpy that cannot handle split VRAM
buffers. Instead
On 17.02.2017 11:08, Christian König wrote:
Am 17.02.2017 um 00:21 schrieb Nicolai Hähnle:
On 17.02.2017 00:02, Alex Deucher wrote:
On Thu, Feb 16, 2017 at 5:55 PM, Nicolai Hähnle
wrote:
From: Nicolai Hähnle
When the fast blit path fails while attempting to move a buffer from
RAM
to VRAM, w
Am 17.02.2017 um 00:21 schrieb Nicolai Hähnle:
On 17.02.2017 00:02, Alex Deucher wrote:
On Thu, Feb 16, 2017 at 5:55 PM, Nicolai Hähnle
wrote:
From: Nicolai Hähnle
When the fast blit path fails while attempting to move a buffer from
RAM
to VRAM, we fall back to a CPU-based memcpy that canno
On 17.02.2017 00:02, Alex Deucher wrote:
On Thu, Feb 16, 2017 at 5:55 PM, Nicolai Hähnle wrote:
From: Nicolai Hähnle
When the fast blit path fails while attempting to move a buffer from RAM
to VRAM, we fall back to a CPU-based memcpy that cannot handle split VRAM
buffers. Instead of crashing,
On Thu, Feb 16, 2017 at 5:55 PM, Nicolai Hähnle wrote:
> From: Nicolai Hähnle
>
> When the fast blit path fails while attempting to move a buffer from RAM
> to VRAM, we fall back to a CPU-based memcpy that cannot handle split VRAM
> buffers. Instead of crashing, simply fail the buffer move.
>
> I
From: Nicolai Hähnle
When the fast blit path fails while attempting to move a buffer from RAM
to VRAM, we fall back to a CPU-based memcpy that cannot handle split VRAM
buffers. Instead of crashing, simply fail the buffer move.
Ideally, we would teach TTM about split buffers so that the fallback