mirror_ubuntu-kernels/Documentation/devicetree/bindings/display/panel
Linus Torvalds 93b694d096 drm next for 5.10-rc1
New driver:
 Cadence MHDP8546 DisplayPort bridge driver
 
 core:
 - cross-driver scatterlist cleanups
 - devm_drm conversions
 - remove drm_dev_init
 - devm_drm_dev_alloc conversion
 
 ttm:
 - lots of refactoring and cleanups
 
 bridges:
 - chained bridge support in more drivers
 
 panel:
 - misc new panels
 
 scheduler:
 - cleanup priority levels
 
 displayport:
 - refactor i915 code into helpers for nouveau
 
 i915:
 - split into display and GT trees
 - WW locking refactoring in GEM
 - execbuf2 extension mechanism
 - syncobj timeline support
 - GEN 12 HOBL display powersaving
 - Rocket Lake display additions
 - Disable FBC on Tigerlake
 - Tigerlake Type-C + DP improvements
 - Hotplug interrupt refactoring
 
 amdgpu:
 - Sienna Cichlid updates
 - Navy Flounder updates
 - DCE6 (SI) support for DC
 - Plane rotation enabled
 - TMZ state info ioctl
 - PCIe DPC recovery support
 - DC interrupt handling refactor
 - OLED panel fixes
 
 amdkfd:
 - add SMI events for thermal throttling
 - SMI interface events ioctl update
 - process eviction counters
 
 radeon:
 - move to dma_ for allocations
 - expose sclk via sysfs
 
 msm:
 - DSI support for sm8150/sm8250
 - per-process GPU pagetable support
 - Displayport support
 
 mediatek:
 - move HDMI phy driver to PHY
 - convert mtk-dpi to bridge API
 - disable mt2701 tmds
 
 tegra:
 - bridge support
 
 exynos:
 - misc cleanups
 
 vc4:
 - dual display cleanups
 
 ast:
 - cleanups
 
 gma500:
 - conversion to GPIOd API
 
 hisilicon:
 - misc reworks
 
 ingenic:
 - clock handling and format improvements
 
 mcde:
 - DSI support
 
 mgag200:
 - desktop g200 support
 
 mxsfb:
 - i.MX7 + i.MX8M
 - alpha plane support
 
 panfrost:
 - devfreq support
 - amlogic SoC support
 
 ps8640:
 - EDID from eDP retrieval
 
 tidss:
 - AM65xx YUV workaround
 
 virtio:
 - virtio-gpu exported resources
 
 rcar-du:
 - R8A7742, R8A774E1 and R8A77961 support
 - YUV planar format fixes
 - non-visible plane handling
 - VSP device reference count fix
 - Kconfig fix to avoid displaying disabled options in .config
 -----BEGIN PGP SIGNATURE-----
 
 iQIcBAABAgAGBQJfh579AAoJEAx081l5xIa+GqoP/0amz+ZN7y/L7+f32CRinJ7/
 3e4xjXNDmtWG4Whe/WKjlYmbAcvSdWV/4HYpurW2BFJnOAB/5lIqYcS/PyqErPzA
 w4EpRoJ+ZdFgmlDH0vdsDwPLT/HFmhUN9AopNkoZpbSMxrManSj5QgmePXyiKReP
 Q+ZAK5UW5AdOVY4bgXUSEkVq2eilCLXf+bSBR/LrVQuNgu7GULX8SIy/Y1CuMtv8
 LgzzjLKfIZaIWC+F/RU7BxJ7YnrVq7z7yXnUx8j2416+k/Wwe+BeSUCSZstT7q9G
 UkX8jWfR7ZKqhwP+UQeSwDbHkALz7lv88nyjQdxJZ3SrXRe4hy14YjxnR4maeNAj
 3TAYSdcAMWyRHqeEZIZ7Hj5sQtTq5OZAoIjxzH3vpVdAnnAkcWoF77pqxV8XPqTC
 nw40DihAxQOshGwMkjd5DqkEwnMv43Hs1WTVYu9dPTOfOdqPNt+Vqp7Xl9Z46+kV
 k6PDcx60T9ayDW1QZ6MoIXHta9E7ixzu7gYBL3vP4LuporY0uNG3bzF3CMvof1BK
 sHYcYTdZkqbTD2d6rHV+TbpPQXgTtlej9qVlQM4SeX37Xtc7LxCYpnpUHKz2S/fK
 1vyeGPgdytHblwlxwZOPZ4R2I/HTfnITdr4kMcJHhxAsEewfW1Rd4+stQqVJ2Mph
 Vz+CFP2BngivGFz5vuky
 =4H8J
 -----END PGP SIGNATURE-----

Merge tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm

Pull drm updates from Dave Airlie:
 "Not a major amount of change, the i915 trees got split into display
  and gt trees to better facilitate higher level review, and there's a
  major refactoring of i915 GEM locking to use more core kernel concepts
  (like ww-mutexes). msm gets per-process pagetables, older AMD SI cards
  get DC support, nouveau got a bump in displayport support with common
  code extraction from i915.

  Outside of drm this contains a couple of patches for hexint
  moduleparams which you've acked, and a virtio common code tree that
  you should also get via it's regular path.

  New driver:
   - Cadence MHDP8546 DisplayPort bridge driver

  core:
   - cross-driver scatterlist cleanups
   - devm_drm conversions
   - remove drm_dev_init
   - devm_drm_dev_alloc conversion

  ttm:
   - lots of refactoring and cleanups

  bridges:
   - chained bridge support in more drivers

  panel:
   - misc new panels

  scheduler:
   - cleanup priority levels

  displayport:
   - refactor i915 code into helpers for nouveau

  i915:
   - split into display and GT trees
   - WW locking refactoring in GEM
   - execbuf2 extension mechanism
   - syncobj timeline support
   - GEN 12 HOBL display powersaving
   - Rocket Lake display additions
   - Disable FBC on Tigerlake
   - Tigerlake Type-C + DP improvements
   - Hotplug interrupt refactoring

  amdgpu:
   - Sienna Cichlid updates
   - Navy Flounder updates
   - DCE6 (SI) support for DC
   - Plane rotation enabled
   - TMZ state info ioctl
   - PCIe DPC recovery support
   - DC interrupt handling refactor
   - OLED panel fixes

  amdkfd:
   - add SMI events for thermal throttling
   - SMI interface events ioctl update
   - process eviction counters

  radeon:
   - move to dma_ for allocations
   - expose sclk via sysfs

  msm:
   - DSI support for sm8150/sm8250
   - per-process GPU pagetable support
   - Displayport support

  mediatek:
   - move HDMI phy driver to PHY
   - convert mtk-dpi to bridge API
   - disable mt2701 tmds

  tegra:
   - bridge support

  exynos:
   - misc cleanups

  vc4:
   - dual display cleanups

  ast:
   - cleanups

  gma500:
   - conversion to GPIOd API

  hisilicon:
   - misc reworks

  ingenic:
   - clock handling and format improvements

  mcde:
   - DSI support

  mgag200:
   - desktop g200 support

  mxsfb:
   - i.MX7 + i.MX8M
   - alpha plane support

  panfrost:
   - devfreq support
   - amlogic SoC support

  ps8640:
   - EDID from eDP retrieval

  tidss:
   - AM65xx YUV workaround

  virtio:
   - virtio-gpu exported resources

  rcar-du:
   - R8A7742, R8A774E1 and R8A77961 support
   - YUV planar format fixes
   - non-visible plane handling
   - VSP device reference count fix
   - Kconfig fix to avoid displaying disabled options in .config"

* tag 'drm-next-2020-10-15' of git://anongit.freedesktop.org/drm/drm: (1494 commits)
  drm/ingenic: Fix bad revert
  drm/amdgpu: Fix invalid number of character '{' in amdgpu_acpi_init
  drm/amdgpu: Remove warning for virtual_display
  drm/amdgpu: kfd_initialized can be static
  drm/amd/pm: setup APU dpm clock table in SMU HW initialization
  drm/amdgpu: prevent spurious warning
  drm/amdgpu/swsmu: fix ARC build errors
  drm/amd/display: Fix OPTC_DATA_FORMAT programming
  drm/amd/display: Don't allow pstate if no support in blank
  drm/panfrost: increase readl_relaxed_poll_timeout values
  MAINTAINERS: Update entry for st7703 driver after the rename
  Revert "gpu/drm: ingenic: Add option to mmap GEM buffers cached"
  drm/amd/display: HDMI remote sink need mode validation for Linux
  drm/amd/display: Change to correct unit on audio rate
  drm/amd/display: Avoid set zero in the requested clk
  drm/amdgpu: align frag_end to covered address space
  drm/amdgpu: fix NULL pointer dereference for Renoir
  drm/vmwgfx: fix regression in thp code due to ttm init refactor.
  drm/amdgpu/swsmu: add interrupt work handler for smu11 parts
  drm/amdgpu/swsmu: add interrupt work function
  ...
2020-10-15 10:46:16 -07:00
..
advantech,idk-1110wr.yaml dt-bindings: display: Add idk-1110wr binding 2020-03-14 08:36:10 +01:00
advantech,idk-2121wr.yaml dt-bindings: display: Add idk-2121wr binding 2020-03-10 20:53:49 +01:00
arm,versatile-tft-panel.yaml dt-bindings: display: arm: versatile: Pass the sysreg unit name 2020-06-30 08:42:26 -06:00
armadeus,st0700-adapt.yaml dt-bindings: display: Convert armadeus,st0700-adapt panel to DT schema 2019-07-08 13:39:13 -06:00
asus,z00t-tm5p5-nt35596.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
bananapi,s070wv20-ct16.yaml dt-bindings: display: Convert bananapi,s070wv20-ct16 panel to DT schema 2019-07-08 13:39:17 -06:00
boe,himax8279d.yaml dt-bindings: display: convert boe,himax8279d to DT Schema 2020-04-15 18:00:28 +02:00
boe,tv101wum-nl6.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
display-timing.txt dt-bindings: display: convert display-timings to DT schema 2020-02-29 19:08:04 +01:00
display-timings.yaml dt-bindings: display: grammar fixes in panel/ 2020-03-21 21:14:43 +01:00
dlc,dlc0700yzg-1.yaml dt-bindings: display: Convert dlc,dlc0700yzg-1 panel to DT schema 2019-07-08 13:39:22 -06:00
elida,kd35t133.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
feixin,k101-im2ba02.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
feiyang,fy07024di26a30d.yaml dt-bindings: display: panel: Convert feiyang,fy07024di26a30d to DT schema 2020-04-07 22:11:36 +02:00
ilitek,ili9322.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
ilitek,ili9881c.yaml dt-bindings: ili9881c: add compatible string for Feixin K101-IM2BYL02 2020-08-15 16:50:49 +02:00
innolux,ee101ia-01d.yaml dt-bindings: display: Convert innolux,ee101ia-01 panel to DT schema 2019-07-08 13:39:41 -06:00
innolux,p097pfg.yaml dt-bindings: display: convert innolux,p097pfg to DT Schema 2020-04-15 18:00:28 +02:00
innolux,p120zdg-bf1.yaml dt-bindings: display: convert innolux,p120zdg-bf1 to DT Schema 2020-04-15 18:00:28 +02:00
jdi,lt070me05000.yaml dt-bindings: display: convert jdi,lt070me05000 to DT Schema 2020-04-15 18:00:28 +02:00
kingdisplay,kd035g6-54nt.yaml dt-bindings: display: convert kingdisplay,kd035g6-54nt to DT Schema 2020-04-15 18:00:29 +02:00
leadtek,ltk050h3146w.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
leadtek,ltk500hd1829.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
lg,lg4573.yaml dt-bindings: display: convert lg,lg4573 to DT Schema 2020-04-15 18:00:29 +02:00
lgphilips,lb035q02.yaml dt-bindings: display: convert lgphilips,lb035q02 to DT Schema 2020-04-15 18:05:46 +02:00
logicpd,type28.yaml dt-bindings: Add Logic PD Type 28 display panel 2019-11-30 23:03:04 +01:00
lvds.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
mantix,mlaf057we51-x.yaml dt-bindings: Add Mantix MLAF057WE51-X panel bindings 2020-08-18 18:37:09 +02:00
mitsubishi,aa104xd12.yaml dt-bindings: display: Convert mitsubishi,aa104xd12 panel to DT schema 2019-07-08 13:39:46 -06:00
mitsubishi,aa121td01.yaml dt-bindings: display: Convert mitsubishi,aa121td01 panel to DT schema 2019-07-08 13:39:51 -06:00
nec,nl8048hl11.yaml dt-bindings: display: panel: Add bindings for NEC NL8048HL11 panel 2019-08-14 22:23:10 +02:00
novatek,nt35510.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
olimex,lcd-olinuxino.yaml dt-bindings: display: convert olimex,lcd-olinuxino to DT Schema 2020-04-15 18:05:46 +02:00
orisetech,otm8009a.yaml dt-bindings: display: fix panel warnings 2020-03-14 00:08:29 +01:00
panel-common.yaml dt-bindings: Explicitly allow additional properties in common schemas 2020-10-07 11:30:06 -05:00
panel-dpi.yaml dt-bindings: display: drop data-mapping from panel-dpi 2020-03-25 21:58:32 +01:00
panel-dsi-cm.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
panel-simple-dsi.yaml dt-bindings: display: convert innolux,p079zca to DT Schema 2020-07-10 20:50:25 +02:00
panel-simple.yaml dt-bindings: display: simple: Add AM-1280800N3TZQW-T00H 2020-08-29 23:01:03 +02:00
panel-timing.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
pda,91-00156-a0.yaml dt-bindings: display: Convert pda,91-00156-a0 panel to DT schema 2019-07-08 13:39:26 -06:00
raspberrypi,7inch-touchscreen.yaml dt-bindings: display: Convert raspberrypi,7inch-touchscreen panel to DT schema 2019-07-08 13:39:30 -06:00
raydium,rm67191.yaml dt-bindings: display: convert raydium,rm67191 to DT Schema 2020-04-15 18:00:29 +02:00
raydium,rm68200.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
rocktech,jh057n00900.yaml dt-bindings: panel: rocktech,jh057n00900: Add myself as maintainer 2020-08-16 17:23:47 +02:00
ronbo,rb070d30.yaml dt-bindings: Change maintainer address 2019-12-12 18:38:10 -06:00
samsung,amoled-mipi-dsi.yaml dt-bindings: display: samsung,amoled-mipi-dsi: Do not require enable-gpios on samsung,s6e63j0x03 2020-09-14 12:16:18 -06:00
samsung,ld9040.yaml dt-bindings: display: convert samsung,ld9040 to DT Schema 2020-04-15 18:05:45 +02:00
samsung,s6d16d0.yaml dt-bindings: display: convert samsung,s6d16d0 to DT Schema 2020-04-15 18:05:45 +02:00
samsung,s6e8aa0.yaml dt-bindings: display: convert samsung,s6e8aa0 to DT Schema 2020-07-10 20:52:51 +02:00
samsung,s6e63m0.yaml dt-bindings: display: convert samsung,s6e63m0 to DT Schema 2020-04-15 17:18:33 +02:00
samsung,s6e88a0-ams452ef01.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
seiko,43wvf1g.yaml dt-bindings: display: convert seiko,43wvf1g to DT Schema 2020-04-15 18:05:46 +02:00
sgd,gktw70sdae4se.yaml dt-bindings: display: Convert sgd,gktw70sdae4se panel to DT schema 2019-07-08 13:39:55 -06:00
sharp,ld-d5116z01b.yaml dt-bindings: display: Convert sharp, ld-d5116z01b panel to DT schema 2019-10-15 12:29:36 -05:00
sharp,lq101r1sx01.yaml dt-bindings: display: convert sharp,lq101r1sx01 to DT Schema 2020-07-10 20:53:08 +02:00
sharp,lq150x1lg11.yaml dt-bindings: display: convert sharp,lq150x1lg11 to DT Schema 2020-04-15 18:05:46 +02:00
sharp,ls037v7dw01.yaml dt-bindings: display: convert sharp,ls037v7dw01 to DT Schema 2020-04-15 18:05:46 +02:00
sharp,ls043t1le01.yaml dt-bindings: display: convert sharp,ls043t1le01 to DT Schema 2020-04-15 18:05:45 +02:00
sitronix,st7701.yaml dt-bindings: display: panel: Convert sitronix,st7701 to DT schema 2020-04-07 22:11:43 +02:00
sitronix,st7789v.yaml dt-bindings: display: convert sitronix,st7789v to DT Schema 2020-04-15 18:05:45 +02:00
sony,acx424akp.yaml dt-bindings: Clean-up schema indentation formatting 2020-04-16 16:59:22 -05:00
sony,acx565akm.yaml dt-bindings: display: convert sony,acx565akm to DT Schema 2020-04-15 18:05:45 +02:00
startek,startek-kd050c.yaml dt-bindings: display: convert startek,startek-kd050c to DT Schema 2020-04-15 18:05:45 +02:00
tfc,s9700rtwv43tr-01b.yaml dt-bindings: display: Convert tfc,s9700rtwv43tr-01b panel to DT schema 2019-07-08 13:39:35 -06:00
ti,nspire.yaml drm/panel: simple: Add TI nspire panel bindings 2019-08-09 09:15:25 +02:00
tpo,td.yaml dt-bindings: display: convert toppoly panels to DT Schema 2020-04-15 18:05:45 +02:00
tpo,tpg110.yaml dt-bindings: Add missing 'unevaluatedProperties' 2020-10-07 11:26:41 -05:00
visionox,rm69299.yaml dt-bindings: Whitespace clean-ups in schema files 2020-08-14 08:55:58 -06:00
xinpeng,xpp055c272.yaml Devicetree updates for v5.8: 2020-06-04 20:11:25 -07:00