bianbu-linux-6.6/Documentation/devicetree/bindings/display/panel
Daniel Vetter 18589d74f4 drm-misc-next for v5.12:
UAPI Changes:
 - Not necessarily one, but we document that userspace needs to force probe connectors.
 
 Cross-subsystem Changes:
 - Require FB_ATY_CT for aty on sparc64.
 - video: Fix documentation, and a few compiler warnings.
 - Add devicetree bindings for DP connectors.
 - dma-buf: Update kernel-doc, and add might_lock for resv objects in begin/end_cpu_access.
 
 Core Changes:
 - ttm: Warn when releasing a pinned bo.
 - ttm: Cleanup bo size handling.
 - cma-helper: Remove prime infix, and implement mmap as GEM CMA functions.
 - Split drm_prime_sg_to_page_addr_arrays into 2 functions.
 - Add a new api to install irq using devm.
 - Update panel kerneldoc to inline style.
 - Add DP support to drm/bridge.
 - Assorted small fixes to ttm, fb-helper, scheduler.
 - Add atomic_commit_setup function callback.
 - Automatically use the atomic gamma_set, instead of forcing drivers to declare the default atomic version.
 - Allow using degamma for legacy gamma if gamma is not available.
 - Clarify that primary/cursor planes are not tied to 1 crtc (depending on possible_crtcs).
 - ttm: Cleanup the lru handler.
 
 Driver Changes:
 - Add pm support to ingenic.
 - Assorted small fixes in radeon, via, rockchip, omap2fb, kmb, gma500, nouveau, virtio, hisilicon, ingenic, s6e63m0 panel, ast, udlfb.
 - Add BOE NV110WTM-N61, ys57pss36bh5gq, Khadas TS050 panels.
 - Stop using pages with drm_prime_sg_to_page_addr_arrays, and switch all callers to use ttm_sg_tt_init.
 - Cleanup compiler and docbook warnings in a lot of fbdev devices.
 - Use the drmm_vram_helper in hisilicon.
 - Add support for BCM2711 DSI1 in vc4.
 - Add support for 8-bit delta RGB panels to ingenic.
 - Add documentation on how to test vkms.
 - Convert vc4 to atomic helpers.
 - Use degamma instead of gamma table in omap, to add support for CTM and color encoding/range properties.
 - Rework omap DSI code, and merge all omapdrm modules now that the last omap panel is now a drm panel.
 - More refactoring of omap dsi code.
 - Enable 10/12 bpc outputs in vc4.
 -----BEGIN PGP SIGNATURE-----
 
 iQIzBAABCgAdFiEEuXvWqAysSYEJGuVH/lWMcqZwE8MFAl/bLtAACgkQ/lWMcqZw
 E8M5mBAAs6iA3giF+LrzQzszZqOFmtExwjHsvJXDtiINrVubdRov2XbbaOZ+8Eax
 Cnnc5QzokJV8v1IReImz+cP7i4uXyWmwQsthY2WvHYLXZmZfZUV+rK4cCtJIKXlR
 9EvkEFtdPZ6OpyJ8p1G0r/UNqXxqOl4pEhp6NZdSj1mscz2yux/BuqX+1tX1j5+G
 SIfwcKIY+nIwnVpKwhJplJNfFwthRzENxq2KMt+PGLcpOWLHEgwqzKoR+ddTcKf2
 Nk1w2OERbnBVRt8NzCIeyczlSp4QuB+NpE5mFEBedmLatGYqwAIwPMt22AVRP9rc
 SdXqjVxg3UJ5UNMYXQwjrnJq1nIm1ViYt7za/e2aMC8g9oI7tNQ5uI7XViO6+tk5
 3vQV40pHVfMLGzkzqGhv9qHYAkkc+gPMAXwObuzmYppVVZn8dnrkAco7Ib8WPrRc
 g8JD0bpIsOrgqCTj2W54fC/ZP7hQZpffOrxWY7alhlriEl4E7To6OvTwEavIzxCm
 ajkO129oItOcATDTGiUV3JRWCTdCj4cNz7cQi4pC2QgaUIy8twjm57V8nnFDUCNg
 ifi1dIY24DOrHxdmZ8sAWZRoPzcl5a84c8EqEkGZieEsdr3Za4XMZD8tqI2uSJrU
 x+OfqgfvqNZenkuc+SUDZJQ855iqdkzJcqZnkAn61VpPh7XCtxk=
 =orEC
 -----END PGP SIGNATURE-----

Merge tag 'drm-misc-next-2020-12-17' of git://anongit.freedesktop.org/drm/drm-misc into drm-next

drm-misc-next for v5.12:

UAPI Changes:
- Not necessarily one, but we document that userspace needs to force probe connectors.

Cross-subsystem Changes:
- Require FB_ATY_CT for aty on sparc64.
- video: Fix documentation, and a few compiler warnings.
- Add devicetree bindings for DP connectors.
- dma-buf: Update kernel-doc, and add might_lock for resv objects in begin/end_cpu_access.

Core Changes:
- ttm: Warn when releasing a pinned bo.
- ttm: Cleanup bo size handling.
- cma-helper: Remove prime infix, and implement mmap as GEM CMA functions.
- Split drm_prime_sg_to_page_addr_arrays into 2 functions.
- Add a new api to install irq using devm.
- Update panel kerneldoc to inline style.
- Add DP support to drm/bridge.
- Assorted small fixes to ttm, fb-helper, scheduler.
- Add atomic_commit_setup function callback.
- Automatically use the atomic gamma_set, instead of forcing drivers to declare the default atomic version.
- Allow using degamma for legacy gamma if gamma is not available.
- Clarify that primary/cursor planes are not tied to 1 crtc (depending on possible_crtcs).
- ttm: Cleanup the lru handler.

Driver Changes:
- Add pm support to ingenic.
- Assorted small fixes in radeon, via, rockchip, omap2fb, kmb, gma500, nouveau, virtio, hisilicon, ingenic, s6e63m0 panel, ast, udlfb.
- Add BOE NV110WTM-N61, ys57pss36bh5gq, Khadas TS050 panels.
- Stop using pages with drm_prime_sg_to_page_addr_arrays, and switch all callers to use ttm_sg_tt_init.
- Cleanup compiler and docbook warnings in a lot of fbdev devices.
- Use the drmm_vram_helper in hisilicon.
- Add support for BCM2711 DSI1 in vc4.
- Add support for 8-bit delta RGB panels to ingenic.
- Add documentation on how to test vkms.
- Convert vc4 to atomic helpers.
- Use degamma instead of gamma table in omap, to add support for CTM and color encoding/range properties.
- Rework omap DSI code, and merge all omapdrm modules now that the last omap panel is now a drm panel.
- More refactoring of omap dsi code.
- Enable 10/12 bpc outputs in vc4.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
From: Maarten Lankhorst <maarten.lankhorst@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/78381a4f-45fd-aed4-174a-94ba051edd37@linux.intel.com
2021-01-07 10:46:32 +01:00
..
abt,y030xx067a.yaml dt-bindings/display: abt,y030xx067a: Fix binding 2020-12-18 15:15:20 -06: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: More whitespace clean-ups in schema files 2020-10-26 16:13:56 -05: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: display: mantix: Add compatible for panel from YS 2020-12-08 11:06:21 +01: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
novatek,nt36672a.yaml dt-bindings: display: eliminate yamllint warnings 2020-12-18 15:15:20 -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: panel-simple-dsi: add Khadas TS050 panel bindings 2020-12-07 14:56:26 +01:00
panel-simple.yaml dt-bindings: dt-bindings: display: simple: Add BOE NV110WTM-N61 2020-11-29 23:06:46 +01: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