Home
last modified time | relevance | path

Searched refs:pixel_clk_khz (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce120/
H A Ddce120_clk_mgr.c37 { .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 } };
/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/
H A Ddce112_clk_mgr.c58 { .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 } };
/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dclock_source.h176 unsigned int *pixel_clk_khz);
/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clock_source.c1197 unsigned int *pixel_clk_khz) in get_pixel_clk_frequency_100hz() argument
1214 *pixel_clk_khz = div_u64((uint64_t)clock_hz* in get_pixel_clk_frequency_100hz()
1218 *pixel_clk_khz = 0; in get_pixel_clk_frequency_100hz()
1224 *pixel_clk_khz = clock_hz / 100; in get_pixel_clk_frequency_100hz()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dce110/
H A Ddce110_hwseq.c3240 .pixel_clk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10, in dce110_set_cursor_position()
/linux/drivers/gpu/drm/amd/display/dc/hwss/dcn401/
H A Ddcn401_hwseq.c975 .pixel_clk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10, in dcn401_set_cursor_position()