Searched refs:display_clk_khz (Results 1 – 7 of 7) sorted by relevance
/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clk_mgr.c | 53 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 55 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 57 { .display_clk_khz = 352000, .pixel_clk_khz = 330000}, 59 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 }, 61 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 } }; 65 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 67 { .display_clk_khz = 352000, .pixel_clk_khz = 330000 }, 69 { .display_clk_khz = 352000, .pixel_clk_khz = 330000 }, 71 { .display_clk_khz = 467000, .pixel_clk_khz = 400000 }, 73 { .display_clk_khz = 643000, .pixel_clk_khz = 400000 } }; [all …]
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/ |
D | dce120_clk_mgr.c | 37 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 39 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 41 { .display_clk_khz = 460000, .pixel_clk_khz = 400000 }, 43 { .display_clk_khz = 670000, .pixel_clk_khz = 600000 }, 45 { .display_clk_khz = 1133000, .pixel_clk_khz = 600000 } };
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/ |
D | dce60_clk_mgr.c | 73 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 75 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 77 { .display_clk_khz = 352000, .pixel_clk_khz = 330000}, 79 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 }, 81 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 } };
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/ |
D | dce_clk_mgr.c | 69 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 71 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 73 { .display_clk_khz = 352000, .pixel_clk_khz = 330000}, 75 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 }, 77 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 } }; 209 clk_mgr_dce->max_clks_by_state[i].display_clk_khz in dce_get_required_clocks_state() 217 if (clk_mgr_dce->max_clks_by_state[clk_mgr_dce->max_clks_state].display_clk_khz in dce_get_required_clocks_state() 316 clk_mgr_dce->max_clks_by_state[clk_state].display_clk_khz = in dce_clock_read_integrated_info()
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/ |
D | dce112_clk_mgr.c | 58 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 60 { .display_clk_khz = 389189, .pixel_clk_khz = 346672 }, 62 { .display_clk_khz = 459000, .pixel_clk_khz = 400000 }, 64 { .display_clk_khz = 667000, .pixel_clk_khz = 600000 }, 66 { .display_clk_khz = 1132000, .pixel_clk_khz = 600000 } };
|
/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/ |
D | dce110_clk_mgr.c | 56 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 58 { .display_clk_khz = 352000, .pixel_clk_khz = 330000 }, 60 { .display_clk_khz = 352000, .pixel_clk_khz = 330000 }, 62 { .display_clk_khz = 467000, .pixel_clk_khz = 400000 }, 64 { .display_clk_khz = 643000, .pixel_clk_khz = 400000 } };
|
/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | clk_mgr_internal.h | 264 int display_clk_khz; member
|