mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-08 11:50:43 +09:00
drm/ast: Call open_key before enable_mmio in POST code
am: 5da03582e2
Change-Id: Ide77ca452127c4f35ad5f6665031880663dc9ffe
This commit is contained in:
@@ -371,8 +371,8 @@ void ast_post_gpu(struct drm_device *dev)
|
||||
pci_write_config_dword(ast->dev->pdev, 0x04, reg);
|
||||
|
||||
ast_enable_vga(dev);
|
||||
ast_enable_mmio(dev);
|
||||
ast_open_key(ast);
|
||||
ast_enable_mmio(dev);
|
||||
ast_set_def_ext_reg(dev);
|
||||
|
||||
if (ast->chip == AST2300 || ast->chip == AST2400)
|
||||
|
||||
Reference in New Issue
Block a user