summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2017-07-06 20:19:43 -0500
committerKevin Brace <kevinbrace@gmx.com>2017-07-06 20:19:43 -0500
commit4a985ab935f851e141c03eac43326fc80ddd0b15 (patch)
tree43c4d4b0affda18c536267aa80fae6d174a3443b
parentc95977faf4cfbe836834ffb4649154f884d7d69b (diff)
Correcting a serious mistake inside via_fpdp_low_set_io_pad_state
Signed-off-by: Kevin Brace <kevinbrace@gmx.com>
-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 752c46d9ab22..e81839ce7d05 100644
--- a/drivers/gpu/drm/via/crtc_hw.h
+++ b/drivers/gpu/drm/via/crtc_hw.h
@@ -317,7 +317,7 @@ via_fpdp_low_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, BIT(1) | BIT(0));
DRM_DEBUG_KMS("FPDP Low I/O Pad State: %s\n",
((io_pad_state & (BIT(1) | BIT(0))) == 0x03) ?