summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_post.c
diff options
context:
space:
mode:
authorGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-19 07:11:53 +0200
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-08-19 07:11:53 +0200
commite70c971d7d8ac5b19fea1c2fde0290bcf7881946 (patch)
treed022e67b2141b48cfc0ac5b6245588c7f23c6c67 /drivers/gpu/drm/ast/ast_post.c
parenta3c59cf2971088c4bf889d8c093990ebf59fb789 (diff)
parentd1abaeb3be7b5fa6d7a1fbbd2e14e3310005c4c1 (diff)
downloadblackbird-op-linux-e70c971d7d8ac5b19fea1c2fde0290bcf7881946.tar.gz
blackbird-op-linux-e70c971d7d8ac5b19fea1c2fde0290bcf7881946.zip
Merge 5.3-rc5 into char-misc-next
We need the char/misc fixes in here as well. Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/gpu/drm/ast/ast_post.c')
-rw-r--r--drivers/gpu/drm/ast/ast_post.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/ast/ast_post.c b/drivers/gpu/drm/ast/ast_post.c
index f7d421359d56..c1d1ac51d1c2 100644
--- a/drivers/gpu/drm/ast/ast_post.c
+++ b/drivers/gpu/drm/ast/ast_post.c
@@ -46,7 +46,7 @@ void ast_enable_mmio(struct drm_device *dev)
{
struct ast_private *ast = dev->dev_private;
- ast_set_index_reg_mask(ast, AST_IO_CRTC_PORT, 0xa1, 0xff, 0x04);
+ ast_set_index_reg(ast, AST_IO_CRTC_PORT, 0xa1, 0x06);
}
OpenPOWER on IntegriCloud