]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/ast: Do not print DRAM info
authorThomas Zimmermann <tzimmermann@suse.de>
Tue, 26 Aug 2025 06:49:20 +0000 (08:49 +0200)
committerThomas Zimmermann <tzimmermann@suse.de>
Thu, 4 Sep 2025 10:29:39 +0000 (12:29 +0200)
Most of the information in the DRAM status output is irrelevant; some
is even wrong. Only the DRAM type is used on some older models. Drop
the output entirely.

Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Reviewed-by: Jocelyn Falempe <jfalempe@redhat.com>
Link: https://lore.kernel.org/r/20250826065032.344412-2-tzimmermann@suse.de
drivers/gpu/drm/ast/ast_main.c

index 44b9b5f659fc8dbeb5918c9c7c939dd83fb0302a..830f1c5fe893ea100f6e1e6c5644b8a679625d69 100644 (file)
@@ -355,8 +355,6 @@ struct drm_device *ast_device_create(struct pci_dev *pdev,
        ret = ast_get_dram_info(ast);
        if (ret)
                return ERR_PTR(ret);
-       drm_info(dev, "dram MCLK=%u Mhz type=%d bus_width=%d\n",
-                ast->mclk, ast->dram_type, ast->dram_bus_width);
 
        ast_detect_tx_chip(ast, need_post);
        switch (ast->tx_chip) {