https://bugs.freedesktop.org/show_bug.cgi?id=82162
--- Comment #4 from sarnex commendsarnex@gmail.com --- (In reply to comment #3)
Looks like the Mesa radeonsi driver tries to allocate buffer objects of zero bytes size, which isn't allowed.
Since nobody else has reported this, I wonder if your driver binaries got corrupted somehow. Does uninstalling the PPA and installing it again help?
Hi Michael, thanks for your response. Since PPA-Purge doesn't work for me with this PPA, I decided to reinstall the OS. All I have done since the stock Mint 17 install is update the packages and install the oibaf PPA. When running dmesg, I see the same errors as before.
[ 67.914111] [TTM] Illegal buffer object size [ 67.914113] [TTM] Illegal buffer object size [ 67.914115] [drm:radeon_gem_object_create] *ERROR* Failed to allocate GEM object (0, 6, 4096, -22)
Any ideas?