summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/ast/ast_main.c
diff options
context:
space:
mode:
authorThomas Zimmermann <tzimmermann@suse.de>2025-08-26 08:49:20 +0200
committerThomas Zimmermann <tzimmermann@suse.de>2025-09-04 12:29:39 +0200
commita5db45bfe9469e85e416035367ead7e0b94c642c (patch)
tree8398fd243da238449957c6bc9e03e7ac45464e06 /drivers/gpu/drm/ast/ast_main.c
parent2a1eea8fd601db4c52f0d14f8871663b7b052c91 (diff)
drm/ast: Do not print DRAM info
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
Diffstat (limited to 'drivers/gpu/drm/ast/ast_main.c')
-rw-r--r--drivers/gpu/drm/ast/ast_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/ast/ast_main.c b/drivers/gpu/drm/ast/ast_main.c
index 44b9b5f659fc..830f1c5fe893 100644
--- a/drivers/gpu/drm/ast/ast_main.c
+++ b/drivers/gpu/drm/ast/ast_main.c
@@ -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) {