Home
last modified time | relevance | path

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

/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce/
H A Ddce_clk_mgr.c53 { .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 …]
H A Ddce_clock_source.c1082 unsigned int *pixel_clk_khz) in get_pixel_clk_frequency_100hz() argument
1098 *pixel_clk_khz = div_u64((uint64_t)clock_hz* in get_pixel_clk_frequency_100hz()
1102 *pixel_clk_khz = 0; in get_pixel_clk_frequency_100hz()
1108 *pixel_clk_khz = clock_hz / 100; in get_pixel_clk_frequency_100hz()
/openbmc/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 } };
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce60/
H A Ddce60_clk_mgr.c73 { .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 } };
/openbmc/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 } };
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce100/
H A Ddce_clk_mgr.c69 { .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 } };
211 clk_mgr_dce->max_clks_by_state[i].pixel_clk_khz) in dce_get_required_clocks_state()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/clk_mgr/dce110/
H A Ddce110_clk_mgr.c56 { .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 } };
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/
H A Dclock_source.h175 unsigned int *pixel_clk_khz);
/openbmc/linux/drivers/gpu/drm/amd/display/dc/inc/hw/
H A Dclk_mgr_internal.h265 int pixel_clk_khz; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/
H A Ddc_hw_types.h461 unsigned int pixel_clk_khz; member
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn10/
H A Ddcn10_hubp.c1229 dst_x_offset /= param->pixel_clk_khz; in hubp1_cursor_set_position()
H A Ddcn10_hw_sequencer.c3408 .pixel_clk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10, in dcn10_set_cursor_position()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1023 dst_x_offset /= param->pixel_clk_khz; in hubp2_cursor_set_position()
/openbmc/linux/drivers/gpu/drm/amd/display/dc/dce110/
H A Ddce110_hw_sequencer.c2898 .pixel_clk_khz = pipe_ctx->stream->timing.pix_clk_100hz / 10, in dce110_set_cursor_position()