summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_post.c
AgeCommit message (Expand)Author
2023-11-28drm/ast: Partially implement POST without ast device instanceThomas Zimmermann
2023-10-19drm/ast: Rename AST_IO_CRTC_PORT to AST_IO_VGACRIThomas Zimmermann
2023-06-27drm/ast: Distinguish among chip generationsThomas Zimmermann
2023-06-27drm/ast: Enable and unlock device access early during initThomas Zimmermann
2023-06-27drm/ast: Set PCI config before accessing I/O registersThomas Zimmermann
2023-06-27drm/ast: Remove dead else branch in POST codeThomas Zimmermann
2023-06-27drm/ast: Fix DRAM init on AST2200Thomas Zimmermann
2023-05-31drm/ast: Fix long time waiting on s3/s4 resumeJammy Huang
2023-03-01drm/ast: Rename to_ast_private() to to_ast_device()Thomas Zimmermann
2023-03-01drm/ast: Rename struct ast_private to struct ast_deviceThomas Zimmermann
2022-06-08drm/ast: Support multiple outputsThomas Zimmermann
2022-05-03drm/ast: Create the driver for ASPEED proprietory Display-PortKuoHsiang Chou
2021-07-20drm/ast: Disable fast reset after DRAM initialKuoHsiang Chou
2021-01-06drm/ast: Remove references to struct drm_device.pdevThomas Zimmermann
2020-08-03drm/ast: Embed struct drm_device in struct ast_privateThomas Zimmermann
2020-08-03drm/ast: Don't use ast->dev if dev is availableThomas Zimmermann
2020-06-22drm/ast: Use per-device logging macrosThomas Zimmermann
2020-06-22drm/ast: Upcast from DRM device to ast structure via to_ast_private()Thomas Zimmermann
2020-06-22drm/ast: Remove unused code paths for AST 1180Thomas Zimmermann
2019-09-19Merge tag 'drm-next-2019-09-18' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2019-08-15drm/ast: Fixed reboot test may cause system hangedY.C. Chen
2019-07-15drm/ast: drop use of drmP.hSam Ravnborg
2017-02-28drm/ast: Call open_key before enable_mmio in POST codeY.C. Chen
2017-02-28drm/ast: Fix test for VGA enabledY.C. Chen
2017-02-28drm/ast: POST code for the new AST2500Y.C. Chen
2017-02-28drm/ast: Rename ast_init_dram_2300 to ast_post_chip_2300Benjamin Herrenschmidt
2017-02-28drm/ast: Factor mmc_test code in POST codeBenjamin Herrenschmidt
2017-02-28drm/ast: Fixed vram size incorrect issue on POWERY.C. Chen
2017-02-28drm/ast: Handle configuration without P2A bridgeRussell Currey
2017-02-28drm/ast: Fix AST2400 POST failure without BMC FW or VBIOSY.C. Chen
2017-01-27drm/ast: Fixed system hanged if disable P2AY.C. Chen
2014-09-15drm/ast: POST chip at probe time if VGA not enabledBenjamin Herrenschmidt
2014-06-10drm: Remove spurious ';'Damien Lespiau
2014-05-19Merge branch 'ast-updates' of ssh://people.freedesktop.org/~/linux into drm-nextDave Airlie
2014-05-19drm/ast: initial DP501 support (v0.2)Dave Airlie
2014-05-19drm/ast: rename the mindwm/moutdwm and deinline themDave Airlie
2014-05-19drm/ast: resync the dram post code with upstreamDave Airlie
2014-05-19drm/ast: add AST 2400 support.Dave Airlie
2014-04-18drm/ast: fix value check in cbr_scan2Dave Airlie
2012-10-02UAPI: (Scripted) Convert #include "..." to #include <path/...> in drivers/gpu/David Howells
2012-05-17drm: Initial KMS driver for AST (ASpeed Technologies) 2000 series (v2)Dave Airlie