View Issue Details

IDProjectCategoryView StatusLast Update
0006117fsimx_LinuxKernelpublic2024-02-15 12:17
Reportergerbach Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Versionfsimx8mp-Y2023.09 
Target Versionfsimx8m-next 
Summary0006117: [FSIMX8MP] lvds pixelclock is hardcoded to 37125 kHZ
DescriptionThe pixelclock is hardcoded to 37125kHZ in drivers/gpu/drm/imx/imx8mp-ldb.c
We need to find a way to make this adjustable to support different display resolutions.
Forum Link

Activities

gerbach

2024-02-15 12:17

developer   ~0004719

For now we just remove the restriction from the code.
The user has to make sure to configure a pixelclock in DTS that is a divider of 7 (requierd by lvds)
We need to find at least a solution that checks if the configured pixelclock is valid