]> Git Repo - linux.git/commitdiff
drm/amd/display: Add DMUB support for DCN314
authorRoman Li <[email protected]>
Tue, 28 Jun 2022 22:38:13 +0000 (18:38 -0400)
committerAlex Deucher <[email protected]>
Thu, 14 Jul 2022 00:57:05 +0000 (20:57 -0400)
Initialize DMUB for DCN 3.1.4.
Use same funcs as DCN31.

Signed-off-by: Roman Li <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
drivers/gpu/drm/amd/display/dmub/src/dmub_srv.c

index 4c6a624f04a727d3cb06b0dece89ee8d8ac3de73..4a122925c3ae96849c1c090e966ebb076935ed19 100644 (file)
@@ -223,6 +223,7 @@ static bool dmub_srv_hw_setup(struct dmub_srv *dmub, enum dmub_asic asic)
 
        case DMUB_ASIC_DCN31:
        case DMUB_ASIC_DCN31B:
+       case DMUB_ASIC_DCN314:
        case DMUB_ASIC_DCN315:
        case DMUB_ASIC_DCN316:
                if (asic == DMUB_ASIC_DCN315)
This page took 0.05797 seconds and 4 git commands to generate.