Home
last modified time | relevance | path

Searched refs:refresh (Results 1 - 7 of 7) sorted by relevance

/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/mpp/component/hifb/drm_hal/
H A Ddrm_hal_gfx.h76 int (*refresh)(enum drm_hal_gfx_layer layer); member
H A Ddrm_hal_gfx.c511 gfx_dev.refresh = drm_hal_gfx_refresh; in drm_hal_gfx_dev_register()
534 gfx_dev.refresh = NULL; in drm_hal_gfx_dev_unregister()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/
H A Ddrm_modes.c173 /* the CVT default refresh rate is 60Hz */ in drm_cvt_mode()
1410 unsigned int refresh; in drm_mode_parse_cmdline_refresh() local
1417 refresh = simple_strtol(str, end_ptr, 0xa); in drm_mode_parse_cmdline_refresh()
1422 mode->refresh = refresh; in drm_mode_parse_cmdline_refresh()
1716 * <xres>x<yres>[M][R][-<bpp>][@<refresh>][i][m][eDd]
1749 /* Try to locate the bpp and refresh specifiers, if any */ in drm_mode_parse_command_line_for_connector()
1784 return false; /* named + refresh is invalid */ in drm_mode_parse_command_line_for_connector()
1839 * Locate the end of the bpp / refresh, and parse the extras in drm_mode_parse_command_line_for_connector()
1887 mode = drm_cvt_mode(dev, cmd->xres, cmd->yres, cmd->refresh_specified ? cmd->refresh in drm_mode_create_from_cmdline_mode()
[all...]
/device/soc/rockchip/common/vendor/drivers/devfreq/
H A Drockchip_dmc.c157 unsigned int refresh; member
2168 unsigned int refresh = false; in rockchip_dmcfreq_system_status_notifier() local
2190 refresh = true; in rockchip_dmcfreq_system_status_notifier()
2234 if (dmcfreq->refresh != refresh) { in rockchip_dmcfreq_system_status_notifier()
2236 dmcfreq->set_auto_self_refresh(refresh); in rockchip_dmcfreq_system_status_notifier()
2238 dmcfreq->refresh = refresh; in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/
H A Drockchip_dmc.c153 unsigned int refresh; member
2325 unsigned int refresh = false; in rockchip_dmcfreq_system_status_notifier() local
2345 refresh = true; in rockchip_dmcfreq_system_status_notifier()
2384 if (dmcfreq->refresh != refresh) { in rockchip_dmcfreq_system_status_notifier()
2386 dmcfreq->set_auto_self_refresh(refresh); in rockchip_dmcfreq_system_status_notifier()
2387 dmcfreq->refresh = refresh; in rockchip_dmcfreq_system_status_notifier()
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-mipi-dsi.c277 int refresh, two_frames; in dw_mipi_dsi_wait_for_two_frames() local
279 refresh = drm_mode_vrefresh(mode); in dw_mipi_dsi_wait_for_two_frames()
280 two_frames = DIV_ROUND_UP(MSEC_PER_SEC, refresh) * 0x2; in dw_mipi_dsi_wait_for_two_frames()
/device/soc/rockchip/common/sdk_linux/include/drm/
H A Ddrm_connector.h316 * @min_vfreq: This is the min supported refresh rate in Hz from
318 * @max_vfreq: This is the max supported refresh rate in Hz from
707 * This tracks whether a connector is aware of the self refresh state.
709 * understand the self refresh state. This is needed since the crtc
710 * registers the self refresh helpers and it doesn't know if the
711 * connectors downstream have implemented self refresh entry/exit.
1101 * Did the mode have a preferred refresh rate?
1134 * @refresh:
1138 int refresh; member
1345 * query hardware support for variable refresh rat
[all...]

Completed in 16 milliseconds