/linux/drivers/gpu/drm/sti/ |
H A D | NOTES | 7 - The Compositor is a multiplane, dual-mixer (Main & Aux) digital processor. It 13 - The TV OUT pre-formats (convert, clip, round) the compositor output data 26 ------- | COMPOSITOR | | TV OUT | :===========: 40 - The CRTCs are mapped to the Compositor Main and Aux Mixers 41 - The Framebuffers and planes are mapped to the Compositor GDP (non video 43 - The Cursor is mapped to the Compositor Cursor 54 | ------- | COMPOSITOR | | |TV OUT | | :===========: |
|
H A D | sti_compositor.h | 38 * STI Compositor data structure 40 * @nb_subdev: number of subdevices supported by the compositor 50 * STI Compositor structure
|
H A D | sti_compositor.c | 30 * stiH407 compositor properties 166 .compatible = "st,stih407-compositor", 185 DRM_ERROR("Failed to allocate compositor context\n"); in sti_compositor_probe() 268 .name = "sti-compositor",
|
H A D | sti_drv.h | 20 * @compo: compositor
|
H A D | sti_crtc.c | 72 DRM_INFO("Failed to prepare/enable compositor clk\n"); in sti_crtc_mode_set()
|
H A D | sti_dvo.c | 306 /* DVO clocks = compositor clock */ in sti_dvo_set_mode()
|
/linux/Documentation/gpu/amdgpu/display/ |
H A D | mpo-overview.rst | 17 * Plane independent page flips - No need to be tied to global compositor 115 * 1 RGBA DRM Overlay Plane (e.g. ARGB8888 desktop). The compositor should 138 The overlay plane should be the native size of the CRTC. The compositor must 144 The compositor should create a YUV buffer matching the native size of the CRTC. 151 The overlay plane should be the native size of the CRTC. The compositor must 180 behavior heavily relies on the compositor implementation. Keep in mind that 185 video playback in the middle of two displays, and it is up to the compositor to
|
/linux/Documentation/devicetree/bindings/display/ |
H A D | st,stih4xx.txt | 28 - sti-compositor: frame compositor engine 31 - compatible: "st,stih<chip>-compositor" 179 sti-compositor@fd340000 { 180 compatible = "st,stih416-compositor";
|
/linux/drivers/gpu/drm/renesas/rcar-du/ |
H A D | Kconfig | 66 bool "R-Car DU VSP Compositor Support" if ARM 71 Enable support to expose the R-Car VSP Compositor as KMS planes.
|
H A D | rcar_du_vsp.h | 3 * R-Car Display Unit VSP-Based Compositor
|
H A D | rcar_du_vsp.c | 3 * R-Car Display Unit VSP-Based Compositor
|
/linux/drivers/gpu/drm/hisilicon/kirin/ |
H A D | kirin_drm_ade.c | 38 #define OUT_OVLY ADE_OVLY2 /* output overlay compositor */ 204 /* set overlay compositor output size */ in ade_ldi_set_mode() 330 /* enable output overlay compositor */ in ade_display_enable() 427 /* dump compositor routing regs */ in ade_dump_regs() 431 /* dump overlay compositor regs */ in ade_dump_regs() 688 /* connect this plane/channel to overlay2 compositor */ in ade_compositor_routing_set() 700 /* dis-connect this plane/channel of overlay2 compositor */ in ade_compositor_routing_disable() 706 * Typicaly, a channel looks like: DMA-->clip-->scale-->ctrans-->compositor 737 /* 5) compositor routing setting */ in ade_update_channel() 755 /* disable compositor routing */ in ade_disable_channel()
|
/linux/Documentation/gpu/ |
H A D | vkms.rst | 62 The tests need to be run without a compositor, so you need to switch to text 111 this case, compositor developers may end up creating a busy loop on virtual 113 because this can help compositor developers to test their features in
|
H A D | komeda-kms.rst | 34 for layer scaling, or connected to compositor and scale the whole display 38 Compositor (compiz) 40 Compositor blends multiple layers or pixel data flows into one single display 43 user can also insert a scaler between compositor and wb_layer to down scale
|
/linux/arch/arm/boot/dts/st/ |
H A D | stih407.dtsi | 48 sti-compositor@9d11000 { 49 compatible = "st,stih407-compositor";
|
H A D | stih410.dtsi | 140 sti-compositor@9d11000 { 141 compatible = "st,stih407-compositor";
|
/linux/drivers/gpu/drm/renesas/rz-du/ |
H A D | rzg2l_du_vsp.h | 3 * RZ/G2L Display Unit VSP-Based Compositor
|
H A D | rzg2l_du_crtc.c | 166 /* Enable the VSP compositor. */ in rzg2l_du_crtc_setup() 247 /* Disable the VSP compositor. */ in rzg2l_du_crtc_stop()
|
H A D | rzg2l_du_vsp.c | 3 * RZ/G2L Display Unit VSP-Based Compositor
|
/linux/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | crcc37d.c | 97 case 0x00000008: engine = "Compositor"; break; in crcc37d_ctx_finished()
|
H A D | crc907d.c | 113 case 0x00000008: engine = "Compositor"; break; in crc907d_ctx_finished()
|
/linux/include/drm/ |
H A D | drm_ioctl.h | 107 * master (display compositor) into compliance.
|
/linux/drivers/gpu/drm/arm/display/komeda/ |
H A D | komeda_pipeline.h | 32 KOMEDA_COMPONENT_COMPIZ0 = 16, /* compositor */ 418 /** @compiz: compositor */
|
/linux/Documentation/devicetree/bindings/soc/tegra/ |
H A D | nvidia,tegra20-pmc.yaml | 217 vic Video Imaging Compositor Tegra124/210
|
/linux/Documentation/driver-api/ |
H A D | dma-buf.rst | 321 On GPUs this poses a problem, because current desktop compositor protocols on
|