[Bug 111541] Cursor sprite sometimes not showed since linux 5.2
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Sep 3 14:45:39 UTC 2019
https://bugs.freedesktop.org/show_bug.cgi?id=111541
--- Comment #10 from Ville Syrjala <ville.syrjala at linux.intel.com> ---
Hmm. Yeah, looks like both the kernel and hw think the cursor should be
enabled.
One theory might be that the alpha channel is all zeroes. Would need to dump
the relevant chunk of memory to confirm.
I have a tool to do just that, and I just pimped it to handle cursors.
git://github.com/vsyrjala/intel-gpu-tools.git gtt_dump_2
intel_gtt_dump -f cursor.png -C a # dumps cursor image for pipe A
The downside of my tool is that it requires a kernel patch on PAT machines
because the kernel is silly and won't allow you to mmap RAM via /dev/mem:
git://github.com/vsyrjala/linux.git pat_vs_dev_mem
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the QA Contact for the bug.
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/intel-gfx-bugs/attachments/20190903/028ae4c7/attachment.html>
More information about the intel-gfx-bugs
mailing list