Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/display/dc/resource/dce80/
H A Ddce80_resource.c1090 dc->caps.disable_dp_clk_share = true; in dce80_construct()
1290 dc->caps.disable_dp_clk_share = true; in dce81_construct()
1488 dc->caps.disable_dp_clk_share = true; in dce83_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce60/
H A Ddce60_resource.c1078 dc->caps.disable_dp_clk_share = true; in dce60_construct()
1276 dc->caps.disable_dp_clk_share = true; in dce61_construct()
1473 dc->caps.disable_dp_clk_share = true; in dce64_construct()
/linux/drivers/gpu/drm/amd/display/dc/resource/dce100/
H A Ddce100_resource.c1128 dc->caps.disable_dp_clk_share = true; in dce100_resource_construct()
/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc.h326 bool disable_dp_clk_share; member
/linux/drivers/gpu/drm/amd/display/dc/core/
H A Ddc_resource.c696 if (stream1->ctx->dc->caps.disable_dp_clk_share) in is_dp_and_hdmi_sharable()