summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Brace <kevinbrace@gmx.com>2017-07-06 20:23:56 -0500
committerKevin Brace <kevinbrace@gmx.com>2017-07-06 20:23:56 -0500
commit5696b4ae31a68b6260fb9ed4e08558dcc11f6f5b (patch)
tree15089271faf238bd1a76a3f2416232363ac0407e
parent4a985ab935f851e141c03eac43326fc80ddd0b15 (diff)
Correcting a serious mistake inside via_fpdp_high_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 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) ?