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 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 } };
|
| /linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce112/ |
| H A 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 } };
|
| /linux/drivers/gpu/drm/amd/display/dc/inc/ |
| H A D | clock_source.h | 176 unsigned int *pixel_clk_khz);
|
| /linux/drivers/gpu/drm/amd/display/dc/dce/ |
| H A D | dce_clock_source.c | 1197 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 D | dce110_hwseq.c | 3240 .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 D | dcn401_hwseq.c | 975 .pixel_clk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10, in dcn401_set_cursor_position()
|