linux-xiaomi-chiron/Documentation/devicetree/bindings/display
Linus Torvalds 8186749621 drm next for 5.9-rc1
core:
 - add user def flag to cmd line modes
 - dma_fence_wait added might_sleep
 - dma-fence lockdep annotations
 - indefinite fences are bad documentation
 - gem CMA functions used in more drivers
 - struct mutex removal
 - more drm_ debug macro usage
 - set/drop master api fixes
 - fix for drm/mm hole size comparison
 - drm/mm remove invalid entry optimization
 - optimise drm/mm hole handling
 - VRR debugfs added
 - uncompressed AFBC modifier support
 - multiple display id blocks in EDID
 - multiple driver sg handling fixes
 - __drm_atomic_helper_crtc_reset in all drivers
 - managed vram helpers
 
 ttm:
 - ttm_mem_reg handling cleanup
 - remove bo offset field
 - drop CMA memtype flag
 - drop mappable flag
 
 xilinx:
 - New Xilinx ZynqMP DisplayPort Subsystem driver
 
 nouveau:
 - add CRC support
 - start using NVIDIA published class header files
 - convert all push buffer emission to new macros
 - Proper push buffer space management for EVO/NVD channels.
 - firmware loading fixes
 - 2MiB system memory pages support on Pascal and newer
 
 vkms:
 - larget cursor support
 
 i915:
 - Rocketlake platform enablement
 - Early DG1 enablement
 - Numerous GEM refactorings
 - DP MST fixes
 - FBC, PSR, Cursor, Color, Gamma fixes
 - TGL, RKL, EHL workaround updates
 - TGL 8K display support fixes
 - SDVO/HDMI/DVI fixes
 
 amdgpu:
 - Initial support for Sienna Cichlid GPU
 - Initial support for Navy Flounder GPU
 - SI UVD/VCE support
 - expose rotation property
 - Add support for unique id on Arcturus
 - Enable runtime PM on vega10 boards that support BACO
 - Skip BAR resizing if the bios already did id
 - Major swSMU code cleanup
 - Fixes for DCN bandwidth calculations
 
 amdkfd:
 - Track SDMA usage per process
 - SMI events interface
 
 radeon:
 - Default to on chip GART for AGP boards on all arches
 - Runtime PM reference count fixes
 
 msm:
 - headers regenerated causing churn
 - a650/a640 display and GPU enablement
 - dpu dither support for 6bpc panels
 - dpu cursor fix
 - dsi/mdp5 enablement for sdm630/sdm636/sdm66
 
 tegra:
 - video capture prep support
 - reflection support
 
 mediatek:
 - convert mtk_dsi to bridge API
 
 meson:
 - FBC support
 
 sun4i:
 - iommu support
 
 rockchip:
 - register locking fix
 - per-pixel alpha support PX30 VOP
 
 -
 mgag200:
 - ported to simple and shmem helpers
 - device init cleanups
 - use managed pci functions
 - dropped hw cursor support
 
 ast:
 - use managed pci functions
 - use managed VRAM helpers
 - rework cursor support
 
 malidp:
 - dev_groups support
 
 hibmc:
 - refactor hibmc_drv_vdac:
 
 vc4:
 - create TXP CRTC
 
 imx:
 - error path fixes and cleanups
 
 etnaviv:
 - clock handling and error handling cleanups
 - use pin_user_pages
 -----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJfK1atAAoJEAx081l5xIa+vDkQAJvl/mjbEA7fDy8Ysa0cgPLI
 8nI4Bo/MaxkyRfUcP8+f/n3QQrRME37C0xa/Mn6SG1oFAdlovPwDqmDr5kjhkrMI
 geo8oJb2Q+AsrJr+ejpuF+iq0FxWi64bLbwJFJ2nBet+lHTMzoPceWeq3gG1Vvfl
 h6PV4B/9TjrnbhcKLIQSEmJ0kZp9uMkDBF/iynVn4+AKAkG1rQNjigdTH48IFPoz
 28KuqG0B4NWu648zYXhjsN0kD3Dxjv3YOH+FsoWQpQa9icCTySYbySsQ7l0/XvA3
 4BPtP3rWMhU46FHTBkWF72WQR4F0B4wm5DJJKMeG4vb1mXakOqAKcAq7JAbka+wL
 PBIiU+AcAKRSiwHmYDuDWtDoSpvYncuo0p3IvNP5hhih+7hqCnLIULDWS+V8AUzW
 39usS/DXsVKk/HGYIYC89cRwsqWYD4c7edzOBdPQxW4LNYCD2gXezLJ5TeeR2lih
 y9JIVnPiluWleOovs4W3BoZNRuLc1rHBO6COToXjlme/48Z+sRHBAoge6UZurqRN
 jr+e60cS7n/DOeJQuNf4UHZnK48Pc24+3kVfMHlX+OKn8VuKPGr+USkeHV/NYL/B
 USiKCAxkkZM0dxerSb1/Ra9kGnchf0QBpA6Fsem8kV61Z4GVc+K6xJWg7KXB6n/3
 7ZyalUKLwlOCz9sYsCCe
 =Yvtd
 -----END PGP SIGNATURE-----

Merge tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm

Pull drm updates from Dave Airlie:
 "New xilinx displayport driver, AMD support for two new GPUs (more
  header files), i915 initial support for RocketLake and some work on
  their DG1 (discrete chip).

  The core also grew some lockdep annotations to try and constrain what
  drivers do with dma-fences, and added some documentation on why the
  idea of indefinite fences doesn't work.

  The long list is below.

  I do have some fixes trees outstanding, but I'll follow up with those
  later.

  core:
   - add user def flag to cmd line modes
   - dma_fence_wait added might_sleep
   - dma-fence lockdep annotations
   - indefinite fences are bad documentation
   - gem CMA functions used in more drivers
   - struct mutex removal
   - more drm_ debug macro usage
   - set/drop master api fixes
   - fix for drm/mm hole size comparison
   - drm/mm remove invalid entry optimization
   - optimise drm/mm hole handling
   - VRR debugfs added
   - uncompressed AFBC modifier support
   - multiple display id blocks in EDID
   - multiple driver sg handling fixes
   - __drm_atomic_helper_crtc_reset in all drivers
   - managed vram helpers

  ttm:
   - ttm_mem_reg handling cleanup
   - remove bo offset field
   - drop CMA memtype flag
   - drop mappable flag

  xilinx:
   - New Xilinx ZynqMP DisplayPort Subsystem driver

  nouveau:
   - add CRC support
   - start using NVIDIA published class header files
   - convert all push buffer emission to new macros
   - Proper push buffer space management for EVO/NVD channels.
   - firmware loading fixes
   - 2MiB system memory pages support on Pascal and newer

  vkms:
   - larger cursor support

  i915:
   - Rocketlake platform enablement
   - Early DG1 enablement
   - Numerous GEM refactorings
   - DP MST fixes
   - FBC, PSR, Cursor, Color, Gamma fixes
   - TGL, RKL, EHL workaround updates
   - TGL 8K display support fixes
   - SDVO/HDMI/DVI fixes

  amdgpu:
   - Initial support for Sienna Cichlid GPU
   - Initial support for Navy Flounder GPU
   - SI UVD/VCE support
   - expose rotation property
   - Add support for unique id on Arcturus
   - Enable runtime PM on vega10 boards that support BACO
   - Skip BAR resizing if the bios already did id
   - Major swSMU code cleanup
   - Fixes for DCN bandwidth calculations

  amdkfd:
   - Track SDMA usage per process
   - SMI events interface

  radeon:
   - Default to on chip GART for AGP boards on all arches
   - Runtime PM reference count fixes

  msm:
   - headers regenerated causing churn
   - a650/a640 display and GPU enablement
   - dpu dither support for 6bpc panels
   - dpu cursor fix
   - dsi/mdp5 enablement for sdm630/sdm636/sdm66

  tegra:
   - video capture prep support
   - reflection support

  mediatek:
   - convert mtk_dsi to bridge API

  meson:
   - FBC support

  sun4i:
   - iommu support

  rockchip:
   - register locking fix
   - per-pixel alpha support PX30 VOP

  mgag200:
   - ported to simple and shmem helpers
   - device init cleanups
   - use managed pci functions
   - dropped hw cursor support

  ast:
   - use managed pci functions
   - use managed VRAM helpers
   - rework cursor support

  malidp:
   - dev_groups support

  hibmc:
   - refactor hibmc_drv_vdac:

  vc4:
   - create TXP CRTC

  imx:
   - error path fixes and cleanups

  etnaviv:
   - clock handling and error handling cleanups
   - use pin_user_pages"

* tag 'drm-next-2020-08-06' of git://anongit.freedesktop.org/drm/drm: (1747 commits)
  drm/msm: use kthread_create_worker instead of kthread_run
  drm/msm/mdp5: Add MDP5 configuration for SDM636/660
  drm/msm/dsi: Add DSI configuration for SDM660
  drm/msm/mdp5: Add MDP5 configuration for SDM630
  drm/msm/dsi: Add phy configuration for SDM630/636/660
  drm/msm/a6xx: add A640/A650 hwcg
  drm/msm/a6xx: hwcg tables in gpulist
  drm/msm/dpu: add SM8250 to hw catalog
  drm/msm/dpu: add SM8150 to hw catalog
  drm/msm/dpu: intf timing path for displayport
  drm/msm/dpu: set missing flush bits for INTF_2 and INTF_3
  drm/msm/dpu: don't use INTF_INPUT_CTRL feature on sdm845
  drm/msm/dpu: move some sspp caps to dpu_caps
  drm/msm/dpu: update UBWC config for sm8150 and sm8250
  drm/msm/dpu: use right setup_blend_config for sm8150 and sm8250
  drm/msm/a6xx: set ubwc config for A640 and A650
  drm/msm/adreno: un-open-code some packets
  drm/msm: sync generated headers
  drm/msm/a6xx: add build_bw_table for A640/A650
  drm/msm/a6xx: fix crashstate capture for A650
  ...
2020-08-05 19:50:06 -07:00
..
armada
atmel dt-bindings: display: atmel: optional video-interface of endpoints 2018-08-27 21:21:16 +02:00
bridge drm next for 5.9-rc1 2020-08-05 19:50:06 -07:00
connector dt-bindings: display: Convert connectors to DT schema 2020-07-02 15:06:35 -06:00
exynos dt-bindings: exynos_dsim: update of graph bindings 2018-09-20 17:19:25 +09:00
hisilicon drm/hisilicon: Fix spelling of clock in hisi-ade.txt 2016-12-18 14:48:24 +01:00
imx dt: Fix broken references to renamed docs 2020-06-18 11:06:24 -06:00
mediatek dt-bindings: display: mediatek: get mipitx calibration data from nvmem 2020-04-22 07:10:13 +08:00
msm drm/msm/dsi: Add phy configuration for SDM630/636/660 2020-07-31 06:46:17 -07:00
panel Linux 5.8-rc6 2020-07-24 08:48:05 +10:00
rockchip dt: fix broken links due to txt->yaml renames 2020-06-18 10:45:05 -06:00
tegra dt-bindings: tegra: Add VI and CSI bindings 2020-05-12 22:47:15 +02:00
ti dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
tilcdc drm/tilcdc: Replace HTTP links with HTTPS ones 2020-07-21 10:09:33 -06:00
xlnx dt-bindings: display: xlnx: Add ZynqMP DP subsystem bindings 2020-07-18 02:56:07 +03:00
allwinner,sun4i-a10-display-backend.yaml dt-bindings: display: Convert Allwinner display pipeline to schemas 2020-01-09 19:15:38 +01:00
allwinner,sun4i-a10-display-engine.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
allwinner,sun4i-a10-display-frontend.yaml dt-bindings: display: Convert Allwinner display pipeline to schemas 2020-01-09 19:15:38 +01:00
allwinner,sun4i-a10-hdmi.yaml dt-bindings: Clean-up schema indentation formatting 2020-04-16 16:59:22 -05:00
allwinner,sun4i-a10-tcon.yaml dt-bindings: Remove cases of 'allOf' containing a '$ref' 2020-05-03 11:10:41 -05:00
allwinner,sun4i-a10-tv-encoder.yaml dt-bindings: Fix dtc warnings in examples 2020-02-28 14:15:52 -06:00
allwinner,sun6i-a31-drc.yaml dt-bindings: display: Convert Allwinner display pipeline to schemas 2020-01-09 19:15:38 +01:00
allwinner,sun6i-a31-mipi-dsi.yaml Devicetree updates for v5.8: 2020-06-04 20:11:25 -07:00
allwinner,sun8i-a83t-de2-mixer.yaml dt-bindings: display: sun8i-mixer: Allow for an iommu property 2020-05-15 15:01:04 +02:00
allwinner,sun8i-a83t-dw-hdmi.yaml dt-bindings: Clean-up schema indentation formatting 2020-04-16 16:59:22 -05:00
allwinner,sun8i-a83t-hdmi-phy.yaml dt-bindings: display: Convert Allwinner display pipeline to schemas 2020-01-09 19:15:38 +01:00
allwinner,sun8i-r40-tcon-top.yaml dt-bindings: display: Convert Allwinner display pipeline to schemas 2020-01-09 19:15:38 +01:00
allwinner,sun9i-a80-deu.yaml dt-bindings: display: Convert Allwinner display pipeline to schemas 2020-01-09 19:15:38 +01:00
amlogic,meson-dw-hdmi.yaml dt-bindings: Clean-up regulator '-supply' schemas 2019-10-14 09:23:54 -05:00
amlogic,meson-vpu.yaml dt-bindings: display: meson-vpu: fix indentation of reg-names' "items" 2020-03-31 16:07:15 -06:00
arm,hdlcd.txt Documentation: drm: Add DT bindings for ARM HDLCD 2016-02-10 10:58:33 +00:00
arm,komeda.txt dt/bindings: drm/komeda: Unify mclk/pclk/pipeline->aclk to one ACLK 2019-06-19 11:42:17 +01:00
arm,malidp.txt dt/bindings: display: Add optional property node define for Mali DP500 2019-10-17 14:53:52 +01:00
arm,pl11x.txt drm/pl111: Deprecate the pads from the DT binding 2019-08-03 11:58:57 +02:00
atmel,lcdc.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
brcm,bcm2835-dpi.yaml dt-bindings: display: vc4: dpi: Fix panel warning 2020-06-30 09:41:42 +02:00
brcm,bcm2835-dsi0.yaml dt-bindings: display: vc4: dsi: Add missing clock properties 2020-06-10 11:09:37 +02:00
brcm,bcm2835-hdmi.yaml dt-bindings: display: vc4: hdmi: Add missing clock-names property 2020-06-10 11:09:37 +02:00
brcm,bcm2835-hvs.yaml dt-bindings: display: Convert VC4 bindings to schemas 2020-06-10 11:09:37 +02:00
brcm,bcm2835-pixelvalve0.yaml dt-bindings: display: Convert VC4 bindings to schemas 2020-06-10 11:09:37 +02:00
brcm,bcm2835-txp.yaml dt-bindings: display: Convert VC4 bindings to schemas 2020-06-10 11:09:37 +02:00
brcm,bcm2835-v3d.yaml dt-bindings: display: Convert VC4 bindings to schemas 2020-06-10 11:09:37 +02:00
brcm,bcm2835-vc4.yaml dt-bindings: display: Convert VC4 bindings to schemas 2020-06-10 11:09:37 +02:00
brcm,bcm2835-vec.yaml dt-bindings: display: Convert VC4 bindings to schemas 2020-06-10 11:09:37 +02:00
cirrus,clps711x-fb.txt dt-bindings: display: clps711x-fb: fix native-mode setting 2019-10-11 10:30:20 -05:00
dsi-controller.yaml dt-bindings: display: look for dsi* nodes in dsi-controller 2020-04-15 17:18:21 +02:00
faraday,tve200.txt drm/tve200: Add DT bindings 2017-08-23 23:07:36 +02:00
fsl,dcu.txt drm/fsl-dcu: rework codes to support of_graph dt binding for panel 2016-07-15 18:06:28 -07:00
fsl,tcon.txt dt-bindings: Remove "status" from examples 2017-09-05 10:03:06 -05:00
google,goldfish-fb.txt Documentation: Add device tree binding for Goldfish FB driver 2017-11-09 18:09:30 +01:00
himax,hx8357d.txt dt-bindings: new binding for Himax HX8357D display panels 2018-10-30 16:23:33 -07:00
ht16k33.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
ilitek,ili9225.txt dt-bindings: update compatible string for ILI9225 2018-01-03 13:52:26 +01:00
ilitek,ili9341.txt dt-bindings: new binding for Ilitek ILI9341 display panels 2018-06-27 13:03:45 -05:00
ilitek,ili9486.yaml dt-bindings: add binding for tft displays based on ilitek,ili9486 2020-02-09 20:35:05 +01:00
ingenic,ipu.yaml dt-bindings: display: Add ingenic,ipu.yaml 2020-07-17 00:43:41 +02:00
ingenic,lcd.yaml dt-bindings: display: Convert ingenic,lcd.txt to YAML 2020-07-17 00:41:44 +02:00
marvell,pxa2xx-lcdc.txt video: fbdev: pxafb: Add support for lcd-supply regulator 2018-07-24 19:11:26 +02:00
marvell,pxa300-gcu.txt dt-bindings: display: add devicetree bindings for pxa300-gcu 2018-07-24 19:11:24 +02:00
mipi-dsi-bus.txt dt-bindings: mipi-dsi: Add dual-channel DSI related info 2018-07-25 16:36:02 +05:30
multi-inno,mi0283qt.txt dt-bindings: Add Multi-Inno MI0283QT binding 2017-02-18 18:05:01 +01:00
mxsfb.txt dt-bindings: mxsfb: Add compatible for iMX8MQ 2019-12-11 10:20:18 +08:00
renesas,cmm.yaml dt-bindings: Fix incorrect 'reg' property sizes 2020-05-14 14:43:27 -05:00
renesas,du.txt dt-bindings: display: renesas: du: Document optional reset properties 2020-05-14 02:10:52 +03:00
repaper.txt dt-bindings: Add Pervasive Displays RePaper bindings 2017-07-14 19:29:33 +02:00
simple-framebuffer.yaml dt-bindings: fix simple-framebuffer example 2020-07-10 21:00:24 +02:00
sitronix,st7586.txt dt-bindings: add binding for Sitronix ST7586 display panels 2017-08-11 18:29:47 +02:00
sitronix,st7735r.yaml dt-bindings: restrict properties for sitronix,st7735r 2020-01-23 19:16:36 +01:00
sm501fb.txt dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
snps,arcpgu.txt drm: Add DT bindings documentation for ARC PGU display controller 2016-04-26 18:26:45 +03:00
ssd1289fb.txt
ssd1307fb.txt dt-bindings: display: ssd1307fb: Add initialization properties 2019-07-23 17:18:34 +02:00
st,stih4xx.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
st,stm32-dsi.yaml dt-bindings: display: st,stm32-dsi: Fix white spaces 2019-10-29 11:41:00 -05:00
st,stm32-ltdc.yaml dt-bindings: display: st,stm32-dsi: Fix white spaces 2019-10-29 11:41:00 -05:00
ste,mcde.txt drm/mcde: Add device tree bindings 2019-04-17 22:54:03 +02:00
truly,nt35597.txt dt-bindings: Add Truly NT35597 panel driver bindings 2018-10-25 17:26:48 -04:00
via,vt8500-fb.txt
wm,prizm-ge-rops.txt
wm,wm8505-fb.txt
zte,vou.txt dt-bindings: display: add support for ZTE VGA device 2017-05-04 13:52:26 +08:00