mirror of
https://github.com/torvalds/linux.git
synced 2026-05-25 15:41:52 +02:00
drm/i915/cx0: Fix HDMI FRL clock rates
HDMI FRL clock rates are incorrectly defined. Fix these rates. Signed-off-by: Mika Kahola <mika.kahola@intel.com> Reviewed-by: Suraj Kandpal <suraj.kandpal@intel.com> Link: https://patch.msgid.link/20260119093757.2850233-10-mika.kahola@intel.com
This commit is contained in:
parent
920fa5d920
commit
6af62d1231
|
|
@ -1924,7 +1924,7 @@ static const struct intel_c20pll_state mtl_c20_hdmi_594 = {
|
|||
};
|
||||
|
||||
static const struct intel_c20pll_state mtl_c20_hdmi_300 = {
|
||||
.clock = 3000000,
|
||||
.clock = 300000,
|
||||
.tx = { 0xbe98, /* tx cfg0 */
|
||||
0x8800, /* tx cfg1 */
|
||||
0x0000, /* tx cfg2 */
|
||||
|
|
@ -1949,7 +1949,7 @@ static const struct intel_c20pll_state mtl_c20_hdmi_300 = {
|
|||
};
|
||||
|
||||
static const struct intel_c20pll_state mtl_c20_hdmi_600 = {
|
||||
.clock = 6000000,
|
||||
.clock = 600000,
|
||||
.tx = { 0xbe98, /* tx cfg0 */
|
||||
0x8800, /* tx cfg1 */
|
||||
0x0000, /* tx cfg2 */
|
||||
|
|
@ -1974,7 +1974,7 @@ static const struct intel_c20pll_state mtl_c20_hdmi_600 = {
|
|||
};
|
||||
|
||||
static const struct intel_c20pll_state mtl_c20_hdmi_800 = {
|
||||
.clock = 8000000,
|
||||
.clock = 800000,
|
||||
.tx = { 0xbe98, /* tx cfg0 */
|
||||
0x8800, /* tx cfg1 */
|
||||
0x0000, /* tx cfg2 */
|
||||
|
|
@ -1999,7 +1999,7 @@ static const struct intel_c20pll_state mtl_c20_hdmi_800 = {
|
|||
};
|
||||
|
||||
static const struct intel_c20pll_state mtl_c20_hdmi_1000 = {
|
||||
.clock = 10000000,
|
||||
.clock = 1000000,
|
||||
.tx = { 0xbe98, /* tx cfg0 */
|
||||
0x8800, /* tx cfg1 */
|
||||
0x0000, /* tx cfg2 */
|
||||
|
|
@ -2024,7 +2024,7 @@ static const struct intel_c20pll_state mtl_c20_hdmi_1000 = {
|
|||
};
|
||||
|
||||
static const struct intel_c20pll_state mtl_c20_hdmi_1200 = {
|
||||
.clock = 12000000,
|
||||
.clock = 1200000,
|
||||
.tx = { 0xbe98, /* tx cfg0 */
|
||||
0x8800, /* tx cfg1 */
|
||||
0x0000, /* tx cfg2 */
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user