Skip to content
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

drm: vc4: dsi: Handle the different command FIFO widths #6481

Merged
merged 1 commit into from
Nov 26, 2024

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Nov 20, 2024

DSI0 and DSI1 have different widths for the command FIFO (24bit vs 32bit), but the driver was assuming the 32bit width of DSI1 in all cases.

Handle the difference via the variant structure.

DSI0 and DSI1 have different widths for the command FIFO (24bit
vs 32bit), but the driver was assuming the 32bit width of DSI1
in all cases.
DSI0 also wants the data packed as 24bit big endian, so the
formatting code needs updating.

Handle the difference via the variant structure.

Signed-off-by: Dave Stevenson <[email protected]>
@6by9 6by9 marked this pull request as ready for review November 26, 2024 15:45
@6by9
Copy link
Contributor Author

6by9 commented Nov 26, 2024

Confirmed as working.

@6by9 6by9 requested a review from popcornmix November 26, 2024 15:46
@pelwell pelwell merged commit 008c93b into raspberrypi:rpi-6.6.y Nov 26, 2024
12 checks passed
popcornmix added a commit to raspberrypi/firmware that referenced this pull request Dec 3, 2024
See: raspberrypi/linux#6502

kernel: RP1 clocks
See: raspberrypi/linux#6459

kernel: dts: bcm2712-rpi: For CM5IO, i2c_csi_dsi needs to be CAM/DISP1
See: raspberrypi/linux#6495

kernel: drm: vc4: dsi: Handle the different command FIFO widths
See: raspberrypi/linux#6481
popcornmix added a commit to raspberrypi/rpi-firmware that referenced this pull request Dec 3, 2024
See: raspberrypi/linux#6502

kernel: RP1 clocks
See: raspberrypi/linux#6459

kernel: dts: bcm2712-rpi: For CM5IO, i2c_csi_dsi needs to be CAM/DISP1
See: raspberrypi/linux#6495

kernel: drm: vc4: dsi: Handle the different command FIFO widths
See: raspberrypi/linux#6481
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants