Searched refs:display_clk_khz (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/dce/ |
D | dce_clocks.c | 58 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 60 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 62 { .display_clk_khz = 352000, .pixel_clk_khz = 330000}, 64 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 }, 66 { .display_clk_khz = 600000, .pixel_clk_khz = 400000 } }; 70 { .display_clk_khz = 0, .pixel_clk_khz = 0 }, 72 { .display_clk_khz = 352000, .pixel_clk_khz = 330000 }, 74 { .display_clk_khz = 352000, .pixel_clk_khz = 330000 }, 76 { .display_clk_khz = 467000, .pixel_clk_khz = 400000 }, 78 { .display_clk_khz = 643000, .pixel_clk_khz = 400000 } }; [all …]
|
/Linux-v4.19/drivers/gpu/drm/amd/display/dc/inc/hw/ |
D | display_clock.h | 35 int display_clk_khz; member
|