-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vc4-kms-v3d gives black screen on tv/monitor (recognized as touchscreen?) | vc4-fkms-v3d works #92
Comments
Please look at #66 and try the linked patch. |
Please attach the output of vc4-kms-v3d doesn't care about any of your vc4-kms-v3d and vc4-fkms-v3d should be the same performance for 3D stuff, assuming you're synced to vblank. You do miss out on async pageflips in fkms, though. |
Thanks for the info! I tried now with the latest kernel from the anholt branch which includes mentioned patch in 45a3a97 commit if I'm correct hasn't changed unfortunately, here are attached logs hopefully I haven't missed something, If it helps I can also setup X and provide logs |
Oh, HDMI is probing as disconnected. I think you're just hitting the regression in 5d1da10 that we talked about in raspberrypi#1869 |
Could you retest with current kernel and firmware, since the HPD bug is supposed to be fixed now? |
Let me test this ASAP! |
Hi all!
I've decided to test latest vc4 driver from 4.9 branch 935c7ce
I've also tried the same on archarm linux that I have, kernel 4.9.13.
I've added to:
config.txt
cmdline.txt
cma-128
after reboot I have a black screen. I've tested on LG TV and Samsung monitor (over HDMI).
changing to
dtoverlay=vc4-fkms-v3d
boots finedifference that I can see is that in former case my display is detected as touch screen?
Is that expected in current state?
I see some have got it working, and I've tried different configuration options like
hdmi_safe
and others to no avail.should vc4-kms-v3d give better performance than vc4-fkms-v3d? In my case, I'm only running one app using OpenGL ES (without X) and using vc4-kms-v3d app runs noticeably slower than using broadcom driver so I'm curious if this is the issues of the f/kms and can be improved.
The text was updated successfully, but these errors were encountered: