Home
last modified time | relevance | path

Searched refs:pipe_fuses (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dce120/
Ddce120_resource.c1062 uint32_t pipe_fuses; in dce120_resource_construct() local
1155 pipe_fuses = read_pipe_fuses(ctx); in dce120_resource_construct()
1161 if ((pipe_fuses & (1 << i)) != 0) { in dce120_resource_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn30/
Ddcn30_resource.c2559 uint32_t pipe_fuses = read_pipe_fuses(ctx); in dcn30_resource_construct() local
2562 if (!(pipe_fuses == 0 || pipe_fuses == 0x3e)) { in dcn30_resource_construct()
2566 pipe_fuses = 0x3e; in dcn30_resource_construct()
2726 if (pipe_fuses & 1 << i) in dcn30_resource_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn301/
Ddcn301_resource.c1653 uint32_t pipe_fuses = read_pipe_fuses(ctx); in dcn301_resource_construct() local
1785 if (pipe_fuses & 1 << i) in dcn301_resource_construct()
1814 if ((pipe_fuses & (1 << i)) != 0) { in dcn301_resource_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn21/
Ddcn21_resource.c1958 uint32_t pipe_fuses = read_pipe_fuses(ctx); in dcn21_resource_construct() local
2131 if (pipe_fuses & 1 << i) in dcn21_resource_construct()
2149 if ((pipe_fuses & (1 << i)) != 0) in dcn21_resource_construct()
/Linux-v5.15/drivers/gpu/drm/amd/display/dc/dcn10/
Ddcn10_resource.c1389 uint32_t pipe_fuses = read_pipe_fuses(ctx); in dcn10_resource_construct() local
1573 if ((pipe_fuses & (1 << i)) != 0) in dcn10_resource_construct()