Searched refs:lcdc_type (Results 1 - 5 of 5) sorted by relevance
/device/soc/rockchip/common/sdk_linux/include/soc/rockchip/ |
H A D | scpi.h | 41 int scpi_ddr_init(u32 dram_speed_bin, u32 freq, u32 lcdc_type, u32 addr_mcu_el3); 42 int scpi_ddr_set_clk_rate(u32 rate, u32 lcdc_type); 105 static inline int scpi_ddr_init(u32 dram_speed_bin, u32 freq, u32 lcdc_type, u32 addr_mcu_el3) in scpi_ddr_init() argument 110 static inline int scpi_ddr_set_clk_rate(u32 rate, u32 lcdc_type) in scpi_ddr_set_clk_rate() argument
|
/device/soc/rockchip/rk3588/kernel/include/soc/rockchip/ |
H A D | scpi.h | 41 int scpi_ddr_init(u32 dram_speed_bin, u32 freq, u32 lcdc_type, 43 int scpi_ddr_set_clk_rate(u32 rate, u32 lcdc_type); 106 static inline int scpi_ddr_init(u32 dram_speed_bin, u32 freq, u32 lcdc_type, in scpi_ddr_init() argument 112 static inline int scpi_ddr_set_clk_rate(u32 rate, u32 lcdc_type) in scpi_ddr_set_clk_rate() argument
|
/device/soc/rockchip/common/sdk_linux/drivers/clk/rockchip/ |
H A D | clk-ddr.c | 41 u32 lcdc_type; member 117 u32 lcdc_type = 0; in rockchip_ddrclk_scpi_set_rate() local 122 lcdc_type = p->lcdc_type; in rockchip_ddrclk_scpi_set_rate() 125 ret = scpi_ddr_set_clk_rate(drate / MHZ, lcdc_type); in rockchip_ddrclk_scpi_set_rate()
|
/device/soc/rockchip/common/vendor/drivers/devfreq/ |
H A D | rockchip_dmc.c | 82 u32 lcdc_type; member 307 u32 lcdc_type = rockchip_drm_get_sub_dev_type(); in rk_drm_get_lcdc_type() local 309 switch (lcdc_type) { in rk_drm_get_lcdc_type() 312 lcdc_type = SCREEN_LVDS; in rk_drm_get_lcdc_type() 315 lcdc_type = SCREEN_DP; in rk_drm_get_lcdc_type() 319 lcdc_type = SCREEN_HDMI; in rk_drm_get_lcdc_type() 322 lcdc_type = SCREEN_TVOUT; in rk_drm_get_lcdc_type() 325 lcdc_type = SCREEN_EDP; in rk_drm_get_lcdc_type() 328 lcdc_type = SCREEN_MIPI; in rk_drm_get_lcdc_type() 331 lcdc_type in rk_drm_get_lcdc_type() 1474 u32 lcdc_type; rk3368_dmc_init() local [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/devfreq/ |
H A D | rockchip_dmc.c | 78 u32 lcdc_type; member 299 u32 lcdc_type = rockchip_drm_get_sub_dev_type(); in rk_drm_get_lcdc_type() local 301 switch (lcdc_type) { in rk_drm_get_lcdc_type() 304 lcdc_type = SCREEN_LVDS; in rk_drm_get_lcdc_type() 307 lcdc_type = SCREEN_DP; in rk_drm_get_lcdc_type() 311 lcdc_type = SCREEN_HDMI; in rk_drm_get_lcdc_type() 314 lcdc_type = SCREEN_TVOUT; in rk_drm_get_lcdc_type() 317 lcdc_type = SCREEN_EDP; in rk_drm_get_lcdc_type() 320 lcdc_type = SCREEN_MIPI; in rk_drm_get_lcdc_type() 323 lcdc_type in rk_drm_get_lcdc_type() 1606 u32 lcdc_type; rk3368_dmc_init() local [all...] |
Completed in 6 milliseconds