On 16/09/2025 17:26, Thomas Zimmermann wrote:
Move display-clock tables to the appropriate per-Gen source files.
The tables are almost identical, except for mode entries 0x17 and
0x1a. Rename to tables to match common style.

Thanks, it looks good to me.

Reviewed-by: Jocelyn Falempe <jfale...@redhat.com>


Signed-off-by: Thomas Zimmermann <tzimmerm...@suse.de>
---
  drivers/gpu/drm/ast/ast_2000.c   | 34 ++++++++++++++++++
  drivers/gpu/drm/ast/ast_2500.c   | 34 ++++++++++++++++++
  drivers/gpu/drm/ast/ast_drv.h    |  2 ++
  drivers/gpu/drm/ast/ast_mode.c   |  4 +--
  drivers/gpu/drm/ast/ast_tables.h | 60 --------------------------------
  5 files changed, 72 insertions(+), 62 deletions(-)

diff --git a/drivers/gpu/drm/ast/ast_2000.c b/drivers/gpu/drm/ast/ast_2000.c
index 41c2aa1e425a..a31daf7c2ceb 100644
--- a/drivers/gpu/drm/ast/ast_2000.c
+++ b/drivers/gpu/drm/ast/ast_2000.c
@@ -147,3 +147,37 @@ int ast_2000_post(struct ast_device *ast)
return 0;
  }
+
+/*
+ * Mode setting
+ */
+
+const struct ast_vbios_dclk_info ast_2000_dclk_table[] = {
+       {0x2c, 0xe7, 0x03},                     /* 00: VCLK25_175       */
+       {0x95, 0x62, 0x03},                     /* 01: VCLK28_322       */
+       {0x67, 0x63, 0x01},                     /* 02: VCLK31_5         */
+       {0x76, 0x63, 0x01},                     /* 03: VCLK36           */
+       {0xee, 0x67, 0x01},                     /* 04: VCLK40           */
+       {0x82, 0x62, 0x01},                     /* 05: VCLK49_5         */
+       {0xc6, 0x64, 0x01},                     /* 06: VCLK50           */
+       {0x94, 0x62, 0x01},                     /* 07: VCLK56_25        */
+       {0x80, 0x64, 0x00},                     /* 08: VCLK65           */
+       {0x7b, 0x63, 0x00},                     /* 09: VCLK75           */
+       {0x67, 0x62, 0x00},                     /* 0a: VCLK78_75        */
+       {0x7c, 0x62, 0x00},                     /* 0b: VCLK94_5         */
+       {0x8e, 0x62, 0x00},                     /* 0c: VCLK108          */
+       {0x85, 0x24, 0x00},                     /* 0d: VCLK135          */
+       {0x67, 0x22, 0x00},                     /* 0e: VCLK157_5        */
+       {0x6a, 0x22, 0x00},                     /* 0f: VCLK162          */
+       {0x4d, 0x4c, 0x80},                     /* 10: VCLK154          */
+       {0x68, 0x6f, 0x80},                     /* 11: VCLK83.5         */
+       {0x28, 0x49, 0x80},                     /* 12: VCLK106.5        */
+       {0x37, 0x49, 0x80},                     /* 13: VCLK146.25       */
+       {0x1f, 0x45, 0x80},                     /* 14: VCLK148.5        */
+       {0x47, 0x6c, 0x80},                     /* 15: VCLK71           */
+       {0x25, 0x65, 0x80},                     /* 16: VCLK88.75        */
+       {0x77, 0x58, 0x80},                     /* 17: VCLK119          */
+       {0x32, 0x67, 0x80},                     /* 18: VCLK85_5         */
+       {0x6a, 0x6d, 0x80},                     /* 19: VCLK97_75        */
+       {0x3b, 0x2c, 0x81},                     /* 1a: VCLK118_25       */
+};
diff --git a/drivers/gpu/drm/ast/ast_2500.c b/drivers/gpu/drm/ast/ast_2500.c
index 1e541498ea67..b12fec161f2b 100644
--- a/drivers/gpu/drm/ast/ast_2500.c
+++ b/drivers/gpu/drm/ast/ast_2500.c
@@ -567,3 +567,37 @@ int ast_2500_post(struct ast_device *ast)
return 0;
  }
+
+/*
+ * Mode setting
+ */
+
+const struct ast_vbios_dclk_info ast_2500_dclk_table[] = {
+       {0x2c, 0xe7, 0x03},                     /* 00: VCLK25_175       */
+       {0x95, 0x62, 0x03},                     /* 01: VCLK28_322       */
+       {0x67, 0x63, 0x01},                     /* 02: VCLK31_5         */
+       {0x76, 0x63, 0x01},                     /* 03: VCLK36           */
+       {0xee, 0x67, 0x01},                     /* 04: VCLK40           */
+       {0x82, 0x62, 0x01},                     /* 05: VCLK49_5         */
+       {0xc6, 0x64, 0x01},                     /* 06: VCLK50           */
+       {0x94, 0x62, 0x01},                     /* 07: VCLK56_25        */
+       {0x80, 0x64, 0x00},                     /* 08: VCLK65           */
+       {0x7b, 0x63, 0x00},                     /* 09: VCLK75           */
+       {0x67, 0x62, 0x00},                     /* 0a: VCLK78_75        */
+       {0x7c, 0x62, 0x00},                     /* 0b: VCLK94_5         */
+       {0x8e, 0x62, 0x00},                     /* 0c: VCLK108          */
+       {0x85, 0x24, 0x00},                     /* 0d: VCLK135          */
+       {0x67, 0x22, 0x00},                     /* 0e: VCLK157_5        */
+       {0x6a, 0x22, 0x00},                     /* 0f: VCLK162          */
+       {0x4d, 0x4c, 0x80},                     /* 10: VCLK154          */
+       {0x68, 0x6f, 0x80},                     /* 11: VCLK83.5         */
+       {0x28, 0x49, 0x80},                     /* 12: VCLK106.5        */
+       {0x37, 0x49, 0x80},                     /* 13: VCLK146.25       */
+       {0x1f, 0x45, 0x80},                     /* 14: VCLK148.5        */
+       {0x47, 0x6c, 0x80},                     /* 15: VCLK71           */
+       {0x25, 0x65, 0x80},                     /* 16: VCLK88.75        */
+       {0x58, 0x01, 0x42},                     /* 17: VCLK119          */
+       {0x32, 0x67, 0x80},                     /* 18: VCLK85_5         */
+       {0x6a, 0x6d, 0x80},                     /* 19: VCLK97_75        */
+       {0x44, 0x20, 0x43},                     /* 1a: VCLK118_25       */
+};
diff --git a/drivers/gpu/drm/ast/ast_drv.h b/drivers/gpu/drm/ast/ast_drv.h
index c15aef014f69..482d1eb79d64 100644
--- a/drivers/gpu/drm/ast/ast_drv.h
+++ b/drivers/gpu/drm/ast/ast_drv.h
@@ -417,6 +417,7 @@ int ast_mm_init(struct ast_device *ast);
/* ast_2000.c */
  int ast_2000_post(struct ast_device *ast);
+extern const struct ast_vbios_dclk_info ast_2000_dclk_table[];
/* ast_2100.c */
  int ast_2100_post(struct ast_device *ast);
@@ -427,6 +428,7 @@ int ast_2300_post(struct ast_device *ast);
  /* ast_2500.c */
  void ast_2500_patch_ahb(void __iomem *regs);
  int ast_2500_post(struct ast_device *ast);
+extern const struct ast_vbios_dclk_info ast_2500_dclk_table[];
/* ast_2600.c */
  int ast_2600_post(struct ast_device *ast);
diff --git a/drivers/gpu/drm/ast/ast_mode.c b/drivers/gpu/drm/ast/ast_mode.c
index b4e8edc7c767..6b9d510c509d 100644
--- a/drivers/gpu/drm/ast/ast_mode.c
+++ b/drivers/gpu/drm/ast/ast_mode.c
@@ -373,9 +373,9 @@ static void ast_set_dclk_reg(struct ast_device *ast,
        const struct ast_vbios_dclk_info *clk_info;
if (IS_AST_GEN6(ast) || IS_AST_GEN7(ast))
-               clk_info = &dclk_table_ast2500[vmode->dclk_index];
+               clk_info = &ast_2500_dclk_table[vmode->dclk_index];
        else
-               clk_info = &dclk_table[vmode->dclk_index];
+               clk_info = &ast_2000_dclk_table[vmode->dclk_index];
ast_set_index_reg_mask(ast, AST_IO_VGACRI, 0xc0, 0x00, clk_info->param1);
        ast_set_index_reg_mask(ast, AST_IO_VGACRI, 0xc1, 0x00, 
clk_info->param2);
diff --git a/drivers/gpu/drm/ast/ast_tables.h b/drivers/gpu/drm/ast/ast_tables.h
index f1c9f7e1f1fc..7da5b5c60f41 100644
--- a/drivers/gpu/drm/ast/ast_tables.h
+++ b/drivers/gpu/drm/ast/ast_tables.h
@@ -33,66 +33,6 @@
  #define HiCModeIndex          3
  #define TrueCModeIndex                4
-static const struct ast_vbios_dclk_info dclk_table[] = {
-       {0x2C, 0xE7, 0x03},                     /* 00: VCLK25_175       */
-       {0x95, 0x62, 0x03},                     /* 01: VCLK28_322       */
-       {0x67, 0x63, 0x01},                     /* 02: VCLK31_5         */
-       {0x76, 0x63, 0x01},                     /* 03: VCLK36           */
-       {0xEE, 0x67, 0x01},                     /* 04: VCLK40           */
-       {0x82, 0x62, 0x01},                     /* 05: VCLK49_5         */
-       {0xC6, 0x64, 0x01},                     /* 06: VCLK50           */
-       {0x94, 0x62, 0x01},                     /* 07: VCLK56_25        */
-       {0x80, 0x64, 0x00},                     /* 08: VCLK65           */
-       {0x7B, 0x63, 0x00},                     /* 09: VCLK75           */
-       {0x67, 0x62, 0x00},                     /* 0A: VCLK78_75        */
-       {0x7C, 0x62, 0x00},                     /* 0B: VCLK94_5         */
-       {0x8E, 0x62, 0x00},                     /* 0C: VCLK108          */
-       {0x85, 0x24, 0x00},                     /* 0D: VCLK135          */
-       {0x67, 0x22, 0x00},                     /* 0E: VCLK157_5        */
-       {0x6A, 0x22, 0x00},                     /* 0F: VCLK162          */
-       {0x4d, 0x4c, 0x80},                     /* 10: VCLK154          */
-       {0x68, 0x6f, 0x80},                     /* 11: VCLK83.5         */
-       {0x28, 0x49, 0x80},                     /* 12: VCLK106.5        */
-       {0x37, 0x49, 0x80},                     /* 13: VCLK146.25       */
-       {0x1f, 0x45, 0x80},                     /* 14: VCLK148.5        */
-       {0x47, 0x6c, 0x80},                     /* 15: VCLK71           */
-       {0x25, 0x65, 0x80},                     /* 16: VCLK88.75        */
-       {0x77, 0x58, 0x80},                     /* 17: VCLK119          */
-       {0x32, 0x67, 0x80},                     /* 18: VCLK85_5         */
-       {0x6a, 0x6d, 0x80},                     /* 19: VCLK97_75        */
-       {0x3b, 0x2c, 0x81},                     /* 1A: VCLK118_25       */
-};
-
-static const struct ast_vbios_dclk_info dclk_table_ast2500[] = {
-       {0x2C, 0xE7, 0x03},                     /* 00: VCLK25_175       */
-       {0x95, 0x62, 0x03},                     /* 01: VCLK28_322       */
-       {0x67, 0x63, 0x01},                     /* 02: VCLK31_5         */
-       {0x76, 0x63, 0x01},                     /* 03: VCLK36           */
-       {0xEE, 0x67, 0x01},                     /* 04: VCLK40           */
-       {0x82, 0x62, 0x01},                     /* 05: VCLK49_5         */
-       {0xC6, 0x64, 0x01},                     /* 06: VCLK50           */
-       {0x94, 0x62, 0x01},                     /* 07: VCLK56_25        */
-       {0x80, 0x64, 0x00},                     /* 08: VCLK65           */
-       {0x7B, 0x63, 0x00},                     /* 09: VCLK75           */
-       {0x67, 0x62, 0x00},                     /* 0A: VCLK78_75        */
-       {0x7C, 0x62, 0x00},                     /* 0B: VCLK94_5         */
-       {0x8E, 0x62, 0x00},                     /* 0C: VCLK108          */
-       {0x85, 0x24, 0x00},                     /* 0D: VCLK135          */
-       {0x67, 0x22, 0x00},                     /* 0E: VCLK157_5        */
-       {0x6A, 0x22, 0x00},                     /* 0F: VCLK162          */
-       {0x4d, 0x4c, 0x80},                     /* 10: VCLK154          */
-       {0x68, 0x6f, 0x80},                     /* 11: VCLK83.5         */
-       {0x28, 0x49, 0x80},                     /* 12: VCLK106.5        */
-       {0x37, 0x49, 0x80},                     /* 13: VCLK146.25       */
-       {0x1f, 0x45, 0x80},                     /* 14: VCLK148.5        */
-       {0x47, 0x6c, 0x80},                     /* 15: VCLK71           */
-       {0x25, 0x65, 0x80},                     /* 16: VCLK88.75        */
-       {0x58, 0x01, 0x42},                     /* 17: VCLK119          */
-       {0x32, 0x67, 0x80},                     /* 18: VCLK85_5         */
-       {0x6a, 0x6d, 0x80},                     /* 19: VCLK97_75        */
-       {0x44, 0x20, 0x43},                     /* 1A: VCLK118_25       */
-};
-
  static const struct ast_vbios_stdtable vbios_stdtable[] = {
        /* MD_2_3_400 */
        {

Reply via email to