Searched full:pxp (Results 1 – 22 of 22) sorted by relevance
/Zephyr-latest/drivers/display/ |
D | Kconfig.mcux_elcdif | 47 bool "Use PXP for display rotation" 51 Use the PXP for display rotation. This requires the LCDIF node 52 have a "nxp,pxp" devicetree property pointing to the PXP device node. 53 The ELCDIF will only utilize the PXP to rotate frames if 61 prompt "Rotation angle of PXP" 63 Set rotation angle of PXP. The ELCDIF cannot detect the correct 65 configure it here. In order for PXP rotation to work, calls to 76 production applications should simply disable the PXP. 99 prompt "Flip direction of PXP" 101 Set flip direction of PXP. The ELCDIF cannot detect the correct [all …]
|
D | display_mcux_elcdif.c | 41 const struct device *pxp; member 57 /* Given to when PXP completes operation */ 97 /* With the PXP, we can rotate this display buffer to align in mcux_elcdif_write() 141 /* Configure PXP using DMA API, and rotate/flip frame */ in mcux_elcdif_write() 195 ret = dma_config(config->pxp, 0, &pxp_dma); in mcux_elcdif_write() 199 ret = dma_start(config->pxp, 0); in mcux_elcdif_write() 205 LOG_WRN("PXP rotation/flip will not work correctly unless a full sized " in mcux_elcdif_write() 338 if (!device_is_ready(config->pxp)) { in mcux_elcdif_init() 339 LOG_ERR("PXP device is not ready"); in mcux_elcdif_init() 402 (.pxp = DEVICE_DT_GET(DT_INST_PHANDLE(id, nxp_pxp)),))}; \
|
/Zephyr-latest/dts/bindings/display/ |
D | nxp,imx-elcdif.yaml | 34 nxp,pxp: 37 NXP PXP device phandle. The LCDIF can utilize the PXP for accelerated
|
/Zephyr-latest/drivers/dma/ |
D | Kconfig.mcux_pxp | 5 bool "MCUX PXP DMA driver" 10 PXP DMA driver for NXP SOCs
|
D | dma_mcux_pxp.c | 135 * the PXP: in dma_mcux_pxp_configure()
|
/Zephyr-latest/dts/bindings/dma/ |
D | nxp,pxp.yaml | 4 description: NXP PXP 2D DMA engine 6 compatible: "nxp,pxp"
|
/Zephyr-latest/include/zephyr/drivers/dma/ |
D | dma_mcux_pxp.h | 17 * In order to configure the PXP for rotation, the user should 45 * In order to configure the PXP to flip, the user should
|
/Zephyr-latest/samples/subsys/display/lvgl/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/samples/modules/lvgl/demos/boards/ |
D | mimxrt1060_evk.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
D | mimxrt1170_evk_mimxrt1176_cm7_A.conf | 4 # Enable PXP DMA engine and set rotation angle to 0 degrees.
|
/Zephyr-latest/modules/lvgl/ |
D | Kconfig | 173 int "PXP interrupt priority" 177 Sets the interrupt priority for PXP
|
D | CMakeLists.txt | 55 ${LVGL_DIR}/src/draw/nxp/pxp/lv_draw_buf_pxp.c 56 ${LVGL_DIR}/src/draw/nxp/pxp/lv_draw_pxp.c 57 ${LVGL_DIR}/src/draw/nxp/pxp/lv_draw_pxp_fill.c 58 ${LVGL_DIR}/src/draw/nxp/pxp/lv_draw_pxp_img.c 59 ${LVGL_DIR}/src/draw/nxp/pxp/lv_draw_pxp_layer.c 60 ${LVGL_DIR}/src/draw/nxp/pxp/lv_pxp_cfg.c 61 ${LVGL_DIR}/src/draw/nxp/pxp/lv_pxp_osa.c 62 ${LVGL_DIR}/src/draw/nxp/pxp/lv_pxp_utils.c
|
/Zephyr-latest/boards/nxp/mimxrt1170_evk/ |
D | mimxrt1170_evk.dtsi | 259 &pxp {
|
/Zephyr-latest/dts/arm/nxp/ |
D | nxp_rt10xx.dtsi | 452 nxp,pxp = <&pxp>; 958 pxp: pxp@402b4000 { label 959 compatible = "nxp,pxp";
|
D | nxp_rt11xx.dtsi | 398 nxp,pxp = <&pxp>; 1084 pxp: pxp@40814000 { label 1085 compatible = "nxp,pxp";
|
/Zephyr-latest/samples/drivers/video/capture/src/ |
D | main.c | 215 * For some hardwares, such as the PxP used on i.MX RT1170 to do image rotation, in main()
|
/Zephyr-latest/boards/nxp/mimxrt1050_evk/ |
D | mimxrt1050_evk.dtsi | 237 &pxp {
|
/Zephyr-latest/boards/nxp/mimxrt1060_evk/ |
D | mimxrt1060_evk.dtsi | 301 &pxp {
|
/Zephyr-latest/boards/nxp/mimxrt1064_evk/ |
D | mimxrt1064_evk.dts | 343 &pxp {
|
/Zephyr-latest/doc/releases/ |
D | release-notes-3.5.rst | 502 * Added support for NXP Pixel Pipeline (PXP) for display acceleration 1568 * :dtcompatible:`nxp,pxp` 1644 * new property: ``nxp,pxp``
|
D | release-notes-4.0.rst | 506 or vertical axis using the PXP. Use 518 * Added flip feature to the NXP dma_mcux_pxp driver (:dtcompatible:`nxp,pxp`)
|