Home
last modified time | relevance | path

Searched refs:dpll_info (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_dpll_mgr.h258 struct dpll_info { struct
311 const struct dpll_info *info;
Dintel_dpll_mgr.c1900 const struct dpll_info *dpll_info; member
1910 static const struct dpll_info pch_plls[] = {
1917 .dpll_info = pch_plls,
1922 static const struct dpll_info hsw_plls[] = {
1933 .dpll_info = hsw_plls,
1938 static const struct dpll_info skl_plls[] = {
1947 .dpll_info = skl_plls,
1952 static const struct dpll_info bxt_plls[] = {
1960 .dpll_info = bxt_plls,
2399 static const struct dpll_info cnl_plls[] = {
[all …]
/Linux-v4.19/drivers/gpu/drm/rcar-du/
Drcar_du_crtc.c110 struct dpll_info { struct
118 struct dpll_info *dpll, in rcar_du_dpll_divider() argument
226 struct dpll_info dpll = { 0 }; in rcar_du_crtc_set_display_timing()