summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--drivers/gpu/drm/via/crtc_hw.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/via/crtc_hw.h b/drivers/gpu/drm/via/crtc_hw.h
index e81839ce7d05..b7394a9df466 100644
--- a/drivers/gpu/drm/via/crtc_hw.h
+++ b/drivers/gpu/drm/via/crtc_hw.h
@@ -355,7 +355,7 @@ via_fpdp_high_set_io_pad_state(void __iomem *regs, u8 io_pad_state)
* 10: Depend on the other control signal
* 11: Pad on/off according to the
* Power Management Status (PMS) */
- svga_wcrt_mask(regs, 0x2A,
+ svga_wseq_mask(regs, 0x2A,
io_pad_state << 2, BIT(3) | BIT(2));
DRM_DEBUG_KMS("FPDP High I/O Pad State: %s\n",
((io_pad_state & (BIT(1) | BIT(0))) == 0x03) ?