cameras: fix Surface Pro 9 rear OV13858 rotation (180°) - #2227
Open
dixonSolutions wants to merge 1 commit into
Open
cameras: fix Surface Pro 9 rear OV13858 rotation (180°)#2227dixonSolutions wants to merge 1 commit into
dixonSolutions wants to merge 1 commit into
Conversation
ipu-bridge only quirked the front HID (OVTI5693); walk all DMI quirk entries and add OVTID858. Also force rotation in ov13858 when fwnode props are missing due to probe order. Co-authored-by: Cursor <cursoragent@cursor.com>
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
OVTID858/ OV13858) is mounted upside-down, but SSDB reportsdegree=0.ipu-bridgeupside-down quirks only matched the front HID (OVTI5693), anddmi_first_match()cannot attach a second HID to the same DMI system.OVTID858for SP9.ov13858also forcesrotation=180/orientation=Backwhen fwnode properties are missing (ipu-bridge probe-order race).Test plan
cam -c <rear> -pshows Rotation=180Notes
MIPI_CTRL00=0x2d) is already in cameras: ov5693: make the IPU6 Surface front cameras stream (Pro 8/9, Go 4) #2171 — this PR does not duplicate that.patches/6.18/if wanted.Made with Cursor