aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/ast/ast_post.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-20drm/ast: Disable fast reset after DRAM initialKuoHsiang Chou1-26/+65
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann1-3/+5
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann1-1/+1
2020-08-03drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann1-2/+2
2020-06-22drm/ast: Use per-device logging macrosThomas Zimmermann1-1/+1
2020-06-22drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann1-8/+8
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann1-7/+3
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-2/+5
2019-08-15drm/ast: Fixed reboot test may cause system hangedY.C. Chen1-1/+1
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg1-2/+5
2017-02-28drm/ast: Call open_key before enable_mmio in POST codeY.C. Chen1-1/+1
2017-02-28drm/ast: Fix test for VGA enabledY.C. Chen1-6/+2
2017-02-28drm/ast: POST code for the new AST2500Y.C. Chen1-3/+414
2017-02-28drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300Benjamin Herrenschmidt1-3/+3
2017-02-28drm/ast: Factor mmc_test code in POST codeBenjamin Herrenschmidt1-51/+31
2017-02-28drm/ast: Fixed vram size incorrect issue on POWERY.C. Chen1-1/+1
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey1-5/+2
2017-02-28drm/ast: Fix AST2400 POST failure without BMC FW or VBIOSY.C. Chen1-3/+35
2017-01-27drm/ast: Fixed system hanged if disable P2AY.C. Chen1-5/+13
2014-09-15drm/ast: POST chip at probe time if VGA not enabledBenjamin Herrenschmidt1-9/+14
2014-06-10drm: Remove spurious ';'Damien Lespiau1-2/+2
2014-05-19Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-nextDave Airlie1-513/+385
2014-05-19drm/ast: initial DP501 support (v0.2)Dave Airlie1-2/+4
2014-05-19drm/ast: rename the mindwm/moutdwm and deinline themDave Airlie1-225/+225
2014-05-19drm/ast: resync the dram post code with upstreamDave Airlie1-303/+173
2014-05-19drm/ast: add AST 2400 support.Dave Airlie1-3/+3
2014-04-18drm/ast: fix value check in cbr_scan2Dave Airlie1-1/+1
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells1-1/+1
2012-05-17drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie1-0/+1780