Home
last modified time | relevance | path

Searched full:rotator (Results 1 – 25 of 29) sorted by relevance

12

/linux/Documentation/devicetree/bindings/gpu/
H A Dsamsung-rotator.yaml4 $id: http://devicetree.org/schemas/gpu/samsung-rotator.yaml#
7 title: Samsung SoC Image Rotator
15 - samsung,s5pv210-rotator
16 - samsung,exynos4210-rotator
17 - samsung,exynos4212-rotator
18 - samsung,exynos5250-rotator
37 - const: rotator
50 rotator@12810000 {
51 compatible = "samsung,exynos4210-rotator";
55 clock-names = "rotator";
/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_rotator.c25 #include "regs-rotator.h"
28 * Rotator supports image crop/rotator and input/output DMA operations.
49 * A structure of rotator context.
52 * @clock: rotator gate clock.
53 * @limit_tbl: limitation of rotator.
226 dev_err(rot->dev, "failed to enable ROTATOR device.\n"); in rotator_commit()
256 rot->formats, rot->num_formats, "rotator"); in rotator_bind()
258 dev_info(dev, "The exynos rotator has been probed successfully\n"); in rotator_bind()
309 rot->clock = devm_clk_get(dev, "rotator"); in rotator_probe()
433 .compatible = "samsung,s5pv210-rotator",
[all …]
H A Dregs-rotator.h2 /* drivers/gpu/drm/exynos/regs-rotator.h
7 * Register definition file for Samsung Rotator Interface (Rotator) driver
/linux/drivers/mmc/host/
H A Dmmc_spi.c223 unsigned short rotator; in mmc_spi_response_get() local
267 rotator = *cp++ << 8; in mmc_spi_response_get()
276 rotator |= *cp++; in mmc_spi_response_get()
277 while (rotator & 0x8000) { in mmc_spi_response_get()
279 rotator <<= 1; in mmc_spi_response_get()
281 cmd->resp[0] = rotator >> 8; in mmc_spi_response_get()
282 leftover = rotator; in mmc_spi_response_get()
332 rotator = leftover << 8; in mmc_spi_response_get()
333 rotator |= *cp << bitshift; in mmc_spi_response_get()
334 cmd->resp[0] |= (rotator & 0xFF00); in mmc_spi_response_get()
[all …]
/linux/Documentation/devicetree/bindings/display/msm/
H A Dqcom,mdp5.yaml78 - description: Interconnect path from rotator port to the data bus
85 - const: rotator-mem
H A Dqcom,sm6115-dpu.yaml34 - description: Display rotator
H A Dqcom,sc7180-dpu.yaml37 - description: Display rotator clock
H A Dqcom,sm7150-dpu.yaml32 - description: Display rotator clock
/linux/Documentation/admin-guide/media/
H A Dfimc.rst12 space converter, image resizer and rotator. It's also capable of capturing
15 slightly different capabilities, like pixel alignment constraints, rotator
/linux/arch/arm/boot/dts/samsung/
H A Ds5pv210.dtsi529 rotator: rotator@fa300000 { label
530 compatible = "samsung,s5pv210-rotator";
535 clock-names = "rotator";
H A Dexynos4.dtsi733 rotator: rotator@12810000 { label
734 compatible = "samsung,exynos4210-rotator";
738 clock-names = "rotator";
H A Dexynos5420.dtsi796 rotator: rotator@11c00000 { label
797 compatible = "samsung,exynos5250-rotator";
801 clock-names = "rotator";
H A Dexynos4x12.dtsi631 &rotator {
632 compatible = "samsung,exynos4212-rotator";
H A Dexynos4210.dtsi525 &rotator {
/linux/Documentation/devicetree/bindings/gpio/
H A Dst,stmpe-gpio.yaml12 touchscreen, ADC, PWM or rotator. It can contain one or several different
/linux/drivers/accel/habanalabs/include/gaudi2/asic_reg/
H A Drot0_regs.h19 * (Prototype: ROTATOR)
H A Drot0_masks.h19 * (Prototype: ROTATOR)
/linux/Documentation/devicetree/bindings/mfd/
H A Dtc3589x.txt4 following built-in devices: gpio, keypad, rotator (vibrator), PWM (for
H A Dst,stmpe.yaml11 touchscreen, ADC, PWM or rotator. It can contain one or several different
/linux/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-reg.c81 * The input and output rotator cannot work simultaneously. in fimc_hw_set_rotation()
82 * Use the output rotator in output DMA mode or the input rotator in fimc_hw_set_rotation()
/linux/drivers/media/platform/mediatek/mdp/
H A Dmtk_mdp_m2m.c27 * @target_rot_dis_w: pixel dst scaled width with the rotator is off
28 * @target_rot_dis_h: pixel dst scaled height with the rotator is off
29 * @target_rot_en_w: pixel dst scaled width with the rotator is on
30 * @target_rot_en_h: pixel dst scaled height with the rotator is on
/linux/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c46 * block rotator, writing to the correct destination:
58 * If the 8x8 block rotator is used, horizontal or vertical flipping
478 * alignment, or pixel alignment due to image format or rotator
481 * @out_burst: horizontal output burst size or rotator block size
540 * actual DMA burst size, or the rotator block size. in find_best_seam()
648 * for all corresponding output tiles. If the 90° rotator is used, the output
681 * for all corresponding output tiles. If the 90° rotator is used, the output
/linux/include/linux/habanalabs/
H A Dhl_boot_if.h520 * @rot_mask - Rotator binning information
/linux/drivers/media/platform/chips-media/coda/
H A Dcoda-bit.c2215 * as the rotator buffer output, and that the ROT_INDEX in coda_prepare_decode()
2501 * be rotator output to dequeue in coda_finish_decode()
2588 /* The rotator will copy the current display frame next time */ in coda_finish_decode()
/linux/drivers/media/platform/nxp/
H A Dimx-pxp.c3 * i.MX Pixel Pipeline (PXP) mem-to-mem scaler/CSC/rotator driver
1945 MODULE_DESCRIPTION("i.MX PXP mem2mem scaler/CSC/rotator");

12