OpenCloudOS-Kernel/Documentation/devicetree/bindings/display
Linus Torvalds a2d635decb drm pull request for 5.2
-----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJc04M6AAoJEAx081l5xIa+SJgP/0uIgIOM53vPpydgmr+2IEHF
 jbDqrd+mipgNriRVHjDsWdUHCUNtyhB7YEBCMrj3mY0rRFI7FlQQf4lOwYGoHiKP
 4JZg4kwC37997lFXl1uabGj3DmJLtxKL2/D15zCH/uLe+2EDzWznP6NVdFT3WK0P
 YKZQCWT19PWSsLoBRPutWxkmop4AYvkqE0a6vXUlJlFYZK3Bbytx6/179uWKfiX5
 ZkKEEtx1XiDAvcp5gBb6PISurycrBY0e/bkPBnK3ES5vawMbTU5IrmWOrQ4D8yOd
 z9qOVZawZ6+b2XBDgBWjQ9bM7I5R7Il1q/LglYEaFI9+wHUnlUdDSm6ft5/5BiCZ
 fqgkh5Bj2iEsajbSsacoljMOpxpYPqj63mqc+7fAGXF34V+B+9U1bpt8kCbMKowf
 7Abb7IuiCR6vLDapjP6VqTMvdQ4O466OEAN83ULGFTdmMqYYH4AxaIwc+xcAk/aP
 RNq7/RHhh4FRynRAj9fCkGlF3ArnM88gLINwWuEQq4SClWGcvdw7eaHpwWo77c4g
 iccCnTLqSIg5pDVu07AQzzBlW6KulWxh5o72x+Xx+EXWdYUDHQ1SlNs11bSNUBV1
 5MkrzY2GuD+NFEjsXJEDIPOr40mQOyJCXnxq8nXPsz/hD9kHeJPvWn3J3eVKyb5B
 Z6/knNqM0BDn3SaYR/rD
 =YFiQ
 -----END PGP SIGNATURE-----

Merge tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm

Pull drm updates from Dave Airlie:
 "This has two exciting community drivers for ARM Mali accelerators.
  Since ARM has never been open source friendly on the GPU side of the
  house, the community has had to create open source drivers for the
  Mali GPUs. Lima covers the older t4xx and panfrost the newer 6xx/7xx
  series. Well done to all involved and hopefully this will help ARM
  head in the right direction.

  There is also now the ability if you don't have any of the legacy
  drivers enabled (pre-KMS) to remove all the pre-KMS support code from
  the core drm, this saves 10% or so in codesize on my machine.

  i915 also enable Icelake/Elkhart Lake Gen11 GPUs by default, vboxvideo
  moves out of staging.

  There are also some rcar-du patches which crossover with media tree
  but all should be acked by Mauro.

  Summary:

  uapi changes:
   - Colorspace connector property
   - fourcc - new YUV formts
   - timeline sync objects initially merged
   - expose FB_DAMAGE_CLIPS to atomic userspace

  new drivers:
   - vboxvideo: moved out of staging
   - aspeed: ASPEED SoC BMC chip display support
   - lima: ARM Mali4xx GPU acceleration driver support
   - panfrost: ARM Mali6xx/7xx Midgard/Bitfrost acceleration driver support

  core:
   - component helper docs
   - unplugging fixes
   - devm device init
   - MIPI/DSI rate control
   - shmem backed gem objects
   - connector, display_info, edid_quirks cleanups
   - dma_buf fence chain support
   - 64-bit dma-fence seqno comparison fixes
   - move initial fb config code to core
   - gem fence array helpers for Lima
   - ability to remove legacy support code if no drivers requires it (removes 10% of drm.ko size)
   - lease fixes

  ttm:
   - unified DRM_FILE_PAGE_OFFSET handling
   - Account for kernel allocations in kernel zone only

  panel:
   - OSD070T1718-19TS panel support
   - panel-tpo-td028ttec1 backlight support
   - Ronbo RB070D30 MIPI/DSI
   - Feiyang FY07024DI26A30-D MIPI-DSI panel
   - Rocktech jh057n00900 MIPI-DSI panel

  i915:
   - Comet Lake (Gen9) PCI IDs
   - Updated Icelake PCI IDs
   - Elkhartlake (Gen11) support
   - DP MST property addtions
   - plane and watermark fixes
   - Icelake port sync and VEBOX disable fixes
   - struct_mutex usage reduction
   - Icelake gamma fix
   - GuC reset fixes
   - make mmap more asynchronous
   - sound display power well race fixes
   - DDI/MIPI-DSI clocks for Icelake
   - Icelake RPS frequency changing support
   - Icelake workarounds

  amdgpu:
   - Use HMM for userptr
   - vega20 experimental smu11 support
   - RAS support for vega20
   - BACO support for vega12 + fixes for vega20
   - reworked IH interrupt handling
   - amdkfd RAS support
   - Freesync improvements
   - initial timeline sync object support
   - DC Z ordering fixes
   - NV12 planes support
   - colorspace properties for planes=
   - eDP opts if eDP already initialized

  nouveau:
   - misc fixes

  etnaviv:
   - misc fixes

  msm:
   - GPU zap shader support expansion
   - robustness ABI addition

  exynos:
   - Logging cleanups

  tegra:
   - Shared reset fix
   - CPU cache maintenance fix

  cirrus:
   - driver rewritten using simple helpers

  meson:
   - G12A support

  vmwgfx:
   - Resource dirtying management improvements
   - Userspace logging improvements

  virtio:
   - PRIME fixes

  rockchip:
   - rk3066 hdmi support

  sun4i:
   - DSI burst mode support

  vc4:
   - load tracker to detect underflow

  v3d:
   - v3d v4.2 support

  malidp:
   - initial Mali D71 support in komeda driver

  tfp410:
   - omap related improvement

  omapdrm:
   - drm bridge/panel support
   - drop some omap specific panels

  rcar-du:
   - Display writeback support"

* tag 'drm-next-2019-05-09' of git://anongit.freedesktop.org/drm/drm: (1507 commits)
  drm/msm/a6xx: No zap shader is not an error
  drm/cma-helper: Fix drm_gem_cma_free_object()
  drm: Fix timestamp docs for variable refresh properties.
  drm/komeda: Mark the local functions as static
  drm/komeda: Fixed warning: Function parameter or member not described
  drm/komeda: Expose bus_width to Komeda-CORE
  drm/komeda: Add sysfs attribute: core_id and config_id
  drm: add non-desktop quirk for Valve HMDs
  drm/panfrost: Show stored feature registers
  drm/panfrost: Don't scream about deferred probe
  drm/panfrost: Disable PM on probe failure
  drm/panfrost: Set DMA masks earlier
  drm/panfrost: Add sanity checks to submit IOCTL
  drm/etnaviv: initialize idle mask before querying the HW db
  drm: introduce a capability flag for syncobj timeline support
  drm: report consistent errors when checking syncobj capibility
  drm/nouveau/nouveau: forward error generated while resuming objects tree
  drm/nouveau/fb/ramgk104: fix spelling mistake "sucessfully" -> "successfully"
  drm/nouveau/i2c: Disable i2c bus access after ->fini()
  drm/nouveau: Remove duplicate ACPI_VIDEO_NOTIFY_PROBE definition
  ...
2019-05-08 21:35:19 -07:00
..
armada
atmel dt-bindings: display: atmel: optional video-interface of endpoints 2018-08-27 21:21:16 +02:00
bridge dt-bindings: display: tfp410: Add bus-width parameter property 2019-04-12 09:39:01 +02:00
connector dt-bindings: display: add HPD gpio to DVI connector 2018-03-01 09:18:18 +02:00
etnaviv drm/etnaviv: remove the need for a gpu-subsystem DT node 2018-02-12 16:31:04 +01: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 fixes/cleanups for rc1, non-desktop flags for VR 2017-11-23 21:04:56 -10:00
mediatek drm/mediatek: update dt-bindings for mt2712 2018-06-24 11:59:27 +08:00
msm dt-bindings: drm/msm/gpu: Document a5xx / a6xx zap shader region 2019-04-21 07:37:17 -07:00
panel dt-bindings: drm/panel: simple: add lg,acx467akm-7 panel 2019-04-17 23:02:25 +02:00
rockchip dt-bindings: display: rockchip: add document for rk3066 hdmi 2019-03-31 13:40:30 +02:00
sunxi dt-bindings: display: sun4i-drm: Add compatible strings for A23 display 2019-01-25 10:40:55 +01:00
tegra dt-bindings: display: tegra: Support SOR crossbar configuration 2019-02-07 18:29:01 +01:00
ti dt-bindings: display/ti: Add optional property to set memory bandwidth limit 2017-12-19 10:32:00 +02:00
tilcdc dt-bindings: remove 'interrupt-parent' from bindings 2018-07-25 14:09:39 -06:00
amlogic,meson-dw-hdmi.txt dt-bindings: display: amlogic, meson-dw-hdmi: Add G12A compatible and ports 2019-04-09 11:11:21 +02:00
amlogic,meson-vpu.txt dt-bindings: display: amlogic, meson-vpu: Add G12A compatible and ports 2019-04-09 11:11:04 +02: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: Add DT bindings for ARM display processor D71 2019-01-14 11:09:23 +00:00
arm,malidp.txt dt/bindings: display: Add DT bindings for Mali Display Processors. 2016-06-15 15:18:20 +01:00
arm,pl11x.txt doc: bindings: fix bad reference to ARM CPU bindings 2019-01-11 17:12:50 -06:00
atmel,lcdc.txt dt-bindings: Remove leading 0x from bindings notation 2017-12-06 14:56:33 -06:00
brcm,bcm-vc4.txt drm/vc4: Add support for the transposer block 2018-07-07 07:54:46 +02:00
cirrus,clps711x-fb.txt Documentation: display: fix wrong documentation paths 2017-01-09 14:24:54 -06: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
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 new bindings for the MXSFB driver 2016-12-06 03:02:25 +01:00
renesas,du.txt dt-bindings: display: renesas: du: Document r8a774c0 bindings 2019-01-14 03:51:18 +02:00
repaper.txt dt-bindings: Add Pervasive Displays RePaper bindings 2017-07-14 19:29:33 +02:00
simple-framebuffer.yaml dt-bindings: Add schemas for simple-framebuffer 2019-04-10 16:33:48 -05:00
sitronix,st7586.txt dt-bindings: add binding for Sitronix ST7586 display panels 2017-08-11 18:29:47 +02:00
sitronix,st7735r.txt dt-bindings: display: add missing semicolon in example 2019-02-28 11:41:23 -06: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: Remove reset-active-low from examples 2019-02-08 19:24:48 +01:00
st,stih4xx.txt dt-bindings: Use lower case hex in unit-addresses 2017-12-26 10:37:05 -06:00
st,stm32-ltdc.txt dt-bindings: display: stm32: correct clock-names in dsi panel example 2018-01-30 11:45:01 +01: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